Uses of Class
jenkins.plugins.jclouds.compute.internal.JCloudsNodeMetadata
-
Packages that use JCloudsNodeMetadata Package Description jenkins.plugins.jclouds.compute jenkins.plugins.jclouds.compute.internal Code written in POJO style to facilitate unit testing -
-
Uses of JCloudsNodeMetadata in jenkins.plugins.jclouds.compute
Methods in jenkins.plugins.jclouds.compute that return JCloudsNodeMetadata Modifier and Type Method Description JCloudsNodeMetadata
JCloudsSlaveTemplate. get()
This is where the actual provisioning (accessing the cloud provider) happens. -
Uses of JCloudsNodeMetadata in jenkins.plugins.jclouds.compute.internal
Methods in jenkins.plugins.jclouds.compute.internal that return JCloudsNodeMetadata Modifier and Type Method Description static JCloudsNodeMetadata
JCloudsNodeMetadata. fromNodeMetadata(NodeMetadata nmd, String nonce)
JCloudsNodeMetadata
RunningNode. getNode()
Methods in jenkins.plugins.jclouds.compute.internal that return types with arguments of type JCloudsNodeMetadata Modifier and Type Method Description com.google.common.base.Supplier<JCloudsNodeMetadata>
NodePlan. getNodeSupplier()
Constructors in jenkins.plugins.jclouds.compute.internal with parameters of type JCloudsNodeMetadata Constructor Description RunningNode(String cloud, String template, boolean suspendOrTerminate, JCloudsNodeMetadata node)
Constructor parameters in jenkins.plugins.jclouds.compute.internal with type arguments of type JCloudsNodeMetadata Constructor Description NodePlan(String cloud, String template, int count, boolean suspendOrTerminate, com.google.common.base.Supplier<JCloudsNodeMetadata> nodeSupplier)
-