@Metadata(inspectable=true) public class Domain extends CliBasedContainer
| Constructor and Description |
|---|
Domain() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Cluster> |
getClusters() |
java.util.Set<StandaloneServer> |
getServers() |
java.lang.String |
getTargetName() |
void |
inspect(com.xebialabs.deployit.plugin.api.inspection.InspectionContext ctx) |
void |
setClusters(java.util.Set<Cluster> clusters) |
void |
setServers(java.util.Set<StandaloneServer> servers) |
execute, getAdminHostAddress, getCliExecutable, getHome, getHost, getLibraryScripts, getManagingContainer, getPassword, getPort, getUsername, isSecure, setAdminHostAddress, setHome, setHost, setLibraryScripts, setPassword, setPort, setSecure, setUsernamegetTags, setTagscompareTo, equals, get$token, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, set$token, setId, setProperty, setSyntheticProperties, setType, toStringpublic void inspect(com.xebialabs.deployit.plugin.api.inspection.InspectionContext ctx)
public java.lang.String getTargetName()
public java.util.Set<Cluster> getClusters()
public void setClusters(java.util.Set<Cluster> clusters)
public java.util.Set<StandaloneServer> getServers()
public void setServers(java.util.Set<StandaloneServer> servers)