Class MutableArtifactFileData
- java.lang.Object
-
- com.atlassian.bamboo.build.artifact.ArtifactFileDataImpl
-
- com.atlassian.bamboo.build.artifact.MutableArtifactFileData
-
- All Implemented Interfaces:
ArtifactFileData
public class MutableArtifactFileData extends ArtifactFileDataImpl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.atlassian.bamboo.build.artifact.ArtifactFileData
ArtifactFileData.FileType
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.build.artifact.ArtifactFileDataImpl
tag
-
-
Constructor Summary
Constructors Constructor Description MutableArtifactFileData(@NotNull String name, @NotNull ArtifactFileData.FileType fileType, long artifactId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutableArtifactFileData
withTag(String tag)
-
Methods inherited from class com.atlassian.bamboo.build.artifact.ArtifactFileDataImpl
directory, getArtifactId, getFileType, getName, getSize, getTag, getUrl, lastModified
-
-
-
-
Constructor Detail
-
MutableArtifactFileData
public MutableArtifactFileData(@NotNull @NotNull String name, @NotNull @NotNull ArtifactFileData.FileType fileType, long artifactId)
-
-
Method Detail
-
withTag
public MutableArtifactFileData withTag(String tag)
-
-