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

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

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

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

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

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



Copyright © 2012 Atlassian Pty Ltd. All Rights Reserved.