public static final class MavenModuleSet.DescriptorImpl
extends hudson.model.AbstractProject.AbstractProjectDescriptor
implements org.jenkins.ui.icon.IconSpec
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject o) |
String |
getCategoryId()
Needed if it wants Maven projects are categorized in Jenkins 2.x.
|
String |
getDescription()
Needed if it wants Maven projects are categorized in Jenkins 2.x.
|
String |
getDisplayName() |
String |
getGlobalMavenOpts() |
List<jenkins.mvn.GlobalSettingsProviderDescriptor> |
getGlobalSettingsProviders() |
String |
getHelpFile(String fieldName) |
String |
getIconClassName() |
String |
getIconFilePathPattern()
Needed if it wants Maven projects are categorized in Jenkins 2.x.
|
LocalRepositoryLocator |
getLocalRepository() |
hudson.tasks.Maven.DescriptorImpl |
getMavenDescriptor() |
Map<String,Integer> |
getMavenValidationLevels() |
List<jenkins.mvn.SettingsProviderDescriptor> |
getSettingsProviders() |
boolean |
isApplicable(hudson.model.Descriptor descriptor) |
MavenModuleSet |
newInstance(hudson.model.ItemGroup parent,
String name) |
void |
setGlobalMavenOpts(String globalMavenOpts) |
void |
setLocalRepository(LocalRepositoryLocator localRepository) |
doAutoCompleteAssignedLabelString, doAutoCompleteLabel, doAutoCompleteUpstreamProjects, doCheckAssignedLabelString, doCheckCustomWorkspace, doCheckLabel, getApplicableSCMCheckoutStrategyDescriptors, validateLabelExpressionall, checkApplicableIn, isApplicableIn, newInstance, newInstance, testInstanceaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, 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, toMappublic String getHelpFile(String fieldName)
getHelpFile in class hudson.model.Descriptor<hudson.model.TopLevelItem>public List<jenkins.mvn.SettingsProviderDescriptor> getSettingsProviders()
public List<jenkins.mvn.GlobalSettingsProviderDescriptor> getGlobalSettingsProviders()
public String getGlobalMavenOpts()
public void setGlobalMavenOpts(String globalMavenOpts)
public LocalRepositoryLocator getLocalRepository()
public void setLocalRepository(LocalRepositoryLocator localRepository)
public String getDisplayName()
getDisplayName in class hudson.model.TopLevelItemDescriptorpublic String getCategoryId()
public String getDescription()
public String getIconFilePathPattern()
public String getIconClassName()
getIconClassName in interface org.jenkins.ui.icon.IconSpecpublic MavenModuleSet newInstance(hudson.model.ItemGroup parent, String name)
newInstance in class hudson.model.TopLevelItemDescriptorpublic hudson.tasks.Maven.DescriptorImpl getMavenDescriptor()
public Map<String,Integer> getMavenValidationLevels()
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject o)
configure in class hudson.model.Descriptor<hudson.model.TopLevelItem>public boolean isApplicable(hudson.model.Descriptor descriptor)
isApplicable in class hudson.model.AbstractProject.AbstractProjectDescriptorCopyright © 2016–2017. All rights reserved.