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, Descriptor.Self
 
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()
           
 List<GlobalSettingsProviderDescriptor> getGlobalSettingsProviders()
           
 String getHelpFile(String fieldName)
           
 LocalRepositoryLocator getLocalRepository()
           
 Maven.DescriptorImpl getMavenDescriptor()
           
 Map<String,Integer> getMavenValidationLevels()
           
 List<SettingsProviderDescriptor> getSettingsProviders()
           
 boolean isApplicable(Descriptor descriptor)
           
 MavenModuleSet newInstance(ItemGroup parent, String name)
           
 void setGlobalMavenOpts(String globalMavenOpts)
           
 void setLocalRepository(LocalRepositoryLocator localRepository)
           
 
Methods inherited from class hudson.model.AbstractProject.AbstractProjectDescriptor
doAutoCompleteAssignedLabelString, doAutoCompleteUpstreamProjects, doCheckAssignedLabelString, doCheckCustomWorkspace, getApplicableSCMCheckoutStrategyDescriptors
 
Methods inherited from class hudson.model.TopLevelItemDescriptor
all, newInstance, newInstance, testInstance
 
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, 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

MavenModuleSet.DescriptorImpl

public MavenModuleSet.DescriptorImpl()
Method Detail

getHelpFile

public String getHelpFile(String fieldName)
Overrides:
getHelpFile in class Descriptor<TopLevelItem>

getSettingsProviders

public List<SettingsProviderDescriptor> getSettingsProviders()

getGlobalSettingsProviders

public List<GlobalSettingsProviderDescriptor> getGlobalSettingsProviders()

getGlobalMavenOpts

public String getGlobalMavenOpts()

setGlobalMavenOpts

public void setGlobalMavenOpts(String globalMavenOpts)

getLocalRepository

public LocalRepositoryLocator getLocalRepository()
Returns:
never null.

setLocalRepository

public void setLocalRepository(LocalRepositoryLocator localRepository)

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-2013. All Rights Reserved.