Class StageStepExecution.CanceledCause
- java.lang.Object
-
- jenkins.model.CauseOfInterruption
-
- org.jenkinsci.plugins.workflow.support.steps.StageStepExecution.CanceledCause
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- StageStepExecution
@Deprecated public static final class StageStepExecution.CanceledCause extends CauseOfInterruption
Deprecated.only to be able to load old builds- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jenkins.model.CauseOfInterruption
CauseOfInterruption.UserInterruption
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Run<?,?>
getNewerBuild()
Deprecated.String
getShortDescription()
Deprecated.-
Methods inherited from class jenkins.model.CauseOfInterruption
print
-
-
-
-
Method Detail
-
getNewerBuild
public Run<?,?> getNewerBuild()
Deprecated.
-
getShortDescription
public String getShortDescription()
Deprecated.- Specified by:
getShortDescription
in classCauseOfInterruption
-
-