类 KeepRunningStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
com.shanyshanb.plugins.pipeline.steps.KeepRunningStepExecution
- 所有已实现的接口:
Serializable
public class KeepRunningStepExecution
extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
Execution of
KeepRunningStep
.- 作者:
- Tang Ming
- 另请参阅:
-
构造器概要
构造器限定符构造器说明protected
KeepRunningStepExecution
(org.jenkinsci.plugins.workflow.steps.StepContext context) -
方法概要
从类继承的方法 org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
inject
从类继承的方法 org.jenkinsci.plugins.workflow.steps.StepExecution
applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded, stop
-
构造器详细资料
-
KeepRunningStepExecution
protected KeepRunningStepExecution(@Nonnull org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
方法详细资料
-
start
- 指定者:
start
在类中org.jenkinsci.plugins.workflow.steps.StepExecution
- 抛出:
Exception
-
onResume
public void onResume()- 覆盖:
onResume
在类中org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
-