Uses of Class
com.atlassian.jira.rest.client.api.domain.BasicProjectRole

Packages that use BasicProjectRole
com.atlassian.jira.rest.client.api.domain   
 

Uses of BasicProjectRole in com.atlassian.jira.rest.client.api.domain
 

Subclasses of BasicProjectRole in com.atlassian.jira.rest.client.api.domain
 class ProjectRole
          A way to group users (@see RoleActors) with projects.
 

Methods in com.atlassian.jira.rest.client.api.domain that return types with arguments of type BasicProjectRole
 Iterable<BasicProjectRole> Project.getProjectRoles()
           
 

Constructor parameters in com.atlassian.jira.rest.client.api.domain with type arguments of type BasicProjectRole
Project(URI self, String key, String name, String description, BasicUser lead, URI uri, Collection<Version> versions, Collection<BasicComponent> components, OptionalIterable<IssueType> issueTypes, Collection<BasicProjectRole> projectRoles)
           
 



Copyright © 2013 Atlassian. All Rights Reserved.