Uses of Class
hudson.plugins.locksandlatches.LatchWrapper.LatchConfig

Uses of LatchWrapper.LatchConfig in hudson.plugins.locksandlatches
 

Methods in hudson.plugins.locksandlatches that return LatchWrapper.LatchConfig
 LatchWrapper.LatchConfig LatchWrapper.LatchWaitConfig.getLatch()
           
 LatchWrapper.LatchConfig LatchWrapper.DescriptorImpl.getLatch(java.lang.String name)
           
 

Methods in hudson.plugins.locksandlatches that return types with arguments of type LatchWrapper.LatchConfig
 java.util.List<LatchWrapper.LatchConfig> LatchWrapper.DescriptorImpl.getLatches()
           
 

Methods in hudson.plugins.locksandlatches with parameters of type LatchWrapper.LatchConfig
 void LatchWrapper.DescriptorImpl.addLatch(LatchWrapper.LatchConfig latch)
           
 void LatchWrapper.LatchWaitConfig.setLatch(LatchWrapper.LatchConfig latch)
           
 

Method parameters in hudson.plugins.locksandlatches with type arguments of type LatchWrapper.LatchConfig
 void LatchWrapper.DescriptorImpl.register(hudson.model.AbstractBuild build, java.util.Set<LatchWrapper.LatchConfig> latches)
           
 void LatchWrapper.DescriptorImpl.setLatches(java.util.List<LatchWrapper.LatchConfig> latches)
           
 



Copyright © 2008. All Rights Reserved.