Package com.atlassian.bamboo.artifact
Interface MutableArtifact
- All Superinterfaces:
Artifact,BambooIdProvider,BambooObject
- All Known Implementing Classes:
MutableArtifactImpl
-
Field Summary
Fields inherited from interface com.atlassian.bamboo.artifact.Artifact
SYSTEM_LINK_TYPE -
Method Summary
Modifier and TypeMethodDescriptionvoidsetArchiverType(@NotNull ArchiverType archiverType) voidsetGloballyStored(boolean isGloballyStored) voidvoidsetLinkType(String linkType) voidsetPlanResultKey(@NotNull PlanResultKey planResultKey) voidsetSharedArtifact(boolean isSharedArtifact) voidvoidsetStorageTag(@NotNull ChainStorageTag storageTag) Methods inherited from interface com.atlassian.bamboo.artifact.Artifact
getArchiverType, getLabel, getLinkType, getPlanResultKey, getSize, getStorageTag, isGloballyStored, isSharedArtifactMethods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Method Details
-
setLabel
-
setSize
-
setLinkType
-
setPlanResultKey
-
setGloballyStored
void setGloballyStored(boolean isGloballyStored) -
setArchiverType
-
setStorageTag
-