Class PlanPermissionsProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.permission.PlanPermissionsProperties
- All Implemented Interfaces:
EntityProperties
,RootEntityProperties
-
Constructor Summary
ConstructorDescriptionPlanPermissionsProperties
(@NotNull PlanIdentifier planIdentifier, @NotNull Permissions permissions) -
Method Summary
-
Constructor Details
-
PlanPermissionsProperties
public PlanPermissionsProperties(@NotNull @NotNull PlanIdentifier planIdentifier, @NotNull @NotNull Permissions permissions) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
-
Method Details
-
validate
- Specified by:
validate
in interfaceEntityProperties
- Throws:
PropertiesValidationException
-
getPlanIdentifier
-
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
-