|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
jenkins.plugins.clangscanbuild.ClangScanBuildDescriptor
public class ClangScanBuildDescriptor
This class is the BuildStepDescriptor for the Clang Scan-Build build step. Jenkins will call the doCheck* methods below to validate the user entered values on the job configuration screen. Each of the doCheck* methods corresponds to a field defined in the config.jelly file in the resources directory. Jenkins uses the field names to reflectively locate doCheck*, doFill*Items methods.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.model.Descriptor |
|---|
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType |
| Field Summary |
|---|
| Fields inherited from class hudson.model.Descriptor |
|---|
clazz |
| Fields inherited from interface hudson.model.Saveable |
|---|
NOOP |
| Constructor Summary | |
|---|---|
ClangScanBuildDescriptor()
|
|
| Method Summary | |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
This method is invoked when the user finally clicks 'Save' on the 'Configure System' global configuration screen. |
hudson.util.FormValidation |
doCheckConfig(String value)
|
hudson.util.FormValidation |
doCheckTargetSdk(String value)
|
String |
getDisplayName()
|
ClangScanBuildToolInstallation[] |
getInstallations()
|
ClangScanBuildToolInstallation |
getNamedInstallation(String name)
|
ClangScanBuildToolInstallation.ClangStaticAnalyzerToolDescriptor |
getToolDescriptor()
|
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
|
void |
setInstallations(ClangScanBuildToolInstallation[] clangInstallations)
|
| Methods inherited from class hudson.tasks.BuildStepDescriptor |
|---|
filter |
| Methods inherited from class hudson.model.Descriptor |
|---|
calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, 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 |
|---|
public ClangScanBuildDescriptor()
| Method Detail |
|---|
public ClangScanBuildToolInstallation.ClangStaticAnalyzerToolDescriptor getToolDescriptor()
public ClangScanBuildToolInstallation[] getInstallations()
public ClangScanBuildToolInstallation getNamedInstallation(String name)
public void setInstallations(ClangScanBuildToolInstallation[] clangInstallations)
public hudson.util.FormValidation doCheckTargetSdk(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckConfig(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOException
javax.servlet.ServletExceptionpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Builder>
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Builder>hudson.model.Descriptor.FormExceptionpublic boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||