com.michelin.cio.hudson.plugins.wasbuilder
Class WASServer

java.lang.Object
  extended by 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)

Field Summary
static String CONNTYPE_JSR160RMI
           
static String CONNTYPE_RMI
           
static String CONNTYPE_SOAP
           
static String[] CONNTYPES
           
 
Constructor Summary
WASServer(String wasInstallationName, String name, String conntype, String host, int port, String user, String password)
           
 
Method Summary
 String getConntype()
           
 String getHost()
           
 String getName()
           
 String getPassword()
           
 int getPort()
           
 String getUser()
           
 WASInstallation getWasInstallation()
           
 String getWasInstallationName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

WASServer

@DataBoundConstructor
public WASServer(String wasInstallationName,
                                      String name,
                                      String conntype,
                                      String host,
                                      int port,
                                      String user,
                                      String password)
Method Detail

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.