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