@Metadata(description="JBoss Standalone Server",
inspectable=true)
public class StandaloneServer
extends CliBasedContainer
| Constructor and Description |
|---|
StandaloneServer() |
| Modifier and Type | Method and Description |
|---|---|
Mode |
getMode() |
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) |
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 Mode getMode()