public class InputTriggerStep
extends org.jenkinsci.plugins.workflow.steps.Step
| Modifier and Type | Class and Description |
|---|---|
static class |
InputTriggerStep.DescriptorImpl |
| Constructor and Description |
|---|
InputTriggerStep(String triggerId) |
| Modifier and Type | Method and Description |
|---|---|
org.jenkinsci.plugins.ParameterizedRemoteTrigger.pipeline.Handle |
getHandle() |
String |
getTriggerId() |
void |
setHandle(org.jenkinsci.plugins.ParameterizedRemoteTrigger.pipeline.Handle handle) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
@DataBoundConstructor public InputTriggerStep(String triggerId)
public org.jenkinsci.plugins.ParameterizedRemoteTrigger.pipeline.Handle getHandle()
@DataBoundSetter public void setHandle(org.jenkinsci.plugins.ParameterizedRemoteTrigger.pipeline.Handle handle)
public String getTriggerId()
Copyright © 2016–2020. All rights reserved.