Class TimeoutStepExecution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
-
- org.jenkinsci.plugins.workflow.steps.TimeoutStepExecution
-
- All Implemented Interfaces:
Serializable
public class TimeoutStepExecution extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TimeoutStepExecution.ExceededTimeout
Common cause in this step.static interface
TimeoutStepExecution.ResetCallback
Deprecated.only here for serial compatibility
-
Field Summary
Fields Modifier and Type Field Description static boolean
forceInterruption
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getStatus()
void
onResume()
boolean
start()
-
-
-
Method Detail
-
start
public boolean start() throws Exception
- Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.StepExecution
- Throws:
Exception
-
onResume
public void onResume()
- Overrides:
onResume
in classorg.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
-
getStatus
public String getStatus()
- Overrides:
getStatus
in classorg.jenkinsci.plugins.workflow.steps.StepExecution
-
-