Interface ArtifactHandlerPublishingResult
- All Known Implementing Classes:
ArtifactHandlerPublishingResultImpl
public interface ArtifactHandlerPublishingResult
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
Returns archive name if artifact has been compressed by automatic archive creation, null otherwise.@NotNull ArchiverType
@NotNull String
@Nullable Integer
@Nullable Long
boolean
void
setArchiveName
(@Nullable String archiveName) void
setArchiverType
(@NotNull ArchiverType archiverType) void
setArtifactHandlerKey
(@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
-