Class OpenStackMachineStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
jenkins.plugins.openstack.pipeline.OpenStackMachineStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class OpenStackMachineStep
extends org.jenkinsci.plugins.workflow.steps.Step
Provision auxiliary server not to be connected to Jenkins.
Usage is as:
node { def x = openstackMachine cloud: 'mitaka', template: 'CentOS-7' def y = openstackMachine cloud: 'mitaka', template: 'CentOS-7', scope: 'unlimited' }
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static class
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
OpenStackMachineStep
@DataBoundConstructor public OpenStackMachineStep()
-
-
Method Details