Uses of Class
hudson.plugins.slave_squatter.SlaveSquatter

Packages that use SlaveSquatter
hudson.plugins.slave_squatter   
hudson.plugins.slave_squatter.squatters   
 

Uses of SlaveSquatter in hudson.plugins.slave_squatter
 

Methods in hudson.plugins.slave_squatter that return types with arguments of type SlaveSquatter
static hudson.DescriptorExtensionList<SlaveSquatter,SlaveSquatterDescriptor> SlaveSquatterDescriptor.all()
          All registered descriptors.
 hudson.util.DescribableList<SlaveSquatter,SlaveSquatterDescriptor> NodePropertyImpl.getSquatters()
           
 

Constructor parameters in hudson.plugins.slave_squatter with type arguments of type SlaveSquatter
NodePropertyImpl(List<? extends SlaveSquatter> squatters)
           
 

Uses of SlaveSquatter in hudson.plugins.slave_squatter.squatters
 

Subclasses of SlaveSquatter in hudson.plugins.slave_squatter.squatters
 class CronSquatter
          Reserves a slave with a cron-like syntax that specifies the start of the reservation, duration, and the size of the reservation.
 



Copyright © 2004-2011. All Rights Reserved.