Uses of Class
jenkins.plugins.openstack.compute.SlaveOptions
Packages that use SlaveOptions
-
Uses of SlaveOptions in jenkins.plugins.openstack.compute
Methods in jenkins.plugins.openstack.compute that return SlaveOptionsModifier 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.Methods in jenkins.plugins.openstack.compute with parameters of type SlaveOptionsModifier 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.Constructors in jenkins.plugins.openstack.compute with parameters of type SlaveOptionsModifierConstructorDescriptionJCloudsCloud
(String name, String endPointUrl, boolean ignoreSsl, String zone, long cleanfreq, 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)