hudson.tasks
Class Ant.DescriptorImpl

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

@Extension
public static class Ant.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, hudson.model.Descriptor.Self
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
  Ant.DescriptorImpl()
           
protected Ant.DescriptorImpl(java.lang.Class<? extends Ant> clazz)
           
 
Method Summary
 java.lang.String getDisplayName()
           
 Ant.AntInstallation[] getInstallations()
           
 Ant.AntInstallation.DescriptorImpl getToolDescriptor()
          Obtains the Ant.AntInstallation.DescriptorImpl instance.
 boolean isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> jobType)
           
 void setInstallations(Ant.AntInstallation... antInstallations)
           
 
Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
 
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ant.DescriptorImpl

public Ant.DescriptorImpl()

Ant.DescriptorImpl

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

getToolDescriptor

public Ant.AntInstallation.DescriptorImpl getToolDescriptor()
Obtains the Ant.AntInstallation.DescriptorImpl instance.


isApplicable

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

getDisplayName

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

getInstallations

public Ant.AntInstallation[] getInstallations()

setInstallations

public void setInstallations(Ant.AntInstallation... antInstallations)


Copyright © 2004-2011. All Rights Reserved.