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, java.lang.String validTransactionTypes, boolean syncOperations)
           
 
Method Summary
 hudson.util.FormValidation doValidTransactionTypesCheck(java.lang.String value)
           
 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 getValidTransactionTypes()
           
 java.lang.String[] getWinCmdLocations()
          Getter for property 'winCmdLocations'.
 boolean isSyncOperations()
           
 void setSyncOperations(boolean syncOperations)
           
 void setValidTransactionTypes(java.lang.String validTransactionTypes)
           
 
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,
                                                     java.lang.String validTransactionTypes,
                                                     boolean syncOperations)
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'.

getValidTransactionTypes

public java.lang.String getValidTransactionTypes()
Returns:
returns the currently set transaction types that are seen as valid for triggering builds and whos authors get notified when a build fails

setValidTransactionTypes

public void setValidTransactionTypes(java.lang.String validTransactionTypes)
Parameters:
validTransactionTypes - the currently set transaction types that are seen as valid for triggering builds and whos authors get notified when a build fails

isSyncOperations

public boolean isSyncOperations()

setSyncOperations

public void setSyncOperations(boolean syncOperations)

doValidTransactionTypesCheck

public hudson.util.FormValidation doValidTransactionTypesCheck(@QueryParameter
                                                               java.lang.String value)
                                                        throws java.io.IOException,
                                                               javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException


Copyright © 2010. All Rights Reserved.