public interface ArtifactFileData
Modifier and Type | Interface and Description |
---|---|
static class |
ArtifactFileData.FileType |
Modifier and Type | Method and Description |
---|---|
long |
getArtifactId()
Id of an
Artifact that owns this file. |
ArtifactFileData.FileType |
getFileType() |
@NotNull String |
getName() |
@Nullable Long |
getSize() |
@Nullable String |
getTag() |
@Nullable String |
getUrl() |
@Nullable Date |
lastModified() |
@NotNull @NotNull String getName()
ArtifactFileData.FileType getFileType()
@Nullable @Nullable String getUrl()
@Nullable @Nullable String getTag()
@Nullable @Nullable Long getSize()
@Nullable @Nullable Date lastModified()
long getArtifactId()
Artifact
that owns this file.Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.