Class DeploymentProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties
-
- All Implemented Interfaces:
EntityProperties,RootEntityProperties
public class DeploymentProperties extends Object implements RootEntityProperties
-
-
Constructor Summary
Constructors Constructor Description DeploymentProperties(@Nullable BambooOidProperties oid, @NotNull PlanIdentifierProperties plan, @NotNull String name, @Nullable String description, @NotNull ReleaseNamingProperties releaseNaming, @NotNull List<EnvironmentProperties> environments, @Nullable RepositoryStoredSpecsData repositoryStoredSpecsData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDescription()List<EnvironmentProperties>getEnvironments()StringgetName()@Nullable BambooOidPropertiesgetOid()PlanIdentifierPropertiesgetPlan()ReleaseNamingPropertiesgetReleaseNaming()@Nullable RepositoryStoredSpecsDatagetRepositoryStoredSpecsData()inthashCode()@NotNull StringhumanReadableId()Entity type and id representation that is shown to human.@NotNull StringhumanReadableType()Entity type that is shown to human.voidvalidate()
-
-
-
Constructor Detail
-
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 Detail
-
getOid
@Nullable public @Nullable BambooOidProperties getOid()
-
getPlan
public PlanIdentifierProperties getPlan()
-
getName
public String getName()
-
getDescription
public String getDescription()
-
getReleaseNaming
public ReleaseNamingProperties getReleaseNaming()
-
getEnvironments
public List<EnvironmentProperties> getEnvironments()
-
getRepositoryStoredSpecsData
@Nullable public @Nullable RepositoryStoredSpecsData getRepositoryStoredSpecsData()
-
humanReadableType
@NotNull public @NotNull String humanReadableType()
Description copied from interface:RootEntityPropertiesEntity type that is shown to human.- Specified by:
humanReadableTypein interfaceRootEntityProperties
-
humanReadableId
@NotNull public @NotNull 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
-
-