hudson.plugins.accurev
Class AccurevSCM.AccurevSCMDescriptor
java.lang.Object
hudson.model.Descriptor<hudson.scm.SCM>
hudson.scm.SCMDescriptor<AccurevSCM>
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 classes/interfaces inherited from class hudson.model.Descriptor |
hudson.model.Descriptor.FormException |
| Fields inherited from class hudson.scm.SCMDescriptor |
generation, repositoryBrowser |
| Fields inherited from class hudson.model.Descriptor |
clazz |
| 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 |
AccurevSCM.AccurevSCMDescriptor
protected AccurevSCM.AccurevSCMDescriptor()
- Constructs a new AccurevSCMDescriptor.
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 © 2007. All Rights Reserved.