Class DeploymentPermissionsProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.permission.DeploymentPermissionsProperties
- All Implemented Interfaces:
EntityProperties
,RootEntityProperties
@Immutable
public class DeploymentPermissionsProperties
extends Object
implements RootEntityProperties
-
Constructor Summary
ConstructorDescriptionDeploymentPermissionsProperties
(@NotNull BambooOidProperties deploymentOid, @NotNull PermissionsProperties permissions) DeploymentPermissionsProperties
(@NotNull String deploymentName, @NotNull PermissionsProperties permissions) -
Method Summary
-
Constructor Details
-
DeploymentPermissionsProperties
public DeploymentPermissionsProperties(@NotNull @NotNull String deploymentName, @NotNull @NotNull PermissionsProperties permissions) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
DeploymentPermissionsProperties
public DeploymentPermissionsProperties(@NotNull @NotNull BambooOidProperties deploymentOid, @NotNull @NotNull PermissionsProperties permissions) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
-
Method Details
-
validate
- Specified by:
validate
in interfaceEntityProperties
- Throws:
PropertiesValidationException
-
getDeploymentOid
-
getDeploymentName
-
getPermissions
-
equals
-
hashCode
public int hashCode() -
humanReadableType
Description copied from interface:RootEntityProperties
Entity type that is shown to human.- Specified by:
humanReadableType
in interfaceRootEntityProperties
-
humanReadableId
Description copied from interface:RootEntityProperties
Entity type and id representation that is shown to human.- Specified by:
humanReadableId
in interfaceRootEntityProperties
-