org.jenkinsci.plugins.xvfb
Class XvfbBuildWrapper.XvfbBuildWrapperDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<hudson.tasks.BuildWrapper>
      extended by hudson.tasks.BuildWrapperDescriptor
          extended by 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 Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
XvfbBuildWrapper.XvfbBuildWrapperDescriptor()
           
 
Method Summary
 hudson.model.AutoCompletionCandidates doAutoCompleteAssignedLabels(hudson.model.AbstractProject<?,?> project, String value)
          adopted from @see hudson.model.AbstractProject.AbstractProjectDescriptor#doAutoCompleteAssignedLabels
 hudson.util.FormValidation doCheckAssignedLabels(hudson.model.AbstractProject<?,?> project, String value)
          adopted from @see hudson.model.AbstractProject.AbstractProjectDescriptor#doCheckAssignedLabels
 hudson.util.FormValidation doCheckDisplayName(String value)
           
 hudson.util.FormValidation doCheckDisplayNameOffset(String value)
           
 hudson.util.FormValidation doCheckTimeout(String value)
           
 String getDisplayName()
           
 XvfbInstallation[] getInstallations()
           
 XvfbInstallation.DescriptorImpl getToolDescriptor()
           
 boolean isApplicable(hudson.model.AbstractProject<?,?> item)
           
 hudson.tasks.BuildWrapper newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 void setInstallations(XvfbInstallation... installations)
           
 
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
 

Constructor Detail

XvfbBuildWrapper.XvfbBuildWrapperDescriptor

public XvfbBuildWrapper.XvfbBuildWrapperDescriptor()
Method Detail

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.