public class ArtifactDeploymentVersionItemImpl extends AbstractDeploymentVersionItem implements ArtifactDeploymentVersionItem
getPlanKey
Constructor and Description |
---|
ArtifactDeploymentVersionItemImpl(long id,
String name,
ProjectItemType type,
PlanResultKey planResultKey,
String label,
String location,
String copyPattern,
long size,
Artifact artifact) |
ArtifactDeploymentVersionItemImpl(MutableArtifactDeploymentVersionItemImpl versionItem) |
Modifier and Type | Method and Description |
---|---|
Artifact |
getArtifact() |
String |
getCopyPattern() |
String |
getLabel() |
String |
getLocation() |
PlanResultKey |
getPlanResultKey() |
long |
getSize() |
getId, getName, getType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId, getName, getType
public ArtifactDeploymentVersionItemImpl(@NotNull MutableArtifactDeploymentVersionItemImpl versionItem)
public ArtifactDeploymentVersionItemImpl(long id, String name, ProjectItemType type, PlanResultKey planResultKey, String label, String location, String copyPattern, long size, Artifact artifact)
@NotNull public PlanResultKey getPlanResultKey()
getPlanResultKey
in interface InternalArtifactDeploymentVersionItem
getPlanResultKey
in interface PlanResultKeyProvider
@NotNull public String getLabel()
getLabel
in interface InternalArtifactDeploymentVersionItem
@Nullable public String getLocation()
getLocation
in interface InternalArtifactDeploymentVersionItem
@NotNull public String getCopyPattern()
getCopyPattern
in interface InternalArtifactDeploymentVersionItem
public long getSize()
getSize
in interface InternalArtifactDeploymentVersionItem
public Artifact getArtifact()
getArtifact
in interface InternalArtifactDeploymentVersionItem
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.