hudson.plugins.cmvc
Class CmvcSCM.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.scm.SCM>
      extended by hudson.scm.SCMDescriptor<CmvcSCM>
          extended by hudson.plugins.cmvc.CmvcSCM.DescriptorImpl
All Implemented Interfaces:
hudson.model.ModelObject, hudson.model.Saveable
Enclosing class:
CmvcSCM

public static class CmvcSCM.DescriptorImpl
extends hudson.scm.SCMDescriptor<CmvcSCM>
implements hudson.model.ModelObject


Nested Class Summary
 
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
protected CmvcSCM.DescriptorImpl()
           
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req)
           
 hudson.util.FormValidation doCheckCheckoutScript(java.lang.String value)
          Checks the correctness of CheckoutScript.
 hudson.util.FormValidation doCheckFamily(java.lang.String value)
          Checks the correctness of family.
 hudson.util.FormValidation doCheckReleases(java.lang.String value)
          Checks the correctness of releases.
 hudson.util.FormValidation doCheckTrackViewReportWhereClause(java.lang.String value)
          Checks the correctness of CheckoutScript.
 java.lang.String getCmvcPath()
           
 java.lang.String getCmvcVersion()
           
 java.lang.String getDisplayName()
           
 hudson.scm.SCM newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 void setCmvcVersion(java.lang.String cmvcVersion)
           
 
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, 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

CmvcSCM.DescriptorImpl

protected CmvcSCM.DescriptorImpl()
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>

newInstance

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

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

doCheckFamily

public hudson.util.FormValidation doCheckFamily(@QueryParameter
                                                java.lang.String value)
Checks the correctness of family.


doCheckReleases

public hudson.util.FormValidation doCheckReleases(@QueryParameter
                                                  java.lang.String value)
Checks the correctness of releases.


doCheckCheckoutScript

public hudson.util.FormValidation doCheckCheckoutScript(@QueryParameter
                                                        java.lang.String value)
Checks the correctness of CheckoutScript.


doCheckTrackViewReportWhereClause

public hudson.util.FormValidation doCheckTrackViewReportWhereClause(@QueryParameter
                                                                    java.lang.String value)
Checks the correctness of CheckoutScript.


getCmvcPath

public java.lang.String getCmvcPath()

getCmvcVersion

public java.lang.String getCmvcVersion()

setCmvcVersion

public void setCmvcVersion(java.lang.String cmvcVersion)


Copyright © 2009. All Rights Reserved.