public interface ArtifactHandlerPublishingResult
Modifier and Type | Interface and Description |
---|---|
static class |
ArtifactHandlerPublishingResult.Status |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getArchiveName()
Returns archive name if artifact has been compressed by automatic archive creation, null otherwise.
|
@NotNull ArchiverType |
getArchiverType() |
@NotNull String |
getArtifactHandlerKey() |
ArtifactHandlerPublishingResult.Status |
getStatus() |
@Nullable Integer |
getTotalUploadedCount() |
@Nullable Long |
getTotalUploadedSize() |
boolean |
isSuccessful() |
void |
setArchiveName(@Nullable String archiveName) |
void |
setArchiverType(@NotNull ArchiverType archiverType) |
void |
setArtifactHandlerKey(@NotNull String completeKey) |
boolean isSuccessful()
ArtifactHandlerPublishingResult.Status getStatus()
@Nullable @Nullable Long getTotalUploadedSize()
@Nullable @Nullable Integer getTotalUploadedCount()
void setArtifactHandlerKey(@NotNull @NotNull String completeKey)
@NotNull @NotNull String getArtifactHandlerKey()
@NotNull @NotNull ArchiverType getArchiverType()
void setArchiverType(@NotNull @NotNull ArchiverType archiverType)
@Nullable @Nullable String getArchiveName()
void setArchiveName(@Nullable @Nullable String archiveName)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.
View cookie preferences