hudson.plugins.synergy
Class SynergySCM.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.scm.SCM>
      extended by hudson.scm.SCMDescriptor<SynergySCM>
          extended by hudson.plugins.synergy.SynergySCM.DescriptorImpl
Enclosing class:
SynergySCM

public static final class SynergySCM.DescriptorImpl
extends hudson.scm.SCMDescriptor<SynergySCM>


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException
 
Field Summary
static SynergySCM.DescriptorImpl DESCRIPTOR
           
 
Fields inherited from class hudson.scm.SCMDescriptor
generation, repositoryBrowser
 
Fields inherited from class hudson.model.Descriptor
ALL, clazz
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest request)
           
 void doCcmExeCheck(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
          Checks if ccm executable exists.
 java.lang.String getCcmEngLog()
           
 java.lang.String getCcmExe()
           
 java.lang.String getCcmUiLog()
           
 java.lang.String getDisplayName()
           
 java.lang.String getPathName()
           
 hudson.scm.SCM newInstance(org.kohsuke.stapler.StaplerRequest req)
           
 
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, 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 SynergySCM.DescriptorImpl DESCRIPTOR
Method Detail

getCcmEngLog

public java.lang.String getCcmEngLog()

getCcmUiLog

public java.lang.String getCcmUiLog()

getPathName

public java.lang.String getPathName()

configure

public boolean configure(org.kohsuke.stapler.StaplerRequest request)
                  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

doCcmExeCheck

public void doCcmExeCheck(org.kohsuke.stapler.StaplerRequest req,
                          org.kohsuke.stapler.StaplerResponse rsp)
                   throws java.io.IOException,
                          javax.servlet.ServletException
Checks if ccm executable exists.

Throws:
java.io.IOException
javax.servlet.ServletException

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.scm.SCM>

getCcmExe

public java.lang.String getCcmExe()


Copyright © 2008-2009. All Rights Reserved.