Class CancelledCause
java.lang.Object
jenkins.model.CauseOfInterruption
org.jenkinsci.plugins.pipeline.milestone.CancelledCause
- All Implemented Interfaces:
Serializable
Records that a build was canceled because it reached a milestone but a newer build already passed it, or
a newer build from the last milestone the build passed.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jenkins.model.CauseOfInterruption
CauseOfInterruption.UserInterruption
-
Method Summary
Methods inherited from class jenkins.model.CauseOfInterruption
print
-
Method Details
-
getNewerBuild
-
getShortDescription
- Specified by:
getShortDescription
in classCauseOfInterruption
-