|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||