|
||||||||||
| 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. |
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)
|
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 |
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. |
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. |
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 |
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 | |||||||||