@Entity public class MutableDeploymentProjectImpl extends HibernateBambooEntityWithOid implements MutableDeploymentProject
Constructor and Description |
---|
MutableDeploymentProjectImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
@NotNull DeploymentKey |
getKey() |
@NotNull String |
getName() |
@Nullable PlanKey |
getPlanKey() |
@Nullable VcsBambooSpecsSource |
getVcsBambooSpecsSource() |
void |
setDescription(String description) |
void |
setKey(@NotNull DeploymentKey key)
Deliberately not on the interface
|
void |
setName(String name) |
void |
setPlanKey(PlanKey planKey) |
void |
setVcsBambooSpecsSource(VcsBambooSpecsSource vcsBambooSpecsSource) |
getId, getOid, setId, setOid
clone, equals, getCreationDate, getCurrentDate, getLastModificationDate, hashCode, setClock, setCreationDate, setLastModificationDate
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
setId
getEntityType, getId
setOid
getOid
@NotNull public @NotNull DeploymentKey getKey()
getKey
in interface InternalDeploymentProject
public void setKey(@NotNull @NotNull DeploymentKey key)
@NotNull public @NotNull String getName()
getName
in interface InternalDeploymentProject
getName
in interface DescriptionProvider
getName
in interface NameProvider
public void setName(String name)
setName
in interface MutableDeploymentProject
public String getDescription()
getDescription
in interface InternalDeploymentProject
getDescription
in interface DescriptionProvider
public void setDescription(String description)
setDescription
in interface MutableDeploymentProject
@Nullable public @Nullable PlanKey getPlanKey()
getPlanKey
in interface InternalDeploymentProject
public void setPlanKey(PlanKey planKey)
setPlanKey
in interface MutableDeploymentProject
@Nullable public @Nullable VcsBambooSpecsSource getVcsBambooSpecsSource()
getVcsBambooSpecsSource
in interface MutableDeploymentProject
public void setVcsBambooSpecsSource(VcsBambooSpecsSource vcsBambooSpecsSource)
setVcsBambooSpecsSource
in interface MutableDeploymentProject
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.