Class CancelledCause

java.lang.Object
jenkins.model.CauseOfInterruption
org.jenkinsci.plugins.pipeline.milestone.CancelledCause
All Implemented Interfaces:
Serializable

public final class CancelledCause extends CauseOfInterruption
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: