Interface ArtifactHandlerPublishingResult
- All Known Implementing Classes:
ArtifactHandlerPublishingResultImpl
public interface ArtifactHandlerPublishingResult
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription@Nullable StringReturns archive name if artifact has been compressed by automatic archive creation, null otherwise.@NotNull ArchiverType@NotNull String@Nullable Integer@Nullable LongbooleanvoidsetArchiveName(@Nullable String archiveName) voidsetArchiverType(@NotNull ArchiverType archiverType) voidsetArtifactHandlerKey(@NotNull String completeKey)
-
Method Details
-
isSuccessful
boolean isSuccessful() -
getStatus
ArtifactHandlerPublishingResult.Status getStatus() -
getTotalUploadedSize
-
getTotalUploadedCount
-
setArtifactHandlerKey
-
getArtifactHandlerKey
-
getArchiverType
-
setArchiverType
-
getArchiveName
Returns archive name if artifact has been compressed by automatic archive creation, null otherwise. -
setArchiveName
-