Uses of Class
com.atlassian.jira.rest.client.domain.ProjectRole

Packages that use ProjectRole
com.atlassian.jira.rest.client   
 

Uses of ProjectRole in com.atlassian.jira.rest.client
 

Methods in com.atlassian.jira.rest.client that return types with arguments of type ProjectRole
 com.atlassian.util.concurrent.Promise<ProjectRole> ProjectRolesRestClient.getRole(java.net.URI uri)
          Retrieves a full information about the selected role.
 com.atlassian.util.concurrent.Promise<ProjectRole> ProjectRolesRestClient.getRole(java.net.URI projectUri, java.lang.Long roleId)
          Retrieves a full information about the selected role.
 com.atlassian.util.concurrent.Promise<java.lang.Iterable<ProjectRole>> ProjectRolesRestClient.getRoles(java.net.URI projectUri)
          Retrieves a collection of roles in the selected project.
 



Copyright © 2012 Atlassian Pty Ltd. All Rights Reserved.