类 KeepRunningStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
com.shanyshanb.plugins.pipeline.steps.KeepRunningStep
- 所有已实现的接口:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class KeepRunningStep
extends org.jenkinsci.plugins.workflow.steps.Step
Keep the process running even if the build has finished.
- 作者:
- Tang Ming
-
嵌套类概要
嵌套类从接口继承的嵌套类/接口 hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.jenkinsci.plugins.workflow.steps.StepExecution
start
(org.jenkinsci.plugins.workflow.steps.StepContext context) 从类继承的方法 org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
构造器详细资料
-
KeepRunningStep
@DataBoundConstructor public KeepRunningStep()
-
-
方法详细资料
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) - 指定者:
start
在类中org.jenkinsci.plugins.workflow.steps.Step
-