hudson.ivy
Class IvyModuleSet.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.model.TopLevelItem>
      extended by hudson.model.TopLevelItemDescriptor
          extended by hudson.model.AbstractProject.AbstractProjectDescriptor
              extended by hudson.ivy.IvyModuleSet.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
IvyModuleSet

public static final class IvyModuleSet.DescriptorImpl
extends hudson.model.AbstractProject.AbstractProjectDescriptor


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
IvyModuleSet.DescriptorImpl()
           
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject o)
           
 String getDisplayName()
           
 String getGlobalAntOpts()
           
 hudson.model.TopLevelItem newInstance(hudson.model.ItemGroup parent, String name)
           
 void setGlobalAntOpts(String globalAntOpts)
           
 
Methods inherited from class hudson.model.AbstractProject.AbstractProjectDescriptor
doAutoCompleteAssignedLabelString, doCheckAssignedLabelString, isApplicable
 
Methods inherited from class hudson.model.TopLevelItemDescriptor
all, newInstance, newInstance
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, 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

IvyModuleSet.DescriptorImpl

public IvyModuleSet.DescriptorImpl()
Method Detail

getGlobalAntOpts

public String getGlobalAntOpts()

setGlobalAntOpts

public void setGlobalAntOpts(String globalAntOpts)

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in class hudson.model.TopLevelItemDescriptor

newInstance

public hudson.model.TopLevelItem newInstance(hudson.model.ItemGroup parent,
                                             String name)
Specified by:
newInstance in class hudson.model.TopLevelItemDescriptor

configure

public boolean configure(org.kohsuke.stapler.StaplerRequest req,
                         net.sf.json.JSONObject o)
Overrides:
configure in class hudson.model.Descriptor<hudson.model.TopLevelItem>


Copyright © 2004-2012 Hudson. All Rights Reserved.