hudson.plugins.accurev
Class AccurevSCM.AccurevServer

java.lang.Object
  extended by hudson.plugins.accurev.AccurevSCM.AccurevServer
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AccurevSCM

public static final class AccurevSCM.AccurevServer
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AccurevSCM.AccurevServer()
          Constructs a new AccurevServer.
AccurevSCM.AccurevServer(java.lang.String name, java.lang.String host, int port, java.lang.String username, java.lang.String password)
           
 
Method Summary
 java.lang.String getHost()
          Getter for property 'host'.
 java.lang.String getName()
          Getter for property 'name'.
 java.lang.String[] getNixCmdLocations()
          Getter for property 'nixCmdLocations'.
 java.lang.String getPassword()
          Getter for property 'password'.
 int getPort()
          Getter for property 'port'.
 java.lang.String getUsername()
          Getter for property 'username'.
 java.lang.String[] getWinCmdLocations()
          Getter for property 'winCmdLocations'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccurevSCM.AccurevServer

public AccurevSCM.AccurevServer()
Constructs a new AccurevServer.


AccurevSCM.AccurevServer

@DataBoundConstructor
public AccurevSCM.AccurevServer(java.lang.String name,
                                                     java.lang.String host,
                                                     int port,
                                                     java.lang.String username,
                                                     java.lang.String password)
Method Detail

getName

public java.lang.String getName()
Getter for property 'name'.

Returns:
Value for property 'name'.

getHost

public java.lang.String getHost()
Getter for property 'host'.

Returns:
Value for property 'host'.

getPort

public int getPort()
Getter for property 'port'.

Returns:
Value for property 'port'.

getUsername

public java.lang.String getUsername()
Getter for property 'username'.

Returns:
Value for property 'username'.

getPassword

public java.lang.String getPassword()
Getter for property 'password'.

Returns:
Value for property 'password'.

getNixCmdLocations

public java.lang.String[] getNixCmdLocations()
Getter for property 'nixCmdLocations'.

Returns:
Value for property 'nixCmdLocations'.

getWinCmdLocations

public java.lang.String[] getWinCmdLocations()
Getter for property 'winCmdLocations'.

Returns:
Value for property 'winCmdLocations'.


Copyright © 2009. All Rights Reserved.