@Immutable public class DeploymentPermissionsProperties extends Object implements RootEntityProperties
| Constructor and Description |
|---|
DeploymentPermissionsProperties(BambooOidProperties deploymentOid,
PermissionsProperties permissions) |
DeploymentPermissionsProperties(String deploymentName,
PermissionsProperties permissions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDeploymentName() |
BambooOidProperties |
getDeploymentOid() |
PermissionsProperties |
getPermissions() |
int |
hashCode() |
String |
humanReadableId()
Entity type and id representation that is shown to human.
|
String |
humanReadableType()
Entity type that is shown to human.
|
void |
validate() |
public DeploymentPermissionsProperties(@NotNull
String deploymentName,
@NotNull
PermissionsProperties permissions)
throws PropertiesValidationException
PropertiesValidationExceptionpublic DeploymentPermissionsProperties(@NotNull
BambooOidProperties deploymentOid,
@NotNull
PermissionsProperties permissions)
throws PropertiesValidationException
PropertiesValidationExceptionpublic void validate()
throws PropertiesValidationException
validate in interface EntityPropertiesPropertiesValidationExceptionpublic BambooOidProperties getDeploymentOid()
public String getDeploymentName()
public PermissionsProperties getPermissions()
@NotNull public String humanReadableType()
RootEntityPropertieshumanReadableType in interface RootEntityPropertiespublic String humanReadableId()
RootEntityPropertieshumanReadableId in interface RootEntityPropertiesCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.