Class ProjectPermissionsProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.permission.ProjectPermissionsProperties
-
- All Implemented Interfaces:
EntityProperties,RootEntityProperties
public class ProjectPermissionsProperties extends java.lang.Object implements RootEntityProperties
-
-
Constructor Summary
Constructors Constructor Description ProjectPermissionsProperties(@NotNull BambooKey projectKey, @NotNull Permissions projectPermissions, @NotNull Permissions projectPlanPermissions, @NotNull java.util.List<VcsRepositoryIdentifierProperties> specsRepositories)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)BambooKeyPropertiesgetProjectKey()PermissionsPropertiesgetProjectPermissions()PermissionsPropertiesgetProjectPlanPermissions()@NotNull java.util.List<VcsRepositoryIdentifierProperties>getSpecsRepositories()inthashCode()@NotNull java.lang.StringhumanReadableId()Entity type and id representation that is shown to human.@NotNull java.lang.StringhumanReadableType()Entity type that is shown to human.voidvalidate()
-
-
-
Constructor Detail
-
ProjectPermissionsProperties
public ProjectPermissionsProperties(@NotNull @NotNull BambooKey projectKey, @NotNull @NotNull Permissions projectPermissions, @NotNull @NotNull Permissions projectPlanPermissions, @NotNull @NotNull java.util.List<VcsRepositoryIdentifierProperties> specsRepositories) throws PropertiesValidationException- Throws:
PropertiesValidationException
-
-
Method Detail
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
getProjectKey
public BambooKeyProperties getProjectKey()
-
getProjectPermissions
public PermissionsProperties getProjectPermissions()
-
getProjectPlanPermissions
public PermissionsProperties getProjectPlanPermissions()
-
getSpecsRepositories
@NotNull public @NotNull java.util.List<VcsRepositoryIdentifierProperties> getSpecsRepositories()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
humanReadableType
@NotNull public @NotNull java.lang.String humanReadableType()
Description copied from interface:RootEntityPropertiesEntity type that is shown to human.- Specified by:
humanReadableTypein interfaceRootEntityProperties
-
humanReadableId
@NotNull public @NotNull java.lang.String humanReadableId()
Description copied from interface:RootEntityPropertiesEntity type and id representation that is shown to human.- Specified by:
humanReadableIdin interfaceRootEntityProperties
-
-