org.jenkinsci.plugins.xvfb
Class XvfbBuildWrapper.XvfbBuildWrapperDescriptor
java.lang.Object
hudson.model.Descriptor<hudson.tasks.BuildWrapper>
hudson.tasks.BuildWrapperDescriptor
org.jenkinsci.plugins.xvfb.XvfbBuildWrapper.XvfbBuildWrapperDescriptor
- All Implemented Interfaces:
- hudson.model.Saveable
- Enclosing class:
- XvfbBuildWrapper
@Extension(ordinal=1.7976931348623157E308)
public static class XvfbBuildWrapper.XvfbBuildWrapperDescriptor
- extends hudson.tasks.BuildWrapperDescriptor
| 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.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 |
XvfbBuildWrapper.XvfbBuildWrapperDescriptor
public XvfbBuildWrapper.XvfbBuildWrapperDescriptor()
doCheckDisplayName
public hudson.util.FormValidation doCheckDisplayName(@QueryParameter
String value)
throws IOException
- Throws:
IOException
doCheckDisplayNameOffset
public hudson.util.FormValidation doCheckDisplayNameOffset(@QueryParameter
String value)
throws IOException
- Throws:
IOException
doCheckTimeout
public hudson.util.FormValidation doCheckTimeout(@QueryParameter
String value)
throws IOException
- Throws:
IOException
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.tasks.BuildWrapper>
getInstallations
public XvfbInstallation[] getInstallations()
getToolDescriptor
public XvfbInstallation.DescriptorImpl getToolDescriptor()
isApplicable
public boolean isApplicable(hudson.model.AbstractProject<?,?> item)
- Specified by:
isApplicable in class hudson.tasks.BuildWrapperDescriptor
newInstance
public hudson.tasks.BuildWrapper newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
- Overrides:
newInstance in class hudson.model.Descriptor<hudson.tasks.BuildWrapper>
- Throws:
hudson.model.Descriptor.FormException
setInstallations
public void setInstallations(XvfbInstallation... installations)
doAutoCompleteAssignedLabels
public hudson.model.AutoCompletionCandidates doAutoCompleteAssignedLabels(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String value)
- adopted from @see hudson.model.AbstractProject.AbstractProjectDescriptor#doAutoCompleteAssignedLabels
doCheckAssignedLabels
public hudson.util.FormValidation doCheckAssignedLabels(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String value)
- adopted from @see hudson.model.AbstractProject.AbstractProjectDescriptor#doCheckAssignedLabels
Copyright © 2004–2015. All rights reserved.