public interface MutableArtifact extends Artifact, BambooObject
SYSTEM_LINK_TYPE
Modifier and Type | Method and Description |
---|---|
void |
setArchiverType(ArchiverType archiverType) |
void |
setGloballyStored(boolean isGloballyStored) |
void |
setLabel(String label) |
void |
setLinkType(String linkType) |
void |
setPlanResultKey(PlanResultKey planResultKey) |
void |
setSharedArtifact(boolean isSharedArtifact) |
void |
setSize(Long size) |
getArchiverType, getLabel, getLinkType, getPlanResultKey, getSize, isGloballyStored, isSharedArtifact
setId
getId
void setLabel(@NotNull String label)
void setSize(@Nullable Long size)
void setSharedArtifact(boolean isSharedArtifact)
void setLinkType(String linkType)
void setPlanResultKey(@NotNull PlanResultKey planResultKey)
void setGloballyStored(boolean isGloballyStored)
void setArchiverType(@NotNull ArchiverType archiverType)
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.