@Entity public class MutableArtifactDeploymentVersionItemImpl extends AbstractMutableDeploymentVersionItem implements MutableArtifactDeploymentVersionItem
toImmutableDeploymentVersionItem
getPlanKey
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, setName
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDate
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDeploymentVersion, setDeploymentVersion
setId
getId, getName
public MutableArtifactDeploymentVersionItemImpl()
public ArtifactDeploymentVersionItem getImmutableDeploymentVersionItem()
getImmutableDeploymentVersionItem
in interface MutableDeploymentVersionItem
@NotNull public PlanResultKey getPlanResultKey()
getPlanResultKey
in interface InternalArtifactDeploymentVersionItem
getPlanResultKey
in interface PlanResultKeyProvider
public void setPlanResultKey(PlanResultKey planResultKey)
@NotNull public String getLabel()
getLabel
in interface InternalArtifactDeploymentVersionItem
public void setLabel(@NotNull String label)
public String getLocation()
getLocation
in interface InternalArtifactDeploymentVersionItem
public void setLocation(String location)
public String getCopyPattern()
getCopyPattern
in interface InternalArtifactDeploymentVersionItem
public void setCopyPattern(String copyPattern)
public long getSize()
getSize
in interface InternalArtifactDeploymentVersionItem
public void setSize(long size)
public Artifact getArtifact()
getArtifact
in interface InternalArtifactDeploymentVersionItem
public void setArtifact(Artifact artifact)
@NotNull public ProjectItemType getType()
getType
in interface InternalDeploymentVersionItem
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.