@Extension public static final class Oak9Builder.DescriptorImpl extends BuildStepDescriptor<Builder>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
defaultBaseUrl() |
FormValidation |
doCheckBaseUrl(String value)
Check to make sure the user has not unset the BaseURL
|
FormValidation |
doCheckCredentialsId(String value)
Check to make sure the user has selected a credential
|
FormValidation |
doCheckOrgId(String value)
Check to make sure the user has entered an Org Id
|
FormValidation |
doCheckProjectId(String value)
Check to make sure the user has entered a Project Id
|
ListBoxModel |
doFillCredentialsIdItems(String serverUrl,
String credentialsId)
Fill the select list with permissible credentials
|
ListBoxModel |
doFillMaxSeverityItems()
Fill the select list with available Oak9 Severities
|
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends AbstractProject> aClass) |
filteraddHelpFileRedirect, 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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic FormValidation doCheckOrgId(@QueryParameter String value) throws IOException, javax.servlet.ServletException
value - the string value of the input being checkedIOException - thrown by the Jenkins corejavax.servlet.ServletException - thrown by the Jenkins corepublic FormValidation doCheckBaseUrl(@QueryParameter String value) throws IOException, javax.servlet.ServletException
value - the string value of the input being checkedIOException - thrown by the Jenkins corejavax.servlet.ServletException - thrown by the Jenkins corepublic FormValidation doCheckProjectId(@QueryParameter String value) throws IOException, javax.servlet.ServletException
value - the string value of the input being checkedIOException - thrown by Jenkins corejavax.servlet.ServletException - thrown by Jenkins corepublic FormValidation doCheckCredentialsId(@QueryParameter String value) throws IOException, javax.servlet.ServletException
value - The string value of the input being checkedIOException - thrown by Jenkins corejavax.servlet.ServletException - thrown by Jenkins core@POST public ListBoxModel doFillMaxSeverityItems()
@POST public ListBoxModel doFillCredentialsIdItems(@QueryParameter String serverUrl, @QueryParameter String credentialsId)
serverUrl - the jenkins Server urlcredentialsId - - the credentials ID that is currently selectedpublic boolean isApplicable(Class<? extends AbstractProject> aClass)
isApplicable in class BuildStepDescriptor<Builder>@NotNull public String getDisplayName()
getDisplayName in class Descriptor<Builder>public String defaultBaseUrl()
Copyright © 2016–2021. All rights reserved.