com.atlassian.bamboo.artifact
Interface MutableArtifact
- All Superinterfaces:
- Artifact, BambooIdProvider, BambooObject
- All Known Implementing Classes:
- MutableArtifactImpl
public interface MutableArtifact
- extends Artifact, BambooObject
setLabel
void setLabel(@NotNull
java.lang.String label)
setSize
void setSize(@Nullable
java.lang.Long size)
setSharedArtifact
void setSharedArtifact(boolean isSharedArtifact)
setLinkType
void setLinkType(java.lang.String linkType)
setPlanResultKey
void setPlanResultKey(@NotNull
PlanResultKey planResultKey)
setGloballyStored
void setGloballyStored(boolean isGloballyStored)
Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.