public class AlibabaEcsStep
extends org.jenkinsci.plugins.workflow.steps.Step
Used like:
node {
def x = alibabaEcs cloud: 'myCloud', template: 'cn-beijing-a-ecs.c5.large'
}
Created by kunlun.ykl on 2020/9/27.
| Modifier and Type | Class and Description |
|---|---|
static class |
AlibabaEcsStep.DescriptorImpl |
static class |
AlibabaEcsStep.Execution |
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
AlibabaEcsStep(String cloud,
String template) |
| Modifier and Type | Method and Description |
|---|---|
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) |
Copyright © 2016–2020. All rights reserved.