hudson.maven
Class MavenModuleSet.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<TopLevelItem>
hudson.model.TopLevelItemDescriptor
hudson.model.AbstractProject.AbstractProjectDescriptor
hudson.maven.MavenModuleSet.DescriptorImpl
- All Implemented Interfaces:
- Saveable
- Enclosing class:
- MavenModuleSet
public static final class MavenModuleSet.DescriptorImpl
- extends AbstractProject.AbstractProjectDescriptor
| 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 |
MavenModuleSet.DescriptorImpl
public MavenModuleSet.DescriptorImpl()
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.