Serialized Form
-
Package org.jenkinsci.plugins.workflow.support.steps.input
-
Class org.jenkinsci.plugins.workflow.support.steps.input.InputStep extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws AbortException
- Throws:
AbortException
-
-
Serialized Fields
-
id
String id
Optional ID that uniquely identifies this input from all others. -
message
String message
-
ok
String ok
Caption of the OK button. -
parameters
List<ParameterDefinition> parameters
Either a singleParameterDefinition
or a list of them. -
submitter
String submitter
Optional user/group name who can approve this. -
submitterParameter
String submitterParameter
Optional parameter name to stored the user who responded to the input.
-
-
-
Class org.jenkinsci.plugins.workflow.support.steps.input.InputStepExecution extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.jenkinsci.plugins.workflow.support.steps.input.Outcome extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.jenkinsci.plugins.workflow.support.steps.input.POSTHyperlinkNote extends HyperlinkNote implements Serializable
-
Serialized Fields
-
url
String url
-
-
-
Class org.jenkinsci.plugins.workflow.support.steps.input.Rejection extends CauseOfInterruption implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
timestamp
long timestamp
-
userName
String userName
-
-