hudson.plugins.fitnesse
Class FitnesseBuilder.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
hudson.plugins.fitnesse.FitnesseBuilder.DescriptorImpl
- All Implemented Interfaces:
- hudson.model.Saveable
- Enclosing class:
- FitnesseBuilder
@Extension
public static final class FitnesseBuilder.DescriptorImpl
- extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
See src/main/resources/hudson/plugins/fitnesse/FitnesseBuilder/config.jelly
| Nested classes/interfaces inherited from class hudson.model.Descriptor |
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType |
| Fields inherited from class hudson.model.Descriptor |
clazz |
| Fields inherited from interface hudson.model.Saveable |
NOOP |
| Methods inherited from class hudson.tasks.BuildStepDescriptor |
filter |
| Methods inherited from class hudson.model.Descriptor |
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FitnesseBuilder.DescriptorImpl
public FitnesseBuilder.DescriptorImpl()
doCheckFitnesseHost
public hudson.util.FormValidation doCheckFitnesseHost(@QueryParameter
java.lang.String value)
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
doCheckAdditionalFitnesseOptions
public hudson.util.FormValidation doCheckAdditionalFitnesseOptions(@QueryParameter
java.lang.String value)
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
doCheckFitnessePort
public hudson.util.FormValidation doCheckFitnessePort(@QueryParameter
java.lang.String value)
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
doCheckFitnesseJdk
public hudson.util.FormValidation doCheckFitnesseJdk(@QueryParameter
java.lang.String value)
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
doCheckFitnesseJavaOpts
public hudson.util.FormValidation doCheckFitnesseJavaOpts(@QueryParameter
java.lang.String value)
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
doCheckFitnesseJavaWorkingDirectory
public hudson.util.FormValidation doCheckFitnesseJavaWorkingDirectory(@QueryParameter
java.lang.String value)
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
doCheckFitnessePathToJar
public hudson.util.FormValidation doCheckFitnessePathToJar(@QueryParameter
java.lang.String value)
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
doCheckFitnessePathToRoot
public hudson.util.FormValidation doCheckFitnessePathToRoot(@QueryParameter
java.lang.String value)
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
doCheckFitnesseTargetPage
public hudson.util.FormValidation doCheckFitnesseTargetPage(@QueryParameter
java.lang.String value)
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
doCheckFitnesseTargetIsSuite
public hudson.util.FormValidation doCheckFitnesseTargetIsSuite(@QueryParameter
java.lang.String value)
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
doCheckFitnesseHttpTimeout
public hudson.util.FormValidation doCheckFitnesseHttpTimeout(@QueryParameter
java.lang.String value)
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
doCheckFitnesseTestTimeout
public hudson.util.FormValidation doCheckFitnesseTestTimeout(@QueryParameter
java.lang.String value)
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
doCheckFitnessePathToXmlResultsOut
public hudson.util.FormValidation doCheckFitnessePathToXmlResultsOut(@QueryParameter
java.lang.String value)
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
isApplicable
public boolean isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> aClass)
BuildStepDescriptor
- Specified by:
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
getDisplayName
public java.lang.String getDisplayName()
ModelObject
- Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Builder>
newInstance
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 creation
- Overrides:
newInstance in class hudson.model.Descriptor<hudson.tasks.Builder>
- Throws:
hudson.model.Descriptor.FormException
Copyright © 2004-2014. All Rights Reserved.