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