public class ProjectPermissionsProperties extends Object implements RootEntityProperties
| Constructor and Description |
|---|
ProjectPermissionsProperties(@NotNull BambooKey projectKey,
@NotNull Permissions projectPermissions,
@NotNull Permissions projectPlanPermissions,
@NotNull List<VcsRepositoryIdentifierProperties> specsRepositories) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BambooKeyProperties |
getProjectKey() |
PermissionsProperties |
getProjectPermissions() |
PermissionsProperties |
getProjectPlanPermissions() |
@NotNull List<VcsRepositoryIdentifierProperties> |
getSpecsRepositories() |
int |
hashCode() |
@NotNull String |
humanReadableId()
Entity type and id representation that is shown to human.
|
@NotNull String |
humanReadableType()
Entity type that is shown to human.
|
void |
validate() |
public ProjectPermissionsProperties(@NotNull
@NotNull BambooKey projectKey,
@NotNull
@NotNull Permissions projectPermissions,
@NotNull
@NotNull Permissions projectPlanPermissions,
@NotNull
@NotNull List<VcsRepositoryIdentifierProperties> specsRepositories)
throws PropertiesValidationException
PropertiesValidationExceptionpublic void validate()
validate in interface EntityPropertiespublic BambooKeyProperties getProjectKey()
public PermissionsProperties getProjectPermissions()
public PermissionsProperties getProjectPlanPermissions()
@NotNull public @NotNull List<VcsRepositoryIdentifierProperties> getSpecsRepositories()
@NotNull public @NotNull String humanReadableType()
RootEntityPropertieshumanReadableType in interface RootEntityProperties@NotNull public @NotNull String humanReadableId()
RootEntityPropertieshumanReadableId in interface RootEntityPropertiesCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.