com.cloudbees.api
Class ServerPoolInfo

java.lang.Object
  extended by com.cloudbees.api.ServerPoolInfo

public class ServerPoolInfo
extends Object


Constructor Summary
ServerPoolInfo()
           
ServerPoolInfo(String id, String name, Map<String,String> settings)
           
 
Method Summary
 List<ApplicationInfo> getApplications()
           
 String getId()
           
 String getName()
           
 List<ServerInfo> getServers()
           
 Map<String,String> getSettings()
           
 String getState()
           
 void setApplications(List<ApplicationInfo> applications)
           
 void setId(String id)
           
 void setName(String name)
           
 void setServers(List<ServerInfo> servers)
           
 void setSettings(Map<String,String> settings)
           
 void setState(String state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerPoolInfo

public ServerPoolInfo()

ServerPoolInfo

public ServerPoolInfo(String id,
                      String name,
                      Map<String,String> settings)
Method Detail

getSettings

public Map<String,String> getSettings()

setSettings

public void setSettings(Map<String,String> settings)

getName

public String getName()

setName

public void setName(String name)

getId

public String getId()

setId

public void setId(String id)

getServers

public List<ServerInfo> getServers()

setServers

public void setServers(List<ServerInfo> servers)

getState

public String getState()

setState

public void setState(String state)

getApplications

public List<ApplicationInfo> getApplications()

setApplications

public void setApplications(List<ApplicationInfo> applications)


Copyright © 2011-2013. All Rights Reserved.