See: Description
Interface | Description |
---|---|
BugtrackingConnector |
Represents a bugtracking connector.
|
IssueController |
Provides access to an Issue's UI.
|
IssueFinder |
Recognizes references to issues in text as in the editor or in
Versioning commit messages.
|
IssuePriorityProvider<I> |
Provides Issue Priority information for a particular remote repository
as well as for a particular Issue from that repository.
|
IssueProvider<I> |
Provides access to a bugtracking Issue.
|
IssueScheduleProvider<I> |
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<R,I> |
Provides information and functionality related to incoming and outgoing issue changes.
|
QueryController |
Provides access to a Queries UI.
|
QueryProvider<Q,I> |
Provides access to a bugtracking query.
|
RepositoryController |
Provides access to an Repository UI.
|
RepositoryProvider<R,Q,I> |
Provides access to a bugtracking repository (server).
|
RepositoryQueryImplementation |
Provides information if a file managed in the IDE is somehow associated with
a bugtracking repository.
|
Class | Description |
---|---|
BugtrackingSupport<R,Q,I> |
Collection of utility methods for bugtracking systems implementors.
|
IssuePriorityInfo |
Represents information related to one particular issue priority.
|
IssueScheduleInfo |
Represents the date period for which an Issue is scheduled.
|
QueryProvider.IssueContainer<I> |
Notifies about refreshing progress and Issues retrieved by an Query.
|
RepositoryInfo |
Represents information related to one particular repository.
|
SchedulePicker |
Provides a component for setting and updating Issue schedule info.
|
Enum | Description |
---|---|
IssueStatusProvider.Status |
Determines an Issue status.
|
QueryController.QueryMode |
The mode in which this controllers component is shown.
|
Annotation Type | Description |
---|---|
BugtrackingConnector.Registration |
Register a BugtrackingConnector in the IDE.
|
Everybody trying to provide own implementation of a NetBeans Bugtracking module should be interested in APIs in this package.