Class AwaitDeploymentStep
- 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.deployment.workflowsteps.AwaitDeploymentStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
,Serializable
public class AwaitDeploymentStep extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl implements Serializable
Workflow Step for awaiting for a deployment- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AwaitDeploymentStep.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description AwaitDeploymentStep(int threshold, String env)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AwaitDeploymentStep.DescriptorImpl
getDescriptor()
String
getEnv()
int
getThreshold()
-
-
-
Constructor Detail
-
AwaitDeploymentStep
@DataBoundConstructor public AwaitDeploymentStep(int threshold, String env)
-
-
Method Detail
-
getThreshold
public int getThreshold()
-
getEnv
public String getEnv()
-
getDescriptor
public AwaitDeploymentStep.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<org.jenkinsci.plugins.workflow.steps.Step>
- Overrides:
getDescriptor
in classorg.jenkinsci.plugins.workflow.steps.Step
-
-