@Symbol(value="aioImport") @Extension public static class AIOTestsResultRecorder.DescriptorImpl extends BuildStepDescriptor<Publisher>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
FormValidation |
doCheckApiKey(Secret apiKey) |
FormValidation |
doCheckFilePath(String filePath) |
FormValidation |
doCheckJiraServerUrl(String jiraServerUrl) |
FormValidation |
doCheckProjectKey(String projectKey) |
String |
getDisplayName() |
List<Descriptor> |
getEntryDescriptors() |
boolean |
isApplicable(Class<? extends AbstractProject> aClass) |
filter
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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public boolean isApplicable(Class<? extends AbstractProject> aClass)
isApplicable
in class BuildStepDescriptor<Publisher>
@NonNull public String getDisplayName()
getDisplayName
in class Descriptor<Publisher>
public List<Descriptor> getEntryDescriptors()
public FormValidation doCheckJiraServerUrl(@QueryParameter String jiraServerUrl)
public FormValidation doCheckProjectKey(@QueryParameter String projectKey)
public FormValidation doCheckFilePath(@QueryParameter String filePath)
public FormValidation doCheckApiKey(@QueryParameter Secret apiKey)
Copyright © 2016–2024. All rights reserved.