hudson.plugins.accurev
Class AccurevSCM.AccurevSCMDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<hudson.scm.SCM>
      extended by hudson.scm.SCMDescriptor<AccurevSCM>
          extended by hudson.plugins.accurev.AccurevSCM.AccurevSCMDescriptor
All Implemented Interfaces:
hudson.model.ModelObject
Enclosing class:
AccurevSCM

public static final class AccurevSCM.AccurevSCMDescriptor
extends hudson.scm.SCMDescriptor<AccurevSCM>
implements hudson.model.ModelObject


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException
 
Field Summary
 
Fields inherited from class hudson.scm.SCMDescriptor
generation, repositoryBrowser
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Constructor Summary
protected AccurevSCM.AccurevSCMDescriptor()
          Constructs a new AccurevSCMDescriptor.
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req)
          
 java.lang.String getDisplayName()
          
 AccurevSCM.AccurevServer getServer(java.lang.String name)
           
 java.lang.String[] getServerNames()
          Getter for property 'serverNames'.
 java.util.List<AccurevSCM.AccurevServer> getServers()
          Getter for property 'servers'.
 hudson.scm.SCM newInstance(org.kohsuke.stapler.StaplerRequest req)
          
 void setServers(java.util.List<AccurevSCM.AccurevServer> servers)
          Setter for property 'servers'.
 
Methods inherited from class hudson.scm.SCMDescriptor
getBrowserDescriptors, isBrowserReusable
 
Methods inherited from class hudson.model.Descriptor
configure, convert, find, getConfigPage, getGlobalConfigPage, getHelpFile, getViewPage, isInstance, load, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccurevSCM.AccurevSCMDescriptor

protected AccurevSCM.AccurevSCMDescriptor()
Constructs a new AccurevSCMDescriptor.

Method Detail

getDisplayName

public java.lang.String getDisplayName()

Specified by:
getDisplayName in interface hudson.model.ModelObject
Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.scm.SCM>

configure

public boolean configure(org.kohsuke.stapler.StaplerRequest req)
                  throws hudson.model.Descriptor.FormException

Overrides:
configure in class hudson.model.Descriptor<hudson.scm.SCM>
Throws:
hudson.model.Descriptor.FormException

newInstance

public hudson.scm.SCM newInstance(org.kohsuke.stapler.StaplerRequest req)
                           throws hudson.model.Descriptor.FormException

Overrides:
newInstance in class hudson.model.Descriptor<hudson.scm.SCM>
Throws:
hudson.model.Descriptor.FormException

getServers

public java.util.List<AccurevSCM.AccurevServer> getServers()
Getter for property 'servers'.

Returns:
Value for property 'servers'.

setServers

public void setServers(java.util.List<AccurevSCM.AccurevServer> servers)
Setter for property 'servers'.

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

getServer

public AccurevSCM.AccurevServer getServer(java.lang.String name)

getServerNames

public java.lang.String[] getServerNames()
Getter for property 'serverNames'.

Returns:
Value for property 'serverNames'.


Copyright © 2008. All Rights Reserved.