com.atlassian.bamboo.build.artifact
Interface ArtifactFileData
- All Known Implementing Classes:
- ArtifactFileDataImpl, MutableArtifactFileData, TrampolineArtifactFileData
public interface ArtifactFileData
getName
@NotNull
String getName()
getFileType
ArtifactFileData.FileType getFileType()
getUrl
@Nullable
String getUrl()
getTag
@Nullable
String getTag()
getSize
@Nullable
Long getSize()
lastModified
@Nullable
Date lastModified()
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.