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)
           
 java.lang.String getDisplayName()
           
 java.lang.String getGlobalAntOpts()
           
 IvyModuleSet newInstance(java.lang.String name)
           
 void setGlobalAntOpts(java.lang.String globalAntOpts)
           
 
Methods inherited from class hudson.model.AbstractProject.AbstractProjectDescriptor
isApplicable
 
Methods inherited from class hudson.model.TopLevelItemDescriptor
all, newInstance, newInstanceDetailPage
 
Methods inherited from class hudson.model.Descriptor
calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, isSubTypeOf, 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

IvyModuleSet.DescriptorImpl

public IvyModuleSet.DescriptorImpl()
Method Detail

getGlobalAntOpts

public java.lang.String getGlobalAntOpts()

setGlobalAntOpts

public void setGlobalAntOpts(java.lang.String globalAntOpts)

getDisplayName

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

newInstance

public IvyModuleSet newInstance(java.lang.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 © 2010. All Rights Reserved.