@Entity public class MutableArtifactDeploymentVersionItemImpl extends AbstractMutableDeploymentVersionItem implements MutableArtifactDeploymentVersionItem
toImmutableDeploymentVersionItemgetPlanKey| Constructor and Description |
|---|
MutableArtifactDeploymentVersionItemImpl() |
| Modifier and Type | Method and Description |
|---|---|
Artifact |
getArtifact() |
String |
getCopyPattern() |
ArtifactDeploymentVersionItem |
getImmutableDeploymentVersionItem() |
String |
getLabel() |
String |
getLocation() |
PlanResultKey |
getPlanResultKey() |
long |
getSize() |
ProjectItemType |
getType() |
void |
setArtifact(Artifact artifact) |
void |
setCopyPattern(String copyPattern) |
void |
setLabel(String label) |
void |
setLocation(String location) |
void |
setPlanResultKey(PlanResultKey planResultKey) |
void |
setSize(long size) |
getDeploymentVersion, getName, setDeploymentVersion, setNameclone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDatefinalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDeploymentVersion, setDeploymentVersionsetIdgetId, getNamepublic MutableArtifactDeploymentVersionItemImpl()
public ArtifactDeploymentVersionItem getImmutableDeploymentVersionItem()
getImmutableDeploymentVersionItem in interface MutableDeploymentVersionItem@NotNull public PlanResultKey getPlanResultKey()
getPlanResultKey in interface InternalArtifactDeploymentVersionItemgetPlanResultKey in interface PlanResultKeyProviderpublic void setPlanResultKey(PlanResultKey planResultKey)
@NotNull public String getLabel()
getLabel in interface InternalArtifactDeploymentVersionItempublic void setLabel(@NotNull
String label)
public String getLocation()
getLocation in interface InternalArtifactDeploymentVersionItempublic void setLocation(String location)
public String getCopyPattern()
getCopyPattern in interface InternalArtifactDeploymentVersionItempublic void setCopyPattern(String copyPattern)
public long getSize()
getSize in interface InternalArtifactDeploymentVersionItempublic void setSize(long size)
public Artifact getArtifact()
getArtifact in interface InternalArtifactDeploymentVersionItempublic void setArtifact(Artifact artifact)
@NotNull public ProjectItemType getType()
getType in interface InternalDeploymentVersionItemCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.