

Public Member Functions | |
| String | getName () |
| void | run () |
| String | getDataLabel () |
Public Member Functions inherited from org.turro.scheduler.motor.DefaultTask | |
| boolean | isDone () |
| boolean | isActive () |
| void | setActive (boolean active) |
| Constraints | getConstraints () |
| IConstructor | getConstructor () |
| String | getData () |
| void | setData (String data) |
| String | getDescription () |
| void | setDescription (String value) |
| Date | getEndDate () |
| void | setEndDate (Date endDate) |
| String | getImplementation () |
| void | setImplementation (String value) |
| Date | getStartDate () |
| void | setStartDate (Date startDate) |
| void | setLastExecuted (Date lastExecuted) |
| boolean | shouldRun (Date now) |
| void | doRun (Motor motor) |
| void | stop () |
| void | readXML (Element root) |
| void | writeXML (Element root) |
Public Member Functions inherited from org.turro.elephant.impl.abstracts.AbstractImplementation | |
| AbstractImplementation () | |
| void | setElement (IElement element) |
| void | setConstructor (IConstructor constructor) |
| void | setConfiguration (Element configuration) |
| KeyValueMap | getAttributes () |
| Long | getLongAttribute (String key) |
Additional Inherited Members | |
Protected Attributes inherited from org.turro.elephant.impl.abstracts.AbstractImplementation | |
| IElement | iel |
| IConstructor | constructor |
| Element | configuration |
| Map | attributes |
Definition at line 35 of file IssueNotifier.java.
| String org.turro.dossier.issue.IssueNotifier.getDataLabel | ( | ) |
Reimplemented from org.turro.scheduler.motor.DefaultTask.
Definition at line 68 of file IssueNotifier.java.
| String org.turro.dossier.issue.IssueNotifier.getName | ( | ) |
Reimplemented from org.turro.scheduler.motor.DefaultTask.
Definition at line 38 of file IssueNotifier.java.

| void org.turro.dossier.issue.IssueNotifier.run | ( | ) |
Reimplemented from org.turro.scheduler.motor.DefaultTask.
Definition at line 43 of file IssueNotifier.java.
