Interface ArtifactFileData
-
- All Known Implementing Classes:
ArtifactFileDataImpl
,MutableArtifactFileData
,TrampolineArtifactFileData
public interface ArtifactFileData
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ArtifactFileData.FileType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getArtifactId()
Id of anArtifact
that owns this file.ArtifactFileData.FileType
getFileType()
@NotNull String
getName()
@Nullable Long
getSize()
@Nullable String
getTag()
@Nullable String
getUrl()
@Nullable Date
lastModified()
-
-
-
Method Detail
-
getName
@NotNull @NotNull String getName()
-
getFileType
ArtifactFileData.FileType getFileType()
-
getUrl
@Nullable @Nullable String getUrl()
-
getTag
@Nullable @Nullable String getTag()
-
getSize
@Nullable @Nullable Long getSize()
-
lastModified
@Nullable @Nullable Date lastModified()
-
getArtifactId
long getArtifactId()
Id of anArtifact
that owns this file.- Since:
- 9.1
-
-