Uses of Interface
com.atlassian.jira.rest.client.ProgressMonitor

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.addWatcher(URI watchersUri, String username, ProgressMonitor progressMonitor)
          Adds selected person as a watcher for selected issue.
 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.removeWatcher(URI watchersUri, String username, ProgressMonitor progressMonitor)
          Removes selected person from the watchers list for selected issue.
 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
 



Copyright © 2010 Atlassian Pty Ltd. All Rights Reserved.