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 TypeMethodDescriptionvoid
setArchiverType
(@NotNull ArchiverType archiverType) void
setGloballyStored
(boolean isGloballyStored) void
void
setLinkType
(String linkType) void
setPlanResultKey
(@NotNull PlanResultKey planResultKey) void
setSharedArtifact
(boolean isSharedArtifact) void
Methods inherited from interface com.atlassian.bamboo.artifact.Artifact
getArchiverType, getLabel, getLinkType, getPlanResultKey, getSize, isGloballyStored, isSharedArtifact
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Method Details
-
setLabel
-
setSize
-
setLinkType
-
setPlanResultKey
-
setGloballyStored
void setGloballyStored(boolean isGloballyStored) -
setArchiverType
-