Uses of Class
jenkins.plugins.openstack.compute.SlaveOptions
-
Uses of SlaveOptions in jenkins.plugins.openstack.compute
Modifier and TypeMethodDescriptionSlaveOptions.Builder.build()
static SlaveOptions
SlaveOptions.empty()
SlaveOptions.eraseDefaults
(SlaveOptions defaults) Derive new options from current leavingnull
where same as default.static SlaveOptions
JCloudsCloud.DescriptorImpl.getDefaultOptions()
JCloudsCloud.getEffectiveSlaveOptions()
JCloudsSlaveTemplate.getEffectiveSlaveOptions()
SlaveOptions.Holder.getEffectiveSlaveOptions()
Get effective options declared by this object.JCloudsCloud.getRawSlaveOptions()
JCloudsSlaveTemplate.getRawSlaveOptions()
SlaveOptions.Holder.getRawSlaveOptions()
Get configured options held by this object.JCloudsSlave.getSlaveOptions()
Get effective options used to configure this slave.SlaveOptionsDescriptor.newInstance
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) SlaveOptions.override
(SlaveOptions o) Derive SlaveOptions taking this instance as baseline and overriding with argument.Modifier and TypeMethodDescriptionSlaveOptions.eraseDefaults
(SlaveOptions defaults) Derive new options from current leavingnull
where same as default.SlaveOptions.override
(SlaveOptions o) Derive SlaveOptions taking this instance as baseline and overriding with argument.ModifierConstructorDescriptionJCloudsCloud
(String name, String endPointUrl, boolean ignoreSsl, String zone, SlaveOptions slaveOptions, List<JCloudsSlaveTemplate> templates, String credentialsId) JCloudsSlave
(org.jenkinsci.plugins.cloudstats.ProvisioningActivity.Id id, org.openstack4j.model.compute.Server metadata, String labelString, SlaveOptions slaveOptions) JCloudsSlaveTemplate
(String name, String labels, SlaveOptions slaveOptions)