com.cloudbees.api
Class ServerPoolInfo
java.lang.Object
com.cloudbees.api.ServerPoolInfo
public class ServerPoolInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerPoolInfo
public ServerPoolInfo()
ServerPoolInfo
public ServerPoolInfo(String id,
String name,
Map<String,String> settings)
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.