Package org.jenkinsci.plugins.cloudstats
Class PhaseExecutionAttachment
java.lang.Object
org.jenkinsci.plugins.cloudstats.PhaseExecutionAttachment
- All Implemented Interfaces:
Action
,ModelObject
,Serializable
- Direct Known Subclasses:
PhaseExecutionAttachment.ExceptionAttachment
Additional information attached to the
PhaseExecution
.- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionStatus the execution entered once this got attached.getTitle()
Single line description of the attachment nature.Url fragment (without slashes) to provide URL subspace for this attachment.
-
Constructor Details
-
PhaseExecutionAttachment
-
-
Method Details
-
getStatus
Status the execution entered once this got attached.- Returns:
ProvisioningActivity.Status.OK
in case of informative attachment,ProvisioningActivity.Status.WARN
in case provisioning continued, but there is something worth attention on this attachment anyway orProvisioningActivity.Status.FAIL
in case provisioning failed with this attachment explaining the cause.
-
getTitle
Single line description of the attachment nature. -
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
Url fragment (without slashes) to provide URL subspace for this attachment.- Specified by:
getUrlName
in interfaceAction
- Returns:
- non-null, in case the attachment serves some more content. null otherwise.
-