Uses of Class
jenkins.plugins.jclouds.compute.internal.JCloudsNodeMetadata
Packages that use JCloudsNodeMetadata
Package
Description
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 JCloudsNodeMetadataModifier and TypeMethodDescriptionJCloudsSlaveTemplate.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 JCloudsNodeMetadataModifier and TypeMethodDescriptionstatic JCloudsNodeMetadata
JCloudsNodeMetadata.fromNodeMetadata
(NodeMetadata nmd, String nonce) Methods in jenkins.plugins.jclouds.compute.internal that return types with arguments of type JCloudsNodeMetadataModifier and TypeMethodDescriptioncom.google.common.base.Supplier<JCloudsNodeMetadata>
NodePlan.getNodeSupplier()
Constructors in jenkins.plugins.jclouds.compute.internal with parameters of type JCloudsNodeMetadataModifierConstructorDescriptionRunningNode
(String cloud, String template, boolean shouldSuspend, JCloudsNodeMetadata node) Constructor parameters in jenkins.plugins.jclouds.compute.internal with type arguments of type JCloudsNodeMetadataModifierConstructorDescriptionNodePlan
(String cloud, String template, int count, boolean shouldSuspend, com.google.common.base.Supplier<JCloudsNodeMetadata> nodeSupplier)