public class MutableDeploymentProjectImpl extends BambooEntityWithOid implements MutableDeploymentProject
oid
Constructor and Description |
---|
MutableDeploymentProjectImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
DeploymentKey |
getKey() |
String |
getName() |
PlanKey |
getPlanKey() |
void |
setDescription(String description) |
void |
setKey(DeploymentKey key)
Deliberately not on the interface
|
void |
setName(String name) |
void |
setPlanKey(PlanKey planKey) |
getOid, setOid
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDate
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
setId
getEntityType, getId
setOid
getOid
@NotNull public DeploymentKey getKey()
getKey
in interface InternalDeploymentProject
public void setKey(@NotNull DeploymentKey key)
key
- @NotNull public 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 PlanKey getPlanKey()
getPlanKey
in interface InternalDeploymentProject
public void setPlanKey(PlanKey planKey)
setPlanKey
in interface MutableDeploymentProject
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.