Uses of Class
org.zeroturnaround.jenkins.ServerCheckbox

Packages that use ServerCheckbox
org.zeroturnaround.jenkins   
org.zeroturnaround.jenkins.util   
 

Uses of ServerCheckbox in org.zeroturnaround.jenkins
 

Fields in org.zeroturnaround.jenkins with type parameters of type ServerCheckbox
 List<ServerCheckbox> Undeploy.servers
           
 List<ServerCheckbox> DeployOrUpdate.servers
           
 

Methods in org.zeroturnaround.jenkins that return types with arguments of type ServerCheckbox
 List<ServerCheckbox> Undeploy.UndeployDescriptorImpl.getDefaultServers()
           
 List<ServerCheckbox> DeployOrUpdate.DescriptorImpl.getDefaultServers()
           
 List<ServerCheckbox> Undeploy.getServers()
           
 List<ServerCheckbox> DeployOrUpdate.getServers()
           
 

Constructor parameters in org.zeroturnaround.jenkins with type arguments of type ServerCheckbox
DeployOrUpdate(String contextPath, String artifact, String metadata, UpdateStrategiesImpl updateStrategies, List<ServerCheckbox> servers, OverrideForm overrideForm)
           
Undeploy(List<ServerCheckbox> servers, String undeployID)
           
 

Uses of ServerCheckbox in org.zeroturnaround.jenkins.util
 

Methods in org.zeroturnaround.jenkins.util that return types with arguments of type ServerCheckbox
static List<ServerCheckbox> ServerConvertUtil.serverToServerCheckBox(List<org.zeroturnaround.liverebel.plugins.Server> servers)
           
 

Method parameters in org.zeroturnaround.jenkins.util with type arguments of type ServerCheckbox
static List<org.zeroturnaround.liverebel.plugins.Server> ServerConvertUtil.serverCheckBoxToServer(List<ServerCheckbox> servers)
           
 



Copyright © 2004-2012 Hudson. All Rights Reserved.