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.
|
Class and Description |
---|
IssueController
Provides access to an Issue's UI.
|
IssueFinder
Recognizes references to issues in text as in the editor or in
Versioning commit messages.
|
IssuePriorityInfo
Represents information related to one particular issue priority.
|
IssuePriorityProvider
Provides Issue Priority information for a particular remote repository
as well as for a particular Issue from that repository.
|
IssueProvider
Provides access to a bugtracking Issue.
|
IssueScheduleInfo
Represents the date period for which an Issue is scheduled.
|
IssueScheduleProvider
Provides access to scheduling data for a given task so that they can by used
by the Tasks Dashboard facilities - filtering or grouping by schedule date.
|
IssueStatusProvider
Provides information and functionality related to incoming and outgoing issue changes.
|
IssueStatusProvider.Status
Determines an Issue status.
|
QueryController
Provides access to a Queries UI.
|
QueryController.QueryMode
The mode in which this controllers component is shown.
|
QueryProvider
Provides access to a bugtracking query.
|
QueryProvider.IssueContainer
Notifies about refreshing progress and Issues retrieved by an Query.
|
RepositoryController
Provides access to an Repository UI.
|
RepositoryInfo
Represents information related to one particular repository.
|
RepositoryProvider
Provides access to a bugtracking repository (server).
|