Package | Description |
---|---|
jenkins.plugins.openstack.compute | |
jenkins.plugins.openstack.compute.internal |
Code written in POJO style to facilitate unit testing
|
Modifier and Type | Method and Description |
---|---|
org.openstack4j.model.compute.Server |
JCloudsSlaveTemplate.provision(JCloudsCloud cloud,
ServerScope scope) |
Modifier and Type | Method and Description |
---|---|
org.openstack4j.model.compute.FloatingIP |
Openstack.assignFloatingIp(org.openstack4j.model.compute.Server server,
String poolName)
Assign floating ip address to the server.
|
org.openstack4j.model.compute.Server |
Openstack.bootAndWaitActive(org.openstack4j.model.compute.builder.ServerCreateBuilder request,
int timeout)
Provision machine and wait until ready.
|
void |
Openstack.destroyServer(org.openstack4j.model.compute.Server server)
Delete server eagerly.
|
Copyright © 2016–2017. All rights reserved.