Class MutableArtifactFileData
java.lang.Object
com.atlassian.bamboo.build.artifact.ArtifactFileDataImpl
com.atlassian.bamboo.build.artifact.MutableArtifactFileData
- All Implemented Interfaces:
ArtifactFileData
-
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
ConstructorDescriptionMutableArtifactFileData
(@NotNull String name, @NotNull ArtifactFileData.FileType fileType, long artifactId) -
Method Summary
Methods inherited from class com.atlassian.bamboo.build.artifact.ArtifactFileDataImpl
directory, getArtifactId, getFileType, getName, getSize, getTag, getUrl, lastModified
-
Constructor Details
-
MutableArtifactFileData
public MutableArtifactFileData(@NotNull @NotNull String name, @NotNull @NotNull ArtifactFileData.FileType fileType, long artifactId)
-
-
Method Details
-
withTag
-