Skip navigation links
org.netbeans.modules.bugtracking 1.133
A B C D E G H I O P Q R S U V 

C

canAttachFiles() - Method in class org.netbeans.modules.bugtracking.api.Issue
Determines whether it is possible to attach files to this Issue.
canAttachFiles() - Method in class org.netbeans.modules.bugtracking.api.Repository
Determines whether it is possible to attach files to Issues from this repository.
canAttachFiles(R) - Method in interface org.netbeans.modules.bugtracking.spi.RepositoryProvider
Determines whether it is possible to attach files to an Issue for the given repository.
cancelChanges() - Method in interface org.netbeans.modules.bugtracking.spi.RepositoryController
Is called when the "Cancel" button was pressed.
canRemove(Q) - Method in interface org.netbeans.modules.bugtracking.spi.QueryProvider
Determines whether it is possible to remove the given Query.
canRename(Q) - Method in interface org.netbeans.modules.bugtracking.spi.QueryProvider
Determines whether it is possible to rename the given Query.
clear() - Method in class org.netbeans.modules.bugtracking.spi.QueryProvider.IssueContainer
Remove all Issues.
closed() - Method in interface org.netbeans.modules.bugtracking.spi.IssueController
Called when the component returned by this controller was closed.
closed() - Method in interface org.netbeans.modules.bugtracking.spi.QueryController
Called when the component returned by this controller was closed.
closeQuery(Query) - Static method in class org.netbeans.modules.bugtracking.api.Util
Closes the given Query in case it is opened in a TopComponent the editor area.
create() - Static method in class org.netbeans.modules.bugtracking.api.IssueQuickSearch
Creates an IssueQuickSearch providing all repositories and none of them preselected.
create(FileObject) - Static method in class org.netbeans.modules.bugtracking.api.IssueQuickSearch
Creates an IssueQuickSearch providing all repositories, where one might be preselected determined by the given file - e.g.
create(FileObject, IssueQuickSearch.RepositoryFilter) - Static method in class org.netbeans.modules.bugtracking.api.IssueQuickSearch
Creates an IssueQuickSearch providing a filtered list of repositories, where one might be preselected determined by the given file - e.g.
createIssue(Repository, String, String) - Static method in class org.netbeans.modules.bugtracking.api.Util
Creates a new Issue instance prefilled with the given summary and description and opens the Issue editor TopComponent.
createIssue(R) - Method in interface org.netbeans.modules.bugtracking.spi.RepositoryProvider
Creates a new issue, not yet submitted, issue instance.
createIssue(R, String, String) - Method in interface org.netbeans.modules.bugtracking.spi.RepositoryProvider
Creates a new issue instance preset with the given summary and description.
createNewIssue(Repository) - Static method in class org.netbeans.modules.bugtracking.api.Util
Creates a new Issue and opens it in the Issue editor TopComponent.
createNewQuery(Repository) - Static method in class org.netbeans.modules.bugtracking.api.Util
Creates a new Query and opens it in the Query editor TopComponent.
createNewQuery(Repository, boolean) - Static method in class org.netbeans.modules.bugtracking.api.Util
Creates a new Query and opens it in the Query editor TopComponent.
createQuery(R) - Method in interface org.netbeans.modules.bugtracking.spi.RepositoryProvider
Creates a new query instance.
createRepository() - Static method in class org.netbeans.modules.bugtracking.api.Util
Opens a modal create repository dialog and eventually returns a repository.
Blocks until the dialog isn't closed.
createRepository() - Method in interface org.netbeans.modules.bugtracking.spi.BugtrackingConnector
Called to create a new, not yet initialized, repository instance.
createRepository(RepositoryInfo) - Method in interface org.netbeans.modules.bugtracking.spi.BugtrackingConnector
Called to create a repository instance based on already existing data - either created in a previous session, or provided by other means - e.g from a maven pom file.
createRepository(R, IssueStatusProvider<R, I>, IssueScheduleProvider<I>, IssuePriorityProvider<I>, IssueFinder) - Method in class org.netbeans.modules.bugtracking.spi.BugtrackingSupport
Factory method to create a Repository instance configured with optional providers.
A B C D E G H I O P Q R S U V 
Skip navigation links
org.netbeans.modules.bugtracking 1.133