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
 
Field Summary
static PvcsScm.DescriptorImpl DESCRIPTOR
           
 
Fields inherited from class hudson.scm.SCMDescriptor
generation, repositoryBrowser
 
Fields inherited from class hudson.model.Descriptor
ALL, clazz
 
Method Summary
 boolean configure(StaplerRequest req)
           
 void doExecutableCheck(StaplerRequest req, StaplerResponse resp)
           
 java.lang.String getDisplayName()
          
 java.lang.String getExecutable()
           
 
Methods inherited from class hudson.scm.SCMDescriptor
getBrowserDescriptors, isBrowserReusable
 
Methods inherited from class hudson.model.Descriptor
configure, configure, convert, find, getCheckUrl, getConfigPage, getGlobalConfigPage, getHelpFile, getJsonSafeClassName, 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

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)
                  throws Descriptor.FormException
Overrides:
configure in class Descriptor<SCM>
Throws:
Descriptor.FormException

getExecutable

public java.lang.String getExecutable()

doExecutableCheck

public void doExecutableCheck(StaplerRequest req,
                              StaplerResponse resp)
                       throws java.io.IOException,
                              javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException


Copyright © 2008. All Rights Reserved.