hudson.plugins.pvcs_scm
Class PvcsScm.DescriptorImpl

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

public static final class PvcsScm.DescriptorImpl
extends SCMDescriptor<PvcsScm>


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType
 
Field Summary
static PvcsScm.DescriptorImpl DESCRIPTOR
           
 
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
 
Method Summary
 boolean configure(StaplerRequest req, net.sf.json.JSONObject formData)
           
 FormValidation doExecutableCheck(java.lang.String value)
           
 java.lang.String getDisplayName()
          
 java.lang.String getExecutable()
           
 
Methods inherited from class hudson.scm.SCMDescriptor
getBrowserDescriptors, isApplicable, isBrowserReusable
 
Methods inherited from class hudson.model.Descriptor
configure, configure, convert, doHelp, find, find, getCheckUrl, getConfigPage, getGlobalConfigPage, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, load, newInstance, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCRIPTOR

@Extension
public static final PvcsScm.DescriptorImpl DESCRIPTOR
Method Detail

getDisplayName

public java.lang.String getDisplayName()

Specified by:
getDisplayName in class Descriptor<SCM>

configure

public boolean configure(StaplerRequest req,
                         net.sf.json.JSONObject formData)
                  throws Descriptor.FormException
Overrides:
configure in class Descriptor<SCM>
Throws:
Descriptor.FormException

getExecutable

public java.lang.String getExecutable()

doExecutableCheck

public FormValidation doExecutableCheck(@QueryParameter
                                        java.lang.String value)


Copyright © 2010. All Rights Reserved.