org.zeroturnaround.jenkins.util
Class ServerConvertUtil

java.lang.Object
  extended by org.zeroturnaround.jenkins.util.ServerConvertUtil

public class ServerConvertUtil
extends java.lang.Object


Constructor Summary
ServerConvertUtil()
           
 
Method Summary
static java.util.List<org.zeroturnaround.liverebel.plugins.Server> filterFileServers(java.util.List<org.zeroturnaround.liverebel.plugins.Server> servers, java.util.List<ServerCheckbox> checkedServers)
           
static java.util.List<org.zeroturnaround.liverebel.plugins.Server> filterProxyServers(java.util.List<org.zeroturnaround.liverebel.plugins.Server> servers)
           
static java.util.List<org.zeroturnaround.liverebel.plugins.Server> serverCheckBoxToServer(java.util.List<ServerCheckbox> servers)
           
static java.util.List<ServerCheckbox> serverToServerCheckBox(java.util.List<org.zeroturnaround.liverebel.plugins.Server> servers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerConvertUtil

public ServerConvertUtil()
Method Detail

serverToServerCheckBox

public static java.util.List<ServerCheckbox> serverToServerCheckBox(java.util.List<org.zeroturnaround.liverebel.plugins.Server> servers)

serverCheckBoxToServer

public static java.util.List<org.zeroturnaround.liverebel.plugins.Server> serverCheckBoxToServer(java.util.List<ServerCheckbox> servers)

filterProxyServers

public static java.util.List<org.zeroturnaround.liverebel.plugins.Server> filterProxyServers(java.util.List<org.zeroturnaround.liverebel.plugins.Server> servers)

filterFileServers

public static java.util.List<org.zeroturnaround.liverebel.plugins.Server> filterFileServers(java.util.List<org.zeroturnaround.liverebel.plugins.Server> servers,
                                                                                            java.util.List<ServerCheckbox> checkedServers)


Copyright © 2004-2013. All Rights Reserved.