|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProgressMonitor | |
---|---|
com.atlassian.jira.rest.client |
Uses of ProgressMonitor in com.atlassian.jira.rest.client |
---|
Classes in com.atlassian.jira.rest.client that implement ProgressMonitor | |
---|---|
class |
NullProgressMonitor
NOP implementation of the progress monitor |
Methods in com.atlassian.jira.rest.client with parameters of type ProgressMonitor | |
---|---|
void |
IssueRestClient.addAttachment(ProgressMonitor progressMonitor,
URI attachmentsUri,
InputStream in,
String filename)
Uploads attachments to JIRA (adding it to selected issue) |
void |
IssueRestClient.addAttachments(ProgressMonitor progressMonitor,
URI attachmentsUri,
AttachmentInput... attachments)
Uploads attachments to JIRA (adding it to selected issue) |
void |
IssueRestClient.addAttachments(ProgressMonitor progressMonitor,
URI attachmentsUri,
File... files)
Uploads attachments to JIRA (adding it to selected issue) |
void |
IssueRestClient.addWatcher(URI watchersUri,
String username,
ProgressMonitor progressMonitor)
Adds selected person as a watcher for selected issue. |
Component |
ComponentRestClient.createComponent(String projectKey,
ComponentInput componentInput,
ProgressMonitor progressMonitor)
|
Version |
VersionRestClient.createVersion(VersionInput version,
ProgressMonitor progressMonitor)
Creates a new version (which logically belongs to a project) |
Iterable<BasicProject> |
ProjectRestClient.getAllProjects(ProgressMonitor progressMonitor)
Returns all projects, which are visible for the currently logged in user. |
InputStream |
IssueRestClient.getAttachment(ProgressMonitor pm,
URI attachmentUri)
Retrieves the content of given attachment. |
Component |
ComponentRestClient.getComponent(URI componentUri,
ProgressMonitor progressMonitor)
|
int |
ComponentRestClient.getComponentRelatedIssuesCount(URI componentUri,
ProgressMonitor progressMonitor)
|
Session |
SessionRestClient.getCurrentSession(ProgressMonitor progressMonitor)
|
Issue |
IssueRestClient.getIssue(String issueKey,
ProgressMonitor progressMonitor)
Retrieves issue with selected issue key. |
IssueType |
MetadataRestClient.getIssueType(URI uri,
ProgressMonitor progressMonitor)
Retrieves from the server complete information about selected issue type |
int |
VersionRestClient.getNumUnresolvedIssues(URI versionUri,
ProgressMonitor progressMonitor)
Retrieves number of unresolved issues which have their Fix Version(s) field pointing to given version. |
Priority |
MetadataRestClient.getPriority(URI uri,
ProgressMonitor progressMonitor)
Retrieves from the server complete information about selected priority |
Project |
ProjectRestClient.getProject(String key,
ProgressMonitor progressMonitor)
Retrieves complete information about given project. |
Project |
ProjectRestClient.getProject(URI projectUri,
ProgressMonitor progressMonitor)
Retrieves complete information about given project. |
Resolution |
MetadataRestClient.getResolution(URI uri,
ProgressMonitor progressMonitor)
Retrieves from the server complete information about selected resolution |
ServerInfo |
MetadataRestClient.getServerInfo(ProgressMonitor progressMonitor)
Retrieves information about this JIRA instance |
Status |
MetadataRestClient.getStatus(URI uri,
ProgressMonitor progressMonitor)
Retrieves complete information about selected status |
Iterable<Transition> |
IssueRestClient.getTransitions(URI transitionsUri,
ProgressMonitor progressMonitor)
Retrieves complete information (if the caller has permission) about transitions available for the selected issue in its current state. |
User |
UserRestClient.getUser(String username,
ProgressMonitor progressMonitor)
Retrieves detailed information about selected user. |
User |
UserRestClient.getUser(URI userUri,
ProgressMonitor progressMonitor)
Retrieves detailed information about selected user. |
Version |
VersionRestClient.getVersion(URI versionUri,
ProgressMonitor progressMonitor)
Retrieves full information about selected project version |
VersionRelatedIssuesCount |
VersionRestClient.getVersionRelatedIssuesCount(URI versionUri,
ProgressMonitor progressMonitor)
Retrieves basic statistics about issues which have their Fix Version(s) or Affects Version(s) field pointing to given version. |
Votes |
IssueRestClient.getVotes(URI votesUri,
ProgressMonitor progressMonitor)
Retrieves complete information (if the caller has permission) about voters for selected issue. |
Watchers |
IssueRestClient.getWatchers(URI watchersUri,
ProgressMonitor progressMonitor)
Retrieves complete information (if the caller has permission) about watchers for selected issue. |
void |
IssueRestClient.linkIssue(LinkIssuesInput linkIssuesInput,
ProgressMonitor progressMonitor)
Creates link between two issues and adds a comment (optional) to the source issues. |
Version |
VersionRestClient.moveVersion(URI versionUri,
VersionPosition versionPosition,
ProgressMonitor progressMonitor)
Moves selected version to another position. |
Version |
VersionRestClient.moveVersionAfter(URI versionUri,
URI afterVersionUri,
ProgressMonitor progressMonitor)
Moves selected version after another version. |
void |
ComponentRestClient.removeComponent(URI componentUri,
URI moveIssueToComponentUri,
ProgressMonitor progressMonitor)
|
void |
VersionRestClient.removeVersion(URI versionUri,
URI moveFixIssuesToVersionUri,
URI moveAffectedIssuesToVersionUri,
ProgressMonitor progressMonitor)
Removes selected version optionally changing Fix Version(s) and/or Affects Version(s) fields of related issues. |
void |
IssueRestClient.removeWatcher(URI watchersUri,
String username,
ProgressMonitor progressMonitor)
Removes selected person from the watchers list for selected issue. |
SearchResult |
SearchRestClient.searchJql(String jql,
int maxResults,
int startAt,
ProgressMonitor progressMonitor)
Performs a JQL search and returns issues matching the query using default maxResults (as configured in JIRA - usually 50) and startAt=0 |
SearchResult |
SearchRestClient.searchJql(String jql,
ProgressMonitor progressMonitor)
Performs a JQL search and returns issues matching the query |
void |
IssueRestClient.transition(URI transitionsUri,
TransitionInput transitionInput,
ProgressMonitor progressMonitor)
Performs selected transition on selected issue. |
void |
IssueRestClient.unvote(URI votesUri,
ProgressMonitor progressMonitor)
Removes your vote from the selected issue. |
void |
IssueRestClient.unwatch(URI watchersUri,
ProgressMonitor progressMonitor)
Stops watching selected issue |
Component |
ComponentRestClient.updateComponent(URI componentUri,
ComponentInput componentInput,
ProgressMonitor progressMonitor)
|
Version |
VersionRestClient.updateVersion(URI versionUri,
VersionInput versionInput,
ProgressMonitor progressMonitor)
Updates selected version with a new details. |
void |
IssueRestClient.vote(URI votesUri,
ProgressMonitor progressMonitor)
Casts your vote on the selected issue. |
void |
IssueRestClient.watch(URI watchersUri,
ProgressMonitor progressMonitor)
Starts watching selected issue |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |