Class DeploymentProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties
- All Implemented Interfaces:
EntityProperties
,RootEntityProperties
-
Constructor Summary
ConstructorDescriptionDeploymentProperties
(@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 TypeMethodDescriptionboolean
getName()
@Nullable BambooOidProperties
getOid()
getPlan()
@Nullable RepositoryStoredSpecsData
int
hashCode()
@NotNull String
Entity type and id representation that is shown to human.@NotNull String
Entity type that is shown to human.void
validate()
-
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: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
-
validate
public void validate()- Specified by:
validate
in interfaceEntityProperties
-