com.xebialabs.deployit.plugin.jbossas.ci
Class JbossasServer
java.lang.Object
com.xebialabs.deployit.BaseConfigurationItem
com.xebialabs.deployit.plugin.jbossas.ci.JbossasServer
- All Implemented Interfaces:
- java.io.Serializable
@ConfigurationItem(description="JBoss Application Server instance",
targetForMappingTypes=com.xebialabs.deployit.ci.artifact.mapping.EarMapping.class)
public class JbossasServer- extends com.xebialabs.deployit.BaseConfigurationItem
A JBoss Application Server
- See Also:
- Serialized Form
| Fields inherited from class com.xebialabs.deployit.BaseConfigurationItem |
label |
| Methods inherited from class com.xebialabs.deployit.BaseConfigurationItem |
equals, getLabel, hashCode, setLabel, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DEPLOYMENT_COMPLETION_WAIT_TIME_MILLIS
public static final int DEPLOYMENT_COMPLETION_WAIT_TIME_MILLIS
- See Also:
- Constant Field Values
version
@ConfigurationItemProperty(required=true,
label="JBoss version",
description="Version of the JBoss serve.r")
private JbossasVersion version
host
@ConfigurationItemProperty(required=true,
label="JBoss server host",
description="Host on which the JBoss server is running.")
private com.xebialabs.deployit.ci.Host host
home
@ConfigurationItemProperty(required=true,
label="JBoss installation location",
description="Place where JBoss is installed such as /usr/local/jboss-5.1.0.GA.",
size=LARGE)
private java.lang.String home
name
@ConfigurationItemProperty(required=true,
label="JBoss instance name",
description="Name of the JBoss server instance, e.g. default or minimal.")
private java.lang.String name
restartCommand
@ConfigurationItemProperty(required=false,
label="JBoss restart command",
description="Command that should be executed to restart the JBoss server.",
size=LARGE)
private java.lang.String restartCommand
JbossasServer
public JbossasServer()
getDeployDirPath
public java.lang.String getDeployDirPath()
getTmpDirPath
public java.lang.String getTmpDirPath()
connectToAdminHost
public com.xebialabs.deployit.hostsession.HostSession connectToAdminHost()
getVersion
public JbossasVersion getVersion()
setVersion
public void setVersion(JbossasVersion version)
getHost
public com.xebialabs.deployit.ci.Host getHost()
setHost
public void setHost(com.xebialabs.deployit.ci.Host host)
getHome
public java.lang.String getHome()
setHome
public void setHome(java.lang.String home)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getRestartCommand
public java.lang.String getRestartCommand()
setRestartCommand
public void setRestartCommand(java.lang.String restartCommand)
Copyright © 2010. All Rights Reserved.