@Extension public static final class RedpenJobProperty.DescriptorImpl extends JobPropertyDescriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
FormValidation |
doCheckCoverageFrameWork(String value,
Item item) |
FormValidation |
doCheckCoverageFrameWorkPath(String value) |
FormValidation |
doCheckE2eTestFrameWork(String value,
Item item) |
FormValidation |
doCheckE2eTestFrameWorkPath(String value) |
FormValidation |
doCheckUnitTestFrameWork(String value,
Item item) |
FormValidation |
doCheckUnitTestFrameWorkPath(String value) |
ListBoxModel |
doFillCoverageFrameWorkItems() |
ListBoxModel |
doFillCredentialIdItems(String credentialsId,
Item item) |
ListBoxModel |
doFillE2eTestFrameWorkItems() |
ListBoxModel |
doFillUnitTestFrameWorkItems() |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends Job> jobType) |
JobProperty<?> |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
all, getPropertyDescriptorsaddHelpFileRedirect, 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, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic boolean isApplicable(Class<? extends Job> jobType)
isApplicable in class JobPropertyDescriptor@NonNull public String getDisplayName()
getDisplayName in class Descriptor<JobProperty<?>>public JobProperty<?> newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
newInstance in class JobPropertyDescriptorpublic ListBoxModel doFillUnitTestFrameWorkItems()
public ListBoxModel doFillCoverageFrameWorkItems()
public ListBoxModel doFillE2eTestFrameWorkItems()
public ListBoxModel doFillCredentialIdItems(@QueryParameter String credentialsId, @AncestorInPath Item item)
public FormValidation doCheckE2eTestFrameWork(@QueryParameter String value, @AncestorInPath Item item)
public FormValidation doCheckCoverageFrameWork(@QueryParameter String value, @AncestorInPath Item item)
public FormValidation doCheckUnitTestFrameWork(@QueryParameter String value, @AncestorInPath Item item)
public FormValidation doCheckUnitTestFrameWorkPath(@QueryParameter String value)
public FormValidation doCheckE2eTestFrameWorkPath(@QueryParameter String value)
public FormValidation doCheckCoverageFrameWorkPath(@QueryParameter String value)
Copyright © 2016–2022. All rights reserved.