Class DeploymentProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties
-
- All Implemented Interfaces:
EntityProperties,RootEntityProperties
public class DeploymentProperties extends java.lang.Object implements RootEntityProperties
-
-
Constructor Summary
Constructors Constructor Description DeploymentProperties(@Nullable BambooOidProperties oid, @NotNull PlanIdentifierProperties plan, @NotNull java.lang.String name, @Nullable java.lang.String description, @NotNull ReleaseNamingProperties releaseNaming, @NotNull java.util.List<EnvironmentProperties> environments, @Nullable RepositoryStoredSpecsData repositoryStoredSpecsData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetDescription()java.util.List<EnvironmentProperties>getEnvironments()java.lang.StringgetName()@Nullable BambooOidPropertiesgetOid()PlanIdentifierPropertiesgetPlan()ReleaseNamingPropertiesgetReleaseNaming()@Nullable RepositoryStoredSpecsDatagetRepositoryStoredSpecsData()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
-
DeploymentProperties
public DeploymentProperties(@Nullable @Nullable BambooOidProperties oid, @NotNull @NotNull PlanIdentifierProperties plan, @NotNull @NotNull java.lang.String name, @Nullable @Nullable java.lang.String description, @NotNull @NotNull ReleaseNamingProperties releaseNaming, @NotNull @NotNull java.util.List<EnvironmentProperties> environments, @Nullable @Nullable RepositoryStoredSpecsData repositoryStoredSpecsData)
-
-
Method Detail
-
getOid
@Nullable public @Nullable BambooOidProperties getOid()
-
getPlan
public PlanIdentifierProperties getPlan()
-
getName
public java.lang.String getName()
-
getDescription
public java.lang.String getDescription()
-
getReleaseNaming
public ReleaseNamingProperties getReleaseNaming()
-
getEnvironments
public java.util.List<EnvironmentProperties> getEnvironments()
-
getRepositoryStoredSpecsData
@Nullable public @Nullable RepositoryStoredSpecsData getRepositoryStoredSpecsData()
-
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
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
-