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