hudson.maven
Class MavenModuleSet.DescriptorImpl

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

public static final class MavenModuleSet.DescriptorImpl
extends AbstractProject.AbstractProjectDescriptor


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
MavenModuleSet.DescriptorImpl()
           
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject o)
           
 String getDisplayName()
           
 String getGlobalMavenOpts()
           
 Maven.DescriptorImpl getMavenDescriptor()
           
 Map<String,Integer> getMavenValidationLevels()
           
 boolean isApplicable(Descriptor descriptor)
           
 MavenModuleSet newInstance(ItemGroup parent, String name)
           
 void setGlobalMavenOpts(String globalMavenOpts)
           
 
Methods inherited from class hudson.model.AbstractProject.AbstractProjectDescriptor
doAutoCompleteAssignedLabelString, doCheckAssignedLabelString
 
Methods inherited from class hudson.model.TopLevelItemDescriptor
all, newInstance, newInstance
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, 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

MavenModuleSet.DescriptorImpl

public MavenModuleSet.DescriptorImpl()
Method Detail

getGlobalMavenOpts

public String getGlobalMavenOpts()

setGlobalMavenOpts

public void setGlobalMavenOpts(String globalMavenOpts)

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in class TopLevelItemDescriptor

newInstance

public MavenModuleSet newInstance(ItemGroup parent,
                                  String name)
Specified by:
newInstance in class TopLevelItemDescriptor

getMavenDescriptor

public Maven.DescriptorImpl getMavenDescriptor()

getMavenValidationLevels

public Map<String,Integer> getMavenValidationLevels()
Returns:
Since:
1.394

configure

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

isApplicable

public boolean isApplicable(Descriptor descriptor)
Overrides:
isApplicable in class AbstractProject.AbstractProjectDescriptor


Copyright © 2004-2011. All Rights Reserved.