Package | Description |
---|---|
org.netbeans.modules.bugtracking.spi |
Everybody trying to provide own implementation of a NetBeans Bugtracking module
should be interested in APIs in this package.
|
Modifier and Type | Method and Description |
---|---|
IssueScheduleInfo |
IssueScheduleProvider.getSchedule(I i)
Returns the the schedule info describing the time period for which
the Issue was scheduled to start work on.
|
IssueScheduleInfo |
SchedulePicker.getScheduleDate()
Returns the current scheduling info either previously set by
SchedulePicker.setScheduleDate(IssueScheduleInfo) or manually edited by user. |
Modifier and Type | Method and Description |
---|---|
void |
IssueScheduleProvider.setSchedule(I i,
IssueScheduleInfo scheduleInfo)
Sets the schedule info describing the time period for which
the Issue was scheduled to start work on.
|
void |
SchedulePicker.setScheduleDate(IssueScheduleInfo info)
Resets the current scheduling info in the component to a given value.
|