public interface ArtifactHandlerPublishingResult
Modifier and Type | Method and Description |
---|---|
ArchiverType |
getArchiverType() |
String |
getArtifactHandlerKey() |
Integer |
getTotalUploadedCount() |
Long |
getTotalUploadedSize() |
boolean |
isSuccessful() |
void |
setArchiverType(ArchiverType archiverType) |
void |
setArtifactHandlerKey(String completeKey) |
boolean isSuccessful()
@Nullable Long getTotalUploadedSize()
@Nullable Integer getTotalUploadedCount()
void setArtifactHandlerKey(@NotNull String completeKey)
@NotNull String getArtifactHandlerKey()
@NotNull ArchiverType getArchiverType()
void setArchiverType(@NotNull ArchiverType archiverType)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.