Interface ArtifactHandlerPublishingResult

    • Method Detail

      • isSuccessful

        boolean isSuccessful()
      • getTotalUploadedSize

        @Nullable
        @Nullable Long getTotalUploadedSize()
      • getTotalUploadedCount

        @Nullable
        @Nullable Integer getTotalUploadedCount()
      • setArtifactHandlerKey

        void setArtifactHandlerKey​(@NotNull
                                   @NotNull String completeKey)
      • getArtifactHandlerKey

        @NotNull
        @NotNull String getArtifactHandlerKey()
      • getArchiverType

        @NotNull
        @NotNull ArchiverType getArchiverType()
      • setArchiverType

        void setArchiverType​(@NotNull
                             @NotNull ArchiverType archiverType)
      • getArchiveName

        @Nullable
        @Nullable String getArchiveName()
        Returns archive name if artifact has been compressed by automatic archive creation, null otherwise.
      • setArchiveName

        void setArchiveName​(@Nullable
                            @Nullable String archiveName)