Package hudson.plugins.ec2
Class EC2Step
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
hudson.plugins.ec2.EC2Step
- All Implemented Interfaces:
ExtensionPoint,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class EC2Step
extends org.jenkinsci.plugins.workflow.steps.Step
Returns the instance provisioned.
Used like:
node {
def x = ec2 cloud: 'myCloud', template: 'aws-CentOS-7'
}
- Author:
- Alicia Doblas
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic classNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor