com.xebialabs.deployit.plugin.was.ci
Class WasManagedApacheHttpdServer
java.lang.Object
com.xebialabs.deployit.BaseConfigurationItem
com.xebialabs.deployit.plugin.apache.httpd.ci.ApacheHttpdServer
com.xebialabs.deployit.plugin.was.ci.WasManagedApacheHttpdServer
- All Implemented Interfaces:
- java.io.Serializable
@ConfigurationItem
public class WasManagedApacheHttpdServer
- extends com.xebialabs.deployit.plugin.apache.httpd.ci.ApacheHttpdServer
- See Also:
- Serialized Form
| Fields inherited from class com.xebialabs.deployit.BaseConfigurationItem |
label |
| Methods inherited from class com.xebialabs.deployit.plugin.apache.httpd.ci.ApacheHttpdServer |
connectToAdminHost, getAccessLogLocation, getApachectlPath, getConfFilePathForVirtualHost, getConfigurationLocation, getDescription, getErrorLogLocation, getHost, getHtdocsDirPathForVirtualHost, getHtdocsLocation, setAccessLogLocation, setApachectlPath, setConfigurationLocation, setDescription, setErrorLogLocation, setHost, setHtdocsLocation |
| 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 |
name
@ConfigurationItemProperty(required=true)
private java.lang.String name
node
@ConfigurationItemProperty(required=true,
description="The WAS node on which Apache is installed.")
private WasNode node
pluginInstallationDirPath
@ConfigurationItemProperty(required=true,
description="The directory into which in plugin should be installed.")
private java.lang.String pluginInstallationDirPath
WasManagedApacheHttpdServer
public WasManagedApacheHttpdServer()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getNode
public WasNode getNode()
setNode
public void setNode(WasNode node)
getPluginInstallationDirPath
public java.lang.String getPluginInstallationDirPath()
setPluginInstallationDirPath
public void setPluginInstallationDirPath(java.lang.String pluginInstallationDirPath)
Copyright © 2009. All Rights Reserved.