Uses of Class
hudson.slaves.Cloud
-
Packages that use Cloud Package Description hudson hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.security Security-related code.hudson.slaves Code related to agents.jenkins.model -
-
Uses of Cloud in hudson
Methods in hudson that return types with arguments of type Cloud Modifier and Type Method Description static List<Descriptor<Cloud>>
Functions. getCloudDescriptors()
-
Uses of Cloud in hudson.model
Methods in hudson.model that return types with arguments of type Cloud Modifier and Type Method Description Set<Cloud>
Label. getClouds()
Gets allCloud
s that can launch for this label. -
Uses of Cloud in hudson.security
Methods in hudson.security with parameters of type Cloud Modifier and Type Method Description ACL
AuthorizationStrategy. getACL(Cloud cloud)
Implementation can choose to provide different ACL for differentCloud
s. -
Uses of Cloud in hudson.slaves
Subclasses of Cloud in hudson.slaves Modifier and Type Class Description class
AbstractCloudImpl
Fields in hudson.slaves with type parameters of type Cloud Modifier and Type Field Description static DescriptorList<Cloud>
Cloud. ALL
Methods in hudson.slaves that return types with arguments of type Cloud Modifier and Type Method Description static DescriptorExtensionList<Cloud,Descriptor<Cloud>>
Cloud. all()
Returns all the registeredCloud
descriptors.static DescriptorExtensionList<Cloud,Descriptor<Cloud>>
Cloud. all()
Returns all the registeredCloud
descriptors.Descriptor<Cloud>
Cloud. getDescriptor()
Methods in hudson.slaves with parameters of type Cloud Modifier and Type Method Description CauseOfBlockage
CloudProvisioningListener. canProvision(Cloud cloud, Label label, int numExecutors)
Deprecated.CauseOfBlockage
CloudProvisioningListener. canProvision(Cloud cloud, Cloud.CloudState state, int numExecutors)
Allows extensions to prevent a cloud from provisioning.void
CloudProvisioningListener. onStarted(Cloud cloud, Label label, Collection<NodeProvisioner.PlannedNode> plannedNodes)
Called after a cloud has returned a PlannedNode, but before that node is necessarily ready for connection. -
Uses of Cloud in jenkins.model
Methods in jenkins.model that return Cloud Modifier and Type Method Description Cloud
Jenkins.CloudList. getByName(String name)
Cloud
Jenkins. getCloud(String name)
-