Class DeploymentProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties
- All Implemented Interfaces:
EntityProperties,RootEntityProperties
-
Constructor Summary
ConstructorsConstructorDescriptionDeploymentProperties(@Nullable BambooOidProperties oid, @NotNull PlanIdentifierProperties plan, @NotNull String name, @Nullable String description, @NotNull ReleaseNamingProperties releaseNaming, @NotNull List<EnvironmentProperties> environments, @Nullable RepositoryStoredSpecsData repositoryStoredSpecsData) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()@Nullable BambooOidPropertiesgetOid()getPlan()@Nullable RepositoryStoredSpecsDatainthashCode()@NotNull StringEntity type and id representation that is shown to human.@NotNull StringEntity type that is shown to human.voidvalidate()
-
Constructor Details
-
DeploymentProperties
public DeploymentProperties(@Nullable @Nullable BambooOidProperties oid, @NotNull @NotNull PlanIdentifierProperties plan, @NotNull @NotNull String name, @Nullable @Nullable String description, @NotNull @NotNull ReleaseNamingProperties releaseNaming, @NotNull @NotNull List<EnvironmentProperties> environments, @Nullable @Nullable RepositoryStoredSpecsData repositoryStoredSpecsData)
-
-
Method Details
-
getOid
-
getPlan
-
getName
-
getDescription
-
getReleaseNaming
-
getEnvironments
-
getRepositoryStoredSpecsData
-
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
-
validate
public void validate()- Specified by:
validatein interfaceEntityProperties
-