hudson.plugins.clearcase
Class ClearCaseInstallation.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.tools.ToolInstallation>
      extended by hudson.tools.ToolDescriptor<ClearCaseInstallation>
          extended by hudson.plugins.clearcase.ClearCaseInstallation.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
ClearCaseInstallation

@Extension
public static class ClearCaseInstallation.DescriptorImpl
extends hudson.tools.ToolDescriptor<ClearCaseInstallation>


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.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
ClearCaseInstallation.DescriptorImpl()
           
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 hudson.util.FormValidation doCheckHome(java.lang.String value)
           
 java.lang.String getDefaultUnixDynStorageDir()
           
 java.lang.String getDefaultViewName()
           
 java.lang.String getDefaultViewPath()
           
 java.lang.String getDefaultWinDynStorageDir()
           
 java.lang.String getDisplayName()
           
 ClearCaseInstallation getInstallation()
           
 int getLogMergeTimeWindow()
           
 
Methods inherited from class hudson.tools.ToolDescriptor
getDefaultInstallers, getDefaultProperties, getInstallations, getPropertyDescriptors, setInstallations
 
Methods inherited from class hudson.model.Descriptor
calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, 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
 

Constructor Detail

ClearCaseInstallation.DescriptorImpl

public ClearCaseInstallation.DescriptorImpl()
Method Detail

configure

public boolean configure(org.kohsuke.stapler.StaplerRequest req,
                         net.sf.json.JSONObject formData)
                  throws hudson.model.Descriptor.FormException
Overrides:
configure in class hudson.tools.ToolDescriptor<ClearCaseInstallation>
Throws:
hudson.model.Descriptor.FormException

doCheckHome

public hudson.util.FormValidation doCheckHome(@QueryParameter
                                              java.lang.String value)

getDisplayName

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

getInstallation

public ClearCaseInstallation getInstallation()

getDefaultViewName

public java.lang.String getDefaultViewName()

getDefaultViewPath

public java.lang.String getDefaultViewPath()

getDefaultWinDynStorageDir

public java.lang.String getDefaultWinDynStorageDir()

getDefaultUnixDynStorageDir

public java.lang.String getDefaultUnixDynStorageDir()

getLogMergeTimeWindow

public int getLogMergeTimeWindow()


Copyright © 2011. All Rights Reserved.