- Publicity: Public Only All
bug-tracker-notification-procs.tcl
Procedures in this file
- bug_tracker::notification::get_url (public)
- bug_tracker::notification::process_reply (public)
Detailed information
bug_tracker::notification::get_url (public)
bug_tracker::notification::get_url object_id
- Parameters:
- object_id (required)
- Testcases:
- No testcase defined.
bug_tracker::notification::process_reply (public)
bug_tracker::notification::process_reply reply_id
- Parameters:
- reply_id (required)
- Testcases:
- No testcase defined.
Content File Source
# # Procedures of the Bug Tracker application related # to notifications. # # @author Peter Marklund (peter@collaboraid.biz) namespace eval bug_tracker::notification { d_proc -public get_url { object_id } { # Todo: Implement this proc } d_proc -public process_reply { reply_id } { # Todo: Implement this proc } }