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