@Metadata(inspectable=true) public class Domain extends CliBasedContainer
| Constructor and Description |
|---|
Domain() |
| Modifier and Type | Method and Description |
|---|---|
Mode |
getMode() |
java.util.Set<Profile> |
getProfiles() |
java.util.Set<ServerGroup> |
getServerGroups() |
java.lang.String |
getTargetServerGroup(boolean undeployment)
Returns the server group name the application container works on.
|
void |
inspect(com.xebialabs.deployit.plugin.api.inspection.InspectionContext ctx) |
void |
setProfiles(java.util.Set<Profile> profiles) |
void |
setServerGroups(java.util.Set<ServerGroup> serverGroups) |
controlTaskDispatch, execute, execute, getAdminHostAddress, getCliExecutable, getCliScriptPrefix, getCommandExecutionMode, getHome, getHost, getLibraries, getManagingContainer, getPassword, getPort, getProfile, getUsername, isEnableDaemon, setAdminHostAddress, setCliScriptPrefix, setCommandExecutionMode, setEnableDaemon, setHome, setHost, setLibraries, setPassword, setPort, setUsernamegetTags, setTagscompareTo, equals, get$ciAttributes, get$token, get$validationMessages, getId, getName, getProperty, getPropertyDescriptor, getType, hashCode, hasProperty, set$ciAttributes, set$token, set$validationMessages, setId, setProperty, setType, toStringpublic void inspect(com.xebialabs.deployit.plugin.api.inspection.InspectionContext ctx)
public java.lang.String getTargetServerGroup(boolean undeployment)
ApplicationContainerundeployment - whether you want to know this for undeployment,--all-server-groups or --server-groups=name. Returns the empty string for standalone servers.public java.util.Set<ServerGroup> getServerGroups()
public void setServerGroups(java.util.Set<ServerGroup> serverGroups)
public java.util.Set<Profile> getProfiles()
public void setProfiles(java.util.Set<Profile> profiles)
public Mode getMode()