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.
|
SlaveOptions |
JCloudsCloud.DescriptorImpl.getDefaultOptions() |
SlaveOptions |
JCloudsSlaveTemplate.getEffectiveSlaveOptions() |
SlaveOptions |
SlaveOptions.Holder.getEffectiveSlaveOptions()
Get effective options declared by this object.
|
SlaveOptions |
JCloudsCloud.getEffectiveSlaveOptions() |
SlaveOptions |
JCloudsSlaveTemplate.getRawSlaveOptions() |
SlaveOptions |
SlaveOptions.Holder.getRawSlaveOptions()
Get configured options held by this object.
|
SlaveOptions |
JCloudsCloud.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 identity,
String credential,
String endPointUrl,
String zone,
SlaveOptions slaveOptions,
List<JCloudsSlaveTemplate> templates) |
JCloudsSlave(String cloudName,
org.openstack4j.model.compute.Server metadata,
String labelString,
SlaveOptions slaveOptions) |
JCloudsSlaveTemplate(String name,
String labelString,
SlaveOptions slaveOptions) |
Copyright © 2004-2016. All Rights Reserved.