Class BuildTriggerCancelledCause
- java.lang.Object
-
- jenkins.model.CauseOfInterruption
-
- org.jenkinsci.plugins.workflow.support.steps.build.BuildTriggerCancelledCause
-
- All Implemented Interfaces:
Serializable
public class BuildTriggerCancelledCause extends CauseOfInterruption
Indicates that a build is cancelled because the workflow that requested it is aborted. TODO: real summary.jelly- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jenkins.model.CauseOfInterruption
CauseOfInterruption.UserInterruption
-
-
Constructor Summary
Constructors Constructor Description BuildTriggerCancelledCause(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getShortDescription()
-
Methods inherited from class jenkins.model.CauseOfInterruption
print
-
-
-
-
Constructor Detail
-
BuildTriggerCancelledCause
public BuildTriggerCancelledCause(Throwable cause)
-
-
Method Detail
-
getShortDescription
public String getShortDescription()
- Specified by:
getShortDescription
in classCauseOfInterruption
-
-