Class InputTriggerStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- de.tsystems.mms.apm.performancesignature.viewer.InputTriggerStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class InputTriggerStep extends org.jenkinsci.plugins.workflow.steps.Step
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InputTriggerStep.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description InputTriggerStep(String triggerId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
InputTriggerStep
@DataBoundConstructor public InputTriggerStep(String triggerId)
-
-
Method Detail
-
getHandle
public org.jenkinsci.plugins.ParameterizedRemoteTrigger.pipeline.Handle getHandle()
-
setHandle
@DataBoundSetter public void setHandle(org.jenkinsci.plugins.ParameterizedRemoteTrigger.pipeline.Handle handle)
-
getTriggerId
public String getTriggerId()
-
-