@Entity public class MutableDeploymentProjectImpl extends HibernateBambooEntityWithOid implements MutableDeploymentProject
| Constructor and Description |
|---|
MutableDeploymentProjectImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
DeploymentKey |
getKey() |
String |
getName() |
PlanKey |
getPlanKey() |
VcsBambooSpecsSource |
getVcsBambooSpecsSource() |
void |
setDescription(String description) |
void |
setKey(DeploymentKey key)
Deliberately not on the interface
|
void |
setName(String name) |
void |
setPlanKey(PlanKey planKey) |
void |
setVcsBambooSpecsSource(VcsBambooSpecsSource vcsBambooSpecsSource) |
getId, getOid, setId, setOidclone, equals, getCreationDate, getCurrentDate, getLastModificationDate, hashCode, setClock, setCreationDate, setLastModificationDatefinalize, getClass, notify, notifyAll, toString, wait, wait, waitsetIdgetEntityType, getIdsetOidgetOid@NotNull public DeploymentKey getKey()
getKey in interface InternalDeploymentProjectpublic void setKey(@NotNull
DeploymentKey key)
@NotNull public String getName()
getName in interface InternalDeploymentProjectgetName in interface DescriptionProvidergetName in interface NameProviderpublic void setName(String name)
setName in interface MutableDeploymentProjectpublic String getDescription()
getDescription in interface InternalDeploymentProjectgetDescription in interface DescriptionProviderpublic void setDescription(String description)
setDescription in interface MutableDeploymentProject@Nullable public PlanKey getPlanKey()
getPlanKey in interface InternalDeploymentProjectpublic void setPlanKey(PlanKey planKey)
setPlanKey in interface MutableDeploymentProject@Nullable public VcsBambooSpecsSource getVcsBambooSpecsSource()
getVcsBambooSpecsSource in interface MutableDeploymentProjectpublic void setVcsBambooSpecsSource(VcsBambooSpecsSource vcsBambooSpecsSource)
setVcsBambooSpecsSource in interface MutableDeploymentProjectCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.