public class DeploymentProperties extends Object implements RootEntityProperties
| Constructor and Description |
|---|
DeploymentProperties(@Nullable BambooOidProperties oid,
@NotNull PlanIdentifierProperties plan,
@NotNull String name,
@Nullable String description,
@NotNull ReleaseNamingProperties releaseNaming,
@NotNull List<EnvironmentProperties> environments,
@Nullable RepositoryStoredSpecsData repositoryStoredSpecsData) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
List<EnvironmentProperties> |
getEnvironments() |
String |
getName() |
@Nullable BambooOidProperties |
getOid() |
PlanIdentifierProperties |
getPlan() |
ReleaseNamingProperties |
getReleaseNaming() |
@Nullable RepositoryStoredSpecsData |
getRepositoryStoredSpecsData() |
int |
hashCode() |
@NotNull String |
humanReadableId()
Entity type and id representation that is shown to human.
|
@NotNull String |
humanReadableType()
Entity type that is shown to human.
|
void |
validate() |
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)
@Nullable public @Nullable BambooOidProperties getOid()
public PlanIdentifierProperties getPlan()
public String getName()
public String getDescription()
public ReleaseNamingProperties getReleaseNaming()
public List<EnvironmentProperties> getEnvironments()
@Nullable public @Nullable RepositoryStoredSpecsData getRepositoryStoredSpecsData()
@NotNull public @NotNull String humanReadableType()
RootEntityPropertieshumanReadableType in interface RootEntityProperties@NotNull public @NotNull String humanReadableId()
RootEntityPropertieshumanReadableId in interface RootEntityPropertiespublic void validate()
validate in interface EntityPropertiesCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.