performTask
public void performTask(String[] args)
This method is called by the scheduler to send the reminder
notifications. The arguments can be used to configure which issues
and projects are included in the notifications. The args should
include as the first parameter the base url of the server including
the scheme, hostname, port, and context. For example:
http://localhost:8080/itracker
If no other arguments are supplied it sends reminders to all
owners/admins of unresolved issues in all projects that have not been
modified in 30 days. The second element of the array can be a number
that represents the number of days to use to check the last modified
date. The third optional element is a number that represents the project
id to limit the notifications to. A fourth optional argument is the severity
to send the notification for.
- Parameters:
args
- optional arguments to configure the notification messages