com.atlassian.bamboo.build.artifact
Interface ArtifactFileData

All Known Implementing Classes:
ArtifactFileDataImpl, MutableArtifactFileData, TrampolineArtifactFileData

public interface ArtifactFileData


Nested Class Summary
static class ArtifactFileData.FileType
           
 
Method Summary
 ArtifactFileData.FileType getFileType()
           
 String getName()
           
 Long getSize()
           
 String getTag()
           
 String getUrl()
           
 Date lastModified()
           
 

Method Detail

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.