Class InputStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
org.jenkinsci.plugins.workflow.support.steps.input.InputStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
,Serializable
@ExportedBean(defaultVisibility=2)
public class InputStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
implements Serializable
Step
that pauses for human input.- Author:
- Kohsuke Kawaguchi
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.boolean
Deprecated.getId()
getOk()
Caption of the OK button.void
void
void
setParameters
(List<ParameterDefinition> parameters) void
setSubmitter
(String submitter) void
setSubmitterParameter
(String submitterParameter) org.jenkinsci.plugins.workflow.steps.StepExecution
start
(org.jenkinsci.plugins.workflow.steps.StepContext context) Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
prepareInjector
-
Constructor Details
-
InputStep
-
-
Method Details
-
setId
-
getId
-
getSubmitter
-
setSubmitter
-
getSubmitterParameter
-
setSubmitterParameter
-
getOk
Caption of the OK button. -
setOk
-
getParameters
-
setParameters
-
getMessage
-
canSubmit
Deprecated. -
canSettle
Deprecated.Checks if the given user can settle this input. -
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception - Overrides:
start
in classorg.jenkinsci.plugins.workflow.steps.AbstractStepImpl
- Throws:
Exception
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<org.jenkinsci.plugins.workflow.steps.Step>
- Overrides:
getDescriptor
in classorg.jenkinsci.plugins.workflow.steps.Step
-