com.michelin.cio.hudson.plugins.wasbuilder
Class WASServer
java.lang.Object
com.michelin.cio.hudson.plugins.wasbuilder.WASServer
public class WASServer
- extends Object
Corresponds to WAS application server.
To use a WASServer
, it's necessary to couple it to a WASInstallation
whom wsadmin
executable is used.
Connection settings are set at the WASServer
level, for example to
ensure the user can't directly access the password.
- Author:
- Romain Seguy (http://openromain.blogspot.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONNTYPE_JSR160RMI
public static final String CONNTYPE_JSR160RMI
- See Also:
- Constant Field Values
CONNTYPE_RMI
public static final String CONNTYPE_RMI
- See Also:
- Constant Field Values
CONNTYPE_SOAP
public static final String CONNTYPE_SOAP
- See Also:
- Constant Field Values
CONNTYPES
public static final String[] CONNTYPES
WASServer
@DataBoundConstructor
public WASServer(String wasInstallationName,
String name,
String conntype,
String host,
int port,
String user,
String password)
getConntype
public String getConntype()
getHost
public String getHost()
getName
public String getName()
getPassword
public String getPassword()
getPort
public int getPort()
getUser
public String getUser()
getWasInstallation
public WASInstallation getWasInstallation()
getWasInstallationName
public String getWasInstallationName()
Copyright © 2004-2011. All Rights Reserved.