@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class OpenStackMachineStep
extends org.jenkinsci.plugins.workflow.steps.Step
node { def x = openstackMachine cloud: 'mitaka', template: 'CentOS-7' def y = openstackMachine cloud: 'mitaka', template: 'CentOS-7', scope: 'unlimited' }
Modifier and Type | Class and Description |
---|---|
static class |
OpenStackMachineStep.DescriptorImpl |
static class |
OpenStackMachineStep.Execution |
Constructor and Description |
---|
OpenStackMachineStep() |
Modifier and Type | Method and Description |
---|---|
String |
getCloud() |
String |
getScope() |
String |
getTemplate() |
void |
setCloud(String cloud) |
void |
setScope(String scope) |
void |
setTemplate(String template) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
@DataBoundSetter public void setScope(@CheckForNull String scope)
Copyright © 2016–2020. All rights reserved.