Class ArtifactPublishingFailedException

    • Constructor Detail

      • ArtifactPublishingFailedException

        public ArtifactPublishingFailedException​(String message,
                                                 boolean mustRepeat,
                                                 @Nullable
                                                 Throwable cause)
        Constructor
        Parameters:
        message - message to add to build or agent log
        mustRepeat - if true then publishing must be repeated
    • Method Detail

      • isMustRepeat

        public boolean isMustRepeat()
        Returns true if publishing of an artifact must be repeated
        Returns:
        see above