Uses of Class
hudson.slaves.Cloud

Packages that use Cloud
hudson   
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.security Security-related code. 
hudson.slaves Code related to slaves. 
jenkins.model   
 

Uses of Cloud in hudson
 

Methods in hudson that return types with arguments of type Cloud
static List<Descriptor<Cloud>> Functions.getCloudDescriptors()
           
 

Uses of Cloud in hudson.model
 

Methods in hudson.model that return types with arguments of type Cloud
 Set<Cloud> Label.getClouds()
          Gets all Clouds that can launch for this label.
 

Uses of Cloud in hudson.security
 

Methods in hudson.security with parameters of type Cloud
 ACL AuthorizationStrategy.getACL(Cloud cloud)
          Implementation can choose to provide different ACL for different Clouds.
 

Uses of Cloud in hudson.slaves
 

Subclasses of Cloud in hudson.slaves
 class AbstractCloudImpl
          Additional convenience implementation on top of Cloud that are likely useful to typical Cloud implementations.
 

Fields in hudson.slaves with type parameters of type Cloud
static DescriptorList<Cloud> Cloud.ALL
          Deprecated. as of 1.286 Use all() for read access, and Extension for registration.
 

Methods in hudson.slaves that return types with arguments of type Cloud
static DescriptorExtensionList<Cloud,Descriptor<Cloud>> Cloud.all()
          Returns all the registered Cloud descriptors.
static DescriptorExtensionList<Cloud,Descriptor<Cloud>> Cloud.all()
          Returns all the registered Cloud descriptors.
 Descriptor<Cloud> Cloud.getDescriptor()
           
 

Uses of Cloud in jenkins.model
 

Methods in jenkins.model that return Cloud
 Cloud Jenkins.CloudList.getByName(String name)
           
 Cloud Jenkins.getCloud(String name)
          Gets a Cloud by its name, or null.
 



Copyright © 2004-2013. All Rights Reserved.