| Package | Description |
|---|---|
| com.atlassian.jira.rest.client.api.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
ProjectRole
A way to group users (@see RoleActors) with projects.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<BasicProjectRole> |
Project.getProjectRoles() |
| Constructor and Description |
|---|
Project(Iterable<String> expandos,
URI self,
String key,
Long id,
String name,
String description,
BasicUser lead,
URI uri,
Collection<Version> versions,
Collection<BasicComponent> components,
OptionalIterable<IssueType> issueTypes,
Collection<BasicProjectRole> projectRoles) |
Copyright © 2023 Atlassian. All rights reserved.