Interface ArtifactFileData

All Known Implementing Classes:
ArtifactFileDataImpl, MutableArtifactFileData, TrampolineArtifactFileData

public interface ArtifactFileData
  • Method Details

    • getName

      @NotNull @NotNull String getName()
    • 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 an Artifact that owns this file.
      Since:
      9.1