@Extension
@Symbol(value="testcompletetest")
public static final class TcTestBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckProject(String value) |
hudson.util.FormValidation |
doCheckRoutine(String value) |
hudson.util.FormValidation |
doCheckSuite(String value) |
hudson.util.FormValidation |
doCheckTest(String value) |
hudson.util.FormValidation |
doCheckTimeout(String value) |
hudson.util.FormValidation |
doCheckUnit(String value) |
hudson.util.ListBoxModel |
doFillAccessKeyIdItems(hudson.model.Item item,
String accessKeyId) |
hudson.util.ListBoxModel |
doFillActionOnErrorsItems() |
hudson.util.ListBoxModel |
doFillActionOnWarningsItems() |
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.Item item,
String credentialsId) |
hudson.util.ListBoxModel |
doFillExecutorTypeItems() |
hudson.util.ListBoxModel |
doFillExecutorVersionItems() |
hudson.util.ListBoxModel |
doFillSessionScreenResolutionItems() |
String |
getDisplayName() |
String |
getPluginName() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
hudson.tasks.Builder |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
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, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getPluginName()
public hudson.tasks.Builder newInstance(org.kohsuke.stapler.StaplerRequest req,
@Nonnull
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
newInstance in class hudson.model.Descriptor<hudson.tasks.Builder>hudson.model.Descriptor.FormExceptionpublic hudson.util.FormValidation doCheckSuite(@QueryParameter
String value)
public hudson.util.FormValidation doCheckProject(@QueryParameter
String value)
public hudson.util.FormValidation doCheckUnit(@QueryParameter
String value)
public hudson.util.FormValidation doCheckRoutine(@QueryParameter
String value)
public hudson.util.FormValidation doCheckTest(@QueryParameter
String value)
public hudson.util.FormValidation doCheckTimeout(@QueryParameter
String value)
public hudson.util.ListBoxModel doFillExecutorTypeItems()
public hudson.util.ListBoxModel doFillSessionScreenResolutionItems()
public hudson.util.ListBoxModel doFillExecutorVersionItems()
public hudson.util.ListBoxModel doFillActionOnWarningsItems()
public hudson.util.ListBoxModel doFillActionOnErrorsItems()
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>@Nonnull public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Builder>public hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath
hudson.model.Item item,
@QueryParameter
String credentialsId)
public hudson.util.ListBoxModel doFillAccessKeyIdItems(@AncestorInPath
hudson.model.Item item,
@QueryParameter
String accessKeyId)
Copyright © 2016–2021. All rights reserved.