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

G

getComponent() - Method in class org.netbeans.modules.bugtracking.api.IssueQuickSearch
Returns the IssueQuickSearch component.
getComponent() - Method in interface org.netbeans.modules.bugtracking.spi.IssueController
Returns a visual Issue component.
getComponent(QueryController.QueryMode) - Method in interface org.netbeans.modules.bugtracking.spi.QueryController
Returns a visual Query component.
getComponent() - Method in interface org.netbeans.modules.bugtracking.spi.RepositoryController
Returns a visual component representing the repository this controller is meant for.
getComponent() - Method in class org.netbeans.modules.bugtracking.spi.SchedulePicker
Returns a UI component that can be placed into a component hierarchy.
getConnectorId() - Method in class org.netbeans.modules.bugtracking.spi.RepositoryInfo
Returns the id for the connector this repository belongs to.
getController(I) - Method in interface org.netbeans.modules.bugtracking.spi.IssueProvider
Returns a controller for the given issue.
getController(Q) - Method in interface org.netbeans.modules.bugtracking.spi.QueryProvider
Returns the QueryController for this query
getController(R) - Method in interface org.netbeans.modules.bugtracking.spi.RepositoryProvider
Returns the RepositoryController for this repository.
getDate() - Method in class org.netbeans.modules.bugtracking.spi.IssueScheduleInfo
Returns the beginning date of the time period when the work on a Issue should start.
getDisplayName() - Method in class org.netbeans.modules.bugtracking.api.Issue
Returns the display name of this Issue.
getDisplayName() - Method in class org.netbeans.modules.bugtracking.api.Query
Returns the display name of this Query.
getDisplayName() - Method in class org.netbeans.modules.bugtracking.api.Repository
Returns the display name for this repository.
getDisplayName() - Method in class org.netbeans.modules.bugtracking.spi.IssuePriorityInfo
Returns the display name for this Priority.
getDisplayName(I) - Method in interface org.netbeans.modules.bugtracking.spi.IssueProvider
Returns the display name for the given issue.
getDisplayName(Q) - Method in interface org.netbeans.modules.bugtracking.spi.QueryProvider
Returns the queries display name
getDisplayName() - Method in class org.netbeans.modules.bugtracking.spi.RepositoryInfo
Returns the display name to presented in the IDE UI.
getDueDate(I) - Method in interface org.netbeans.modules.bugtracking.spi.IssueScheduleProvider
Returns the due date or null if not provided (by the remote repository).
getErrorMessage() - Method in interface org.netbeans.modules.bugtracking.spi.RepositoryController
In case the controller isn't valid, then return an error message to be shown in Repository dialog.
getHelpCtx() - Method in interface org.netbeans.modules.bugtracking.spi.IssueController
Returns the help context associated with this controllers visual component.
getHelpCtx() - Method in interface org.netbeans.modules.bugtracking.spi.QueryController
Returns the help context associated with this controllers visual component
getHelpCtx() - Method in interface org.netbeans.modules.bugtracking.spi.RepositoryController
Returns the help context associated with this controllers visual component.
getHttpPassword() - Method in class org.netbeans.modules.bugtracking.spi.RepositoryInfo
Returns the http password.
getHttpUsername() - Method in class org.netbeans.modules.bugtracking.spi.RepositoryInfo
Returns the http username.
getIcon() - Method in class org.netbeans.modules.bugtracking.api.Repository
Returns the icon for this repository.
getIcon() - Method in class org.netbeans.modules.bugtracking.spi.IssuePriorityInfo
Returns the icon to be shown next to an Issue in the Tasks Dashboard.
getIcon(R) - Method in interface org.netbeans.modules.bugtracking.spi.RepositoryProvider
Returns the icon for this repository
getID() - Method in class org.netbeans.modules.bugtracking.api.Issue
Returns the issue id.
getId() - Method in class org.netbeans.modules.bugtracking.api.Repository
Returns a unique id associated with this repository.
getID() - Method in class org.netbeans.modules.bugtracking.spi.IssuePriorityInfo
Returns a unique id for this Priority.
getID(I) - Method in interface org.netbeans.modules.bugtracking.spi.IssueProvider
Returns the unique ID for the given issue.
getID() - Method in class org.netbeans.modules.bugtracking.spi.RepositoryInfo
Returns this repository's unique ID.
getInfo(R) - Method in interface org.netbeans.modules.bugtracking.spi.RepositoryProvider
Returns the repository info or null in case the repository is new and not saved yet.
getInstance() - Static method in class org.netbeans.modules.bugtracking.api.RepositoryManager
Returns the only existing RepositoryManager instance.
getInterval() - Method in class org.netbeans.modules.bugtracking.spi.IssueScheduleInfo
Determines for how many days an issue was scheduled.
getIssue() - Method in class org.netbeans.modules.bugtracking.api.IssueQuickSearch
Returns the issue selected in the issue combo bar or null if none selected.
getIssueId(String) - Static method in class org.netbeans.modules.bugtracking.api.Util
Transforms the given text to an issue identifier.
getIssueId(String) - Method in interface org.netbeans.modules.bugtracking.spi.IssueFinder
Transforms the given text to an issue identifier.
getIssues() - Method in class org.netbeans.modules.bugtracking.api.Query
The Issues returned by this Query.
getIssues(String...) - Method in class org.netbeans.modules.bugtracking.api.Repository
Returns the issues with the given id-s or an empty array in case none found.
getIssues(R, String...) - Method in interface org.netbeans.modules.bugtracking.spi.RepositoryProvider
Returns issues with the given IDs.
getIssueSpans(String) - Static method in class org.netbeans.modules.bugtracking.api.Util
Finds boundaries of one or more references to issues in the given text.
getIssueSpans(CharSequence) - Method in interface org.netbeans.modules.bugtracking.spi.IssueFinder
Finds boundaries of one or more references to issues in the given text.
getPassword() - Method in class org.netbeans.modules.bugtracking.spi.RepositoryInfo
Returns the password for the repository user.
getPriorityIcons() - Method in class org.netbeans.modules.bugtracking.spi.BugtrackingSupport
Priority icons used by default in the Tasks Dashboard sorted from the highest priority.
getPriorityID(I) - Method in interface org.netbeans.modules.bugtracking.spi.IssuePriorityProvider
Determines the Priority of an Issue, where the returned id is expected to match with exactly one IssuePriorityInfo.getID() which was returned via IssuePriorityProvider.getPriorityInfos().
getPriorityInfos() - Method in interface org.netbeans.modules.bugtracking.spi.IssuePriorityProvider
Provides information about Issue Priorities given by a remote server.
getQueries() - Method in class org.netbeans.modules.bugtracking.api.Repository
Returns a list of all saved queries for this repository.
getQueries(R) - Method in interface org.netbeans.modules.bugtracking.spi.RepositoryProvider
Returns all named (already saved) queries.
getRecentIssues() - Static method in class org.netbeans.modules.bugtracking.api.Util
Determines all issues which where recently opened (in this nb session) ordered by their recency.
getRepositories() - Method in class org.netbeans.modules.bugtracking.api.RepositoryManager
Returns all registered repositories, including those which are currently opened in a logged in team sever dashboard.
getRepositories(String) - Method in class org.netbeans.modules.bugtracking.api.RepositoryManager
Returns all registered repositories for a connector with the given id, including those which are currently opened in a logged in team sever dashboard.
getRepository() - Method in class org.netbeans.modules.bugtracking.api.Issue
The Repository this Issue comes from.
getRepository() - Method in class org.netbeans.modules.bugtracking.api.Query
Returns the Repository this Query belongs to.
getRepository(String, String) - Method in class org.netbeans.modules.bugtracking.api.RepositoryManager
Facility method to obtain an already registered Repository instance.
getRepository(FileObject, boolean) - Static method in class org.netbeans.modules.bugtracking.api.RepositoryQuery
Determines a Repository by the given file.
getRepositoryUrl(FileObject) - Method in interface org.netbeans.modules.bugtracking.spi.RepositoryQueryImplementation
Determines the remote bugtracking repository url.
getSchedule(I) - Method in interface org.netbeans.modules.bugtracking.spi.IssueScheduleProvider
Returns the the schedule info describing the time period for which the Issue was scheduled to start work on.
getScheduleDate() - Method in class org.netbeans.modules.bugtracking.spi.SchedulePicker
Returns the current scheduling info either previously set by SchedulePicker.setScheduleDate(IssueScheduleInfo) or manually edited by user.
getSelectedRepository() - Method in class org.netbeans.modules.bugtracking.api.IssueQuickSearch
Returns the selected repository.
getShortenedDisplayName() - Method in class org.netbeans.modules.bugtracking.api.Issue
Returns a short variant of the display name.
getStatus() - Method in class org.netbeans.modules.bugtracking.api.Issue
Determines the status of this Issue.
getStatus(I) - Method in interface org.netbeans.modules.bugtracking.spi.IssueStatusProvider
Get the Issue Status.
getSubtasks(I) - Method in interface org.netbeans.modules.bugtracking.spi.IssueProvider
Returns the ID-s of all issues where this one could be considered being superordinate to them.
getSummary() - Method in class org.netbeans.modules.bugtracking.api.Issue
Returns the summary of this Issue.
getSummary(I) - Method in interface org.netbeans.modules.bugtracking.spi.IssueProvider
Returns the summary for the given issue.
getTeamRepository(String, String) - Static method in class org.netbeans.modules.bugtracking.api.Util
Returns a Repository corresponding to the given team url and a name.
getTooltip() - Method in class org.netbeans.modules.bugtracking.api.Issue
Returns the tooltip text describing this Issue.
getTooltip() - Method in class org.netbeans.modules.bugtracking.api.Query
Returns the tooltip text describing this Query.
getTooltip() - Method in class org.netbeans.modules.bugtracking.api.Repository
Returns the tooltip describing this repository.
getTooltip(I) - Method in interface org.netbeans.modules.bugtracking.spi.IssueProvider
Returns the tooltip for the given issue.
getTooltip(Q) - Method in interface org.netbeans.modules.bugtracking.spi.QueryProvider
Returns the queries tooltip
getTooltip() - Method in class org.netbeans.modules.bugtracking.spi.RepositoryInfo
Returns the tooltip to be presented in the IDE UI.
getUnsubmittedIssues(R) - Method in interface org.netbeans.modules.bugtracking.spi.IssueStatusProvider
Returns unsubmitted issues from the given repository.
getUrl() - Method in class org.netbeans.modules.bugtracking.api.Repository
Returns the remote url of this repository.
getUrl() - Method in class org.netbeans.modules.bugtracking.spi.RepositoryInfo
Returns the remote url of this repository.
getUsername() - Method in class org.netbeans.modules.bugtracking.spi.RepositoryInfo
Returns the username of this repository.
getValue(String) - Method in class org.netbeans.modules.bugtracking.spi.RepositoryInfo
Gets a general property of a Repository.
A B C D E G H I O P Q R S U V 
Skip navigation links
org.netbeans.modules.bugtracking 1.134