Package org.jenkinsci.plugins.cloudstats
Class PhaseExecutionAttachment.ExceptionAttachment
java.lang.Object
org.jenkinsci.plugins.cloudstats.PhaseExecutionAttachment
org.jenkinsci.plugins.cloudstats.PhaseExecutionAttachment.ExceptionAttachment
- All Implemented Interfaces:
Action
,ModelObject
,Serializable
- Enclosing class:
- PhaseExecutionAttachment
public static final class PhaseExecutionAttachment.ExceptionAttachment
extends PhaseExecutionAttachment
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jenkinsci.plugins.cloudstats.PhaseExecutionAttachment
PhaseExecutionAttachment.ExceptionAttachment
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExceptionAttachment
(ProvisioningActivity.Status status, String title, Throwable throwable) ExceptionAttachment
(ProvisioningActivity.Status status, Throwable throwable) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.cloudstats.PhaseExecutionAttachment
getDisplayName, getIconFileName, getStatus, getTitle
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ExceptionAttachment
public ExceptionAttachment(@NonNull ProvisioningActivity.Status status, @NonNull Throwable throwable) -
ExceptionAttachment
public ExceptionAttachment(@NonNull ProvisioningActivity.Status status, @NonNull String title, @NonNull Throwable throwable)
-
-
Method Details
-
getCause
Deprecated.Use #getText() instead. -
getText
-
toString
-
getUrlName
Description copied from class:PhaseExecutionAttachment
Url fragment (without slashes) to provide URL subspace for this attachment.- Specified by:
getUrlName
in interfaceAction
- Overrides:
getUrlName
in classPhaseExecutionAttachment
- Returns:
- non-null, in case the attachment serves some more content. null otherwise.
-