hudson.plugins.accurev
Class AccurevSCM.AccurevServer

java.lang.Object
  extended by hudson.plugins.accurev.AccurevSCM.AccurevServer
Enclosing class:
AccurevSCM

public static final class AccurevSCM.AccurevServer
extends java.lang.Object


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 getPassword()
          Getter for property 'password'.
 int getPort()
          Getter for property 'port'.
 java.lang.String getUsername()
          Getter for property 'username'.
 void setHost(java.lang.String host)
          Setter for property 'host'.
 void setName(java.lang.String name)
          Setter for property 'name'.
 void setPassword(java.lang.String password)
          Setter for property 'password'.
 void setPort(int port)
          Setter for property 'port'.
 void setUsername(java.lang.String username)
          Setter for property 'username'.
 
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

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'.

setName

public void setName(java.lang.String name)
Setter for property 'name'.

Parameters:
name - Value to set for property 'name'.

getHost

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

Returns:
Value for property 'host'.

setHost

public void setHost(java.lang.String host)
Setter for property 'host'.

Parameters:
host - Value to set for property 'host'.

getPort

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

Returns:
Value for property 'port'.

setPort

public void setPort(int port)
Setter for property 'port'.

Parameters:
port - Value to set for property 'port'.

getUsername

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

Returns:
Value for property 'username'.

setUsername

public void setUsername(java.lang.String username)
Setter for property 'username'.

Parameters:
username - Value to set for property 'username'.

getPassword

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

Returns:
Value for property 'password'.

setPassword

public void setPassword(java.lang.String password)
Setter for property 'password'.

Parameters:
password - Value to set for property 'password'.


Copyright © 2007. All Rights Reserved.