com.xebialabs.deployit.plugin.was.ci
Class WasNode
java.lang.Object
com.xebialabs.deployit.BaseConfigurationItem
com.xebialabs.deployit.plugin.was.ci.WasNode
- All Implemented Interfaces:
- java.io.Serializable
@ConfigurationItem(category="middleware",
description="A WebSphere Node. Is a member of the WebSphereCell to which it belongs and the Host in which it runs.",
expandable=true)
public class WasNode- extends com.xebialabs.deployit.BaseConfigurationItem
- 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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
cell
@ConfigurationItemProperty(required=true,
label="WebSphere administrative cell")
private WasCell cell
name
@ConfigurationItemProperty(required=true,
label="WebSphere name",
description="Name of the WebSphere node in the WebSphere cell, e.g. MyNode, Node01")
private java.lang.String name
home
@ConfigurationItemProperty(required=true,
label="Node profile path",
description="Home directory of the node profile, is also the USER_INSTALL_ROOT, examples, /opt/wp/61/wp_profile",
size=LARGE)
private java.lang.String home
WasNode
public WasNode()
getCell
public WasCell getCell()
setCell
public void setCell(WasCell cell)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getHome
public java.lang.String getHome()
setHome
public void setHome(java.lang.String home)
Copyright © 2010. All Rights Reserved.