com.xebialabs.deployit.plugin.jbossdm.container
Interface CliManagingContainer
- All Superinterfaces:
- com.xebialabs.deployit.plugin.api.udm.ConfigurationItem, com.xebialabs.deployit.plugin.api.udm.Container, com.xebialabs.deployit.plugin.overthere.HostContainer, java.io.Serializable, com.xebialabs.deployit.plugin.api.udm.Taggable
- All Known Implementing Classes:
- CliBasedContainer, Domain, StandaloneServer
public interface CliManagingContainer
- extends com.xebialabs.deployit.plugin.api.udm.Container, com.xebialabs.deployit.plugin.overthere.HostContainer
| Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem |
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD |
| Methods inherited from interface com.xebialabs.deployit.plugin.overthere.HostContainer |
getHost |
| Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.Taggable |
getTags, setTags |
| Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem |
getId, getName, getProperty, getSyntheticProperties, getSyntheticProperty, getType, hasProperty, putSyntheticProperty, setId, setProperty |
getCliExecutable
java.lang.String getCliExecutable()
getUsername
java.lang.String getUsername()
getPassword
java.lang.String getPassword()
getAdminHostAddress
java.lang.String getAdminHostAddress()
getPort
int getPort()
execute
java.lang.Object execute(com.xebialabs.deployit.plugin.api.execution.ExecutionContext ctx,
java.lang.String cmd)
getLibraries
java.util.List<java.lang.String> getLibraries()
isEnableDaemon
boolean isEnableDaemon()