public class EC2Step
extends org.jenkinsci.plugins.workflow.steps.Step
node { def x = ec2 cloud: 'myCloud', template: 'aws-CentOS-7' }
Modifier and Type | Class and Description |
---|---|
static class |
EC2Step.DescriptorImpl |
static class |
EC2Step.Execution |
ExtensionPoint.LegacyInstancesAreScopedToHudson
Modifier and Type | Method and Description |
---|---|
String |
getCloud() |
String |
getTemplate() |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
Copyright © 2016–2022. All rights reserved.