| Package | Description |
|---|---|
| com.atlassian.bamboo.build.artifact |
| Modifier and Type | Method and Description |
|---|---|
ArtifactFileData.FileType |
TrampolineArtifactFileData.getFileType() |
@NotNull ArtifactFileData.FileType |
ArtifactFileDataImpl.getFileType() |
ArtifactFileData.FileType |
ArtifactFileData.getFileType() |
static ArtifactFileData.FileType |
ArtifactFileData.FileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactFileData.FileType[] |
ArtifactFileData.FileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ArtifactFileDataImpl(@NotNull String name,
@NotNull ArtifactFileData.FileType fileType,
@Nullable String url,
@Nullable String tag,
@Nullable Date lastModified,
@Nullable Long size) |
MutableArtifactFileData(@NotNull String name,
@NotNull ArtifactFileData.FileType fileType) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.