hudson.plugins.gant
Class Gant.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.tasks.Builder>
      extended by hudson.plugins.gant.Gant.DescriptorImpl
Enclosing class:
Gant

public static final class Gant.DescriptorImpl
extends hudson.model.Descriptor<hudson.tasks.Builder>


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req)
           
 void doCheckGroovyHome(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
          Checks if the GROOVY_HOME is valid.
 java.lang.String getDisplayName()
           
 java.lang.String getHelpFile()
           
 GantInstallation[] getInstallations()
           
 hudson.tasks.Builder newInstance(org.kohsuke.stapler.StaplerRequest req)
           
 
Methods inherited from class hudson.model.Descriptor
configure, convert, getConfigPage, getGlobalConfigPage, getViewPage, isInstance, load, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHelpFile

public java.lang.String getHelpFile()
Overrides:
getHelpFile in class hudson.model.Descriptor<hudson.tasks.Builder>

getDisplayName

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

getInstallations

public GantInstallation[] getInstallations()

configure

public boolean configure(org.kohsuke.stapler.StaplerRequest req)
Overrides:
configure in class hudson.model.Descriptor<hudson.tasks.Builder>

newInstance

public hudson.tasks.Builder newInstance(org.kohsuke.stapler.StaplerRequest req)
Specified by:
newInstance in class hudson.model.Descriptor<hudson.tasks.Builder>

doCheckGroovyHome

public void doCheckGroovyHome(org.kohsuke.stapler.StaplerRequest req,
                              org.kohsuke.stapler.StaplerResponse rsp)
                       throws java.io.IOException,
                              javax.servlet.ServletException
Checks if the GROOVY_HOME is valid.

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


Copyright © 2007. All Rights Reserved.