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
 java.util.List<ServerCheckbox> Undeploy.servers
           
 java.util.List<ServerCheckbox> DeployOrUpdate.servers
           
 java.util.List<ServerCheckbox> Undeploy.staticServers
           
 java.util.List<ServerCheckbox> DeployOrUpdate.staticServers
           
 

Methods in org.zeroturnaround.jenkins that return types with arguments of type ServerCheckbox
 java.util.List<ServerCheckbox> DeployOrUpdate.DescriptorImpl.getDefaultProxyServers()
           
 java.util.List<ServerCheckbox> Undeploy.DescriptorImpl.getDefaultServers()
           
 java.util.List<ServerCheckbox> DeployOrUpdate.DescriptorImpl.getDefaultServers()
           
 java.util.List<ServerCheckbox> Undeploy.DescriptorImpl.getDefaultStaticServers()
           
 java.util.List<ServerCheckbox> DeployOrUpdate.DescriptorImpl.getDefaultStaticServers()
           
 java.util.List<ServerCheckbox> Undeploy.getServers()
           
 java.util.List<ServerCheckbox> DeployOrUpdate.getServers()
           
 java.util.List<ServerCheckbox> Undeploy.getStaticServers()
           
 java.util.List<ServerCheckbox> StaticContentForm.getStaticServers()
           
 java.util.List<ServerCheckbox> DeployOrUpdate.getStaticServers()
           
 

Method parameters in org.zeroturnaround.jenkins with type arguments of type ServerCheckbox
 void StaticContentForm.setStaticServers(java.util.List<ServerCheckbox> staticServers)
           
 

Constructor parameters in org.zeroturnaround.jenkins with type arguments of type ServerCheckbox
DeployOrUpdate(java.lang.String contextPath, java.lang.String artifact, java.lang.String trace, UpdateStrategiesImpl updateStrategies, java.util.List<ServerCheckbox> servers, OverrideForm overrideForm, java.lang.String destinationFileName, boolean destinationFileNameForm, java.lang.String virtualHost, boolean virtualHostForm, StaticContentForm staticContentForm, SchemaSelectionForm schemaSelectionForm)
           
StaticContentForm(java.util.List<ServerCheckbox> staticServers, java.lang.String filePath)
           
Undeploy(java.util.List<ServerCheckbox> servers, java.lang.String undeployID, SchemaSelectionForm schemaSelectionForm, StaticContentForm staticContentForm)
           
 

Uses of ServerCheckbox in org.zeroturnaround.jenkins.util
 

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

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



Copyright © 2004-2013. All Rights Reserved.