@Extension(ordinal=1000.0)
public static final class SonarPublisher.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Constructor and Description |
|---|
SonarPublisher.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckMandatory(String value) |
hudson.util.FormValidation |
doCheckMandatoryAndNoSpaces(String value) |
String |
getDisplayName() |
String |
getHelpFile(String fieldName) |
SonarInstallation[] |
getInstallations() |
hudson.tasks.Maven.MavenInstallation[] |
getMavenInstallations()
This method is used in UI, so signature and location of this method is important (see SONARPLUGINS-1337).
|
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
void |
setInstallations(SonarInstallation... installations) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public SonarInstallation[] getInstallations()
SonarInstallationpublic void setInstallations(SonarInstallation... installations)
public String getHelpFile(String fieldName)
getHelpFile in class hudson.model.Descriptor<hudson.tasks.Publisher>public hudson.tasks.Maven.MavenInstallation[] getMavenInstallations()
Maven.MavenInstallationpublic boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
configure in class hudson.model.Descriptor<hudson.tasks.Publisher>public hudson.util.FormValidation doCheckMandatory(@QueryParameter
String value)
public hudson.util.FormValidation doCheckMandatoryAndNoSpaces(@QueryParameter
String value)
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>Copyright © 2007-2013. All Rights Reserved.