类 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)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
     
    boolean
     

    从类继承的方法 org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl

    inject

    从类继承的方法 org.jenkinsci.plugins.workflow.steps.StepExecution

    applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded, stop

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • KeepRunningStepExecution

      protected KeepRunningStepExecution(@Nonnull org.jenkinsci.plugins.workflow.steps.StepContext context)
  • 方法详细资料

    • start

      public boolean start() throws Exception
      指定者:
      start 在类中 org.jenkinsci.plugins.workflow.steps.StepExecution
      抛出:
      Exception
    • onResume

      public void onResume()
      覆盖:
      onResume 在类中 org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl