hudson.plugins.easyant
Class EasyAnt.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<T>
      extended by hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
          extended by hudson.plugins.easyant.EasyAnt.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
EasyAnt

@Extension
public static final class EasyAnt.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>


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
 
Constructor Summary
  EasyAnt.DescriptorImpl()
           
protected EasyAnt.DescriptorImpl(java.lang.Class<? extends EasyAnt> clazz)
           
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json)
           
 void doCheckEasyAntHome(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
          Checks if the specified Hudson EASYANT_HOME is valid.
 java.lang.String getDisplayName()
           
 java.lang.String getHelpFile()
           
 EasyAntInstallation[] getInstallations()
           
 boolean isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> jobType)
           
 EasyAnt newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 
Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
 
Methods inherited from class hudson.model.Descriptor
configure, configure, convert, doHelp, find, find, getCheckUrl, getConfigPage, getGlobalConfigPage, 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

EasyAnt.DescriptorImpl

public EasyAnt.DescriptorImpl()

EasyAnt.DescriptorImpl

protected EasyAnt.DescriptorImpl(java.lang.Class<? extends EasyAnt> clazz)
Method Detail

isApplicable

public boolean isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> jobType)
Specified by:
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>

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 EasyAntInstallation[] getInstallations()

configure

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

newInstance

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

doCheckEasyAntHome

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

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


Copyright © 2009. All Rights Reserved.