Package | Description |
---|---|
jenkins.plugins.jclouds.compute | |
jenkins.plugins.jclouds.compute.internal |
Code written in POJO style to facilitate unit testing
|
Modifier and Type | Method and Description |
---|---|
JCloudsNodeMetadata |
JCloudsSlaveTemplate.get()
This is where the actual provisioning (accessing the cloud provider) happens.
|
Modifier and Type | Method and Description |
---|---|
static JCloudsNodeMetadata |
JCloudsNodeMetadata.fromNodeMetadata(NodeMetadata nmd,
String nonce) |
JCloudsNodeMetadata |
RunningNode.getNode() |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Supplier<JCloudsNodeMetadata> |
NodePlan.getNodeSupplier() |
Constructor and Description |
---|
RunningNode(String cloud,
String template,
boolean suspendOrTerminate,
JCloudsNodeMetadata node) |
Constructor and Description |
---|
NodePlan(String cloud,
String template,
int count,
boolean suspendOrTerminate,
com.google.common.base.Supplier<JCloudsNodeMetadata> nodeSupplier) |
Copyright © 2016–2021. All rights reserved.