Package | Description |
---|---|
jenkins.plugins.openstack.compute |
Modifier and Type | Method and Description |
---|---|
SlaveOptions |
SlaveOptions.Builder.build() |
static SlaveOptions |
SlaveOptions.empty() |
SlaveOptions |
SlaveOptions.eraseDefaults(SlaveOptions defaults)
Derive new options from current leaving null where same as default.
|
static SlaveOptions |
JCloudsCloud.DescriptorImpl.getDefaultOptions() |
SlaveOptions |
JCloudsCloud.getEffectiveSlaveOptions() |
SlaveOptions |
SlaveOptions.Holder.getEffectiveSlaveOptions()
Get effective options declared by this object.
|
SlaveOptions |
JCloudsSlaveTemplate.getEffectiveSlaveOptions() |
SlaveOptions |
JCloudsCloud.getRawSlaveOptions() |
SlaveOptions |
SlaveOptions.Holder.getRawSlaveOptions()
Get configured options held by this object.
|
SlaveOptions |
JCloudsSlaveTemplate.getRawSlaveOptions() |
SlaveOptions |
JCloudsSlave.getSlaveOptions()
Get effective options used to configure this slave.
|
SlaveOptions |
SlaveOptions.override(SlaveOptions o)
Derive SlaveOptions taking this instance as baseline and overriding with argument.
|
Modifier and Type | Method and Description |
---|---|
SlaveOptions |
SlaveOptions.eraseDefaults(SlaveOptions defaults)
Derive new options from current leaving null where same as default.
|
SlaveOptions |
SlaveOptions.override(SlaveOptions o)
Derive SlaveOptions taking this instance as baseline and overriding with argument.
|
Constructor and Description |
---|
JCloudsCloud(String name,
String endPointUrl,
boolean ignoreSsl,
String zone,
SlaveOptions slaveOptions,
List<JCloudsSlaveTemplate> templates,
String credentialId) |
JCloudsSlave(org.jenkinsci.plugins.cloudstats.ProvisioningActivity.Id id,
org.openstack4j.model.compute.Server metadata,
String labelString,
SlaveOptions slaveOptions) |
JCloudsSlaveTemplate(String name,
String labelString,
SlaveOptions slaveOptions) |
Copyright © 2016–2018. All rights reserved.