@Extension
public static final class FitnesseBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
| Constructor and Description |
|---|
FitnesseBuilder.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckAdditionalFitnesseOptions(String value) |
hudson.util.FormValidation |
doCheckFitnesseHost(String value) |
hudson.util.FormValidation |
doCheckFitnesseHttpTimeout(String value) |
hudson.util.FormValidation |
doCheckFitnesseJavaOpts(String value) |
hudson.util.FormValidation |
doCheckFitnesseJavaWorkingDirectory(String value) |
hudson.util.FormValidation |
doCheckFitnesseJdk(String value) |
hudson.util.FormValidation |
doCheckFitnessePathToJar(String value) |
hudson.util.FormValidation |
doCheckFitnessePathToRoot(String value) |
hudson.util.FormValidation |
doCheckFitnessePathToXmlResultsOut(String value) |
hudson.util.FormValidation |
doCheckFitnessePort(String value) |
hudson.util.FormValidation |
doCheckFitnesseTargetIsSuite(String value) |
hudson.util.FormValidation |
doCheckFitnesseTargetPage(String value) |
hudson.util.FormValidation |
doCheckFitnesseTestTimeout(String value) |
String |
getDisplayName()
ModelObject |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
BuildStepDescriptor |
FitnesseBuilder |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
Descriptor config.jelly uses hide-able fields so take control of
instance creation |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, 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 hudson.util.FormValidation doCheckFitnesseHost(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckAdditionalFitnesseOptions(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckFitnessePort(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckFitnesseJdk(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckFitnesseJavaOpts(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckFitnesseJavaWorkingDirectory(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckFitnessePathToJar(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckFitnessePathToRoot(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckFitnesseTargetPage(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckFitnesseTargetIsSuite(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckFitnesseHttpTimeout(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckFitnesseTestTimeout(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckFitnessePathToXmlResultsOut(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
BuildStepDescriptorisApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>public String getDisplayName()
ModelObjectgetDisplayName in class hudson.model.Descriptor<hudson.tasks.Builder>public FitnesseBuilder newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
Descriptor config.jelly uses hide-able fields so take control of
instance creationnewInstance in class hudson.model.Descriptor<hudson.tasks.Builder>hudson.model.Descriptor.FormExceptionCopyright © 2004-2015. All Rights Reserved.