Class ArtifactPublishingFailedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ArtifactPublishingFailedException
    extends java.lang.RuntimeException
    Author:
    Pavel.Sher Date: 12.11.2008
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ArtifactPublishingFailedException​(java.lang.String message, boolean mustRepeat, java.lang.Throwable cause)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isMustRepeat()
      Returns true if publishing of an artifact must be repeated
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ArtifactPublishingFailedException

        public ArtifactPublishingFailedException​(java.lang.String message,
                                                 boolean mustRepeat,
                                                 @Nullable
                                                 java.lang.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