Interface MutableArtifact

All Superinterfaces:
Artifact, BambooIdProvider, BambooObject
All Known Implementing Classes:
MutableArtifactImpl

public interface MutableArtifact extends Artifact, BambooObject
  • Method Details

    • setLabel

      void setLabel(@NotNull @NotNull String label)
    • setSize

      void setSize(@Nullable @Nullable Long size)
    • setSharedArtifact

      void setSharedArtifact(boolean isSharedArtifact)
    • setLinkType

      void setLinkType(String linkType)
    • setPlanResultKey

      void setPlanResultKey(@NotNull @NotNull PlanResultKey planResultKey)
    • setGloballyStored

      void setGloballyStored(boolean isGloballyStored)
    • setArchiverType

      void setArchiverType(@NotNull @NotNull ArchiverType archiverType)