hudson.plugins.googlecode.scm
Class GoogleCodeSCMEx.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.scm.SCM>
      extended by hudson.scm.SCMDescriptor<hudson.scm.SubversionSCM>
          extended by hudson.scm.SubversionSCM.DescriptorImpl
              extended by hudson.plugins.googlecode.scm.GoogleCodeSCMEx.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
GoogleCodeSCMEx

@Extension
public static class GoogleCodeSCMEx.DescriptorImpl
extends hudson.scm.SubversionSCM.DescriptorImpl


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.scm.SubversionSCM.DescriptorImpl
hudson.scm.SubversionSCM.DescriptorImpl.Credential
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.scm.SCMDescriptor
generation, repositoryBrowser
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
GoogleCodeSCMEx.DescriptorImpl()
           
 
Method Summary
 java.lang.String getDisplayName()
           
static GoogleCodeSCMEx newInstance(GoogleCodeProjectProperty property, java.lang.String remoteDirectory)
           
 GoogleCodeSCMEx newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 
Methods inherited from class hudson.scm.SubversionSCM.DescriptorImpl
checkRepositoryPath, createAuthenticationProvider, doCheckExcludeRegions, doCheckLocal, doCheckRemote, doPostCredential, getRelativePath, getRepository, postCredential
 
Methods inherited from class hudson.scm.SCMDescriptor
getBrowserDescriptors, isApplicable, isBrowserReusable
 
Methods inherited from class hudson.model.Descriptor
configure, configure, configure, convert, doHelp, find, find, getCheckUrl, getConfigPage, getGlobalConfigPage, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, 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

GoogleCodeSCMEx.DescriptorImpl

public GoogleCodeSCMEx.DescriptorImpl()
Method Detail

newInstance

public GoogleCodeSCMEx newInstance(org.kohsuke.stapler.StaplerRequest req,
                                   net.sf.json.JSONObject formData)
                            throws hudson.model.Descriptor.FormException
Overrides:
newInstance in class hudson.scm.SubversionSCM.DescriptorImpl
Throws:
hudson.model.Descriptor.FormException

newInstance

public static GoogleCodeSCMEx newInstance(GoogleCodeProjectProperty property,
                                          java.lang.String remoteDirectory)

getDisplayName

public java.lang.String getDisplayName()
Overrides:
getDisplayName in class hudson.scm.SubversionSCM.DescriptorImpl


Copyright © 2009. All Rights Reserved.