public class ArtifactPublishingFailedException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ArtifactPublishingFailedException(java.lang.String message,
boolean mustRepeat,
java.lang.Throwable cause)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMustRepeat()
Returns true if publishing of an artifact must be repeated
|
public ArtifactPublishingFailedException(java.lang.String message,
boolean mustRepeat,
@Nullable
java.lang.Throwable cause)
message - message to add to build or agent logmustRepeat - if true then publishing must be repeated