@Extension
@Symbol(value="qualityCloudsScan")
public static class QCScanBuilder.Descriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
| Constructor and Description |
|---|
Descriptor() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckCredentialsId(hudson.model.Item item,
String value) |
hudson.util.FormValidation |
doCheckHighSeverityThreshold(String value,
String issuesCountThreshold,
String techDebtThreshold,
String qcThreshold) |
hudson.util.FormValidation |
doCheckInstanceUrl(String value) |
hudson.util.FormValidation |
doCheckIssuesCountThreshold(String value,
String techDebtThreshold,
String qcThreshold,
String highSeverityThreshold) |
hudson.util.FormValidation |
doCheckQcThreshold(String value,
String issuesCountThreshold,
String techDebtThreshold,
String highSeverityThreshold) |
hudson.util.FormValidation |
doCheckTechDebtThreshold(String value,
String issuesCountThreshold,
String qcThreshold,
String highSeverityThreshold) |
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.Item item,
String credentialsId) |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath
hudson.model.Item item,
@QueryParameter
String credentialsId)
public hudson.util.FormValidation doCheckCredentialsId(@AncestorInPath
hudson.model.Item item,
@QueryParameter
String value)
public hudson.util.FormValidation doCheckInstanceUrl(@QueryParameter
String value)
public hudson.util.FormValidation doCheckIssuesCountThreshold(@QueryParameter
String value,
@QueryParameter
String techDebtThreshold,
@QueryParameter
String qcThreshold,
@QueryParameter
String highSeverityThreshold)
public hudson.util.FormValidation doCheckTechDebtThreshold(@QueryParameter
String value,
@QueryParameter
String issuesCountThreshold,
@QueryParameter
String qcThreshold,
@QueryParameter
String highSeverityThreshold)
public hudson.util.FormValidation doCheckQcThreshold(@QueryParameter
String value,
@QueryParameter
String issuesCountThreshold,
@QueryParameter
String techDebtThreshold,
@QueryParameter
String highSeverityThreshold)
public hudson.util.FormValidation doCheckHighSeverityThreshold(@QueryParameter
String value,
@QueryParameter
String issuesCountThreshold,
@QueryParameter
String techDebtThreshold,
@QueryParameter
String qcThreshold)
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>Copyright © 2016–2018. All rights reserved.