org.jenkinsci.plugins.xvfb
Class XvfbInstallation

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<hudson.tools.ToolInstallation>
      extended by hudson.tools.ToolInstallation
          extended by org.jenkinsci.plugins.xvfb.XvfbInstallation
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tools.ToolInstallation>, hudson.model.EnvironmentSpecific<XvfbInstallation>, hudson.slaves.NodeSpecific<XvfbInstallation>, Serializable

public class XvfbInstallation
extends hudson.tools.ToolInstallation
implements hudson.slaves.NodeSpecific<XvfbInstallation>, hudson.model.EnvironmentSpecific<XvfbInstallation>

See Also:
Serialized Form

Nested Class Summary
static class XvfbInstallation.DescriptorImpl
           
 
Nested classes/interfaces inherited from class hudson.tools.ToolInstallation
hudson.tools.ToolInstallation.ToolConverter
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
XvfbInstallation(String name, String home, List<? extends hudson.tools.ToolProperty<?>> properties)
           
 
Method Summary
 XvfbInstallation forEnvironment(hudson.EnvVars environment)
           
 XvfbInstallation forNode(hudson.model.Node node, hudson.model.TaskListener log)
           
 
Methods inherited from class hudson.tools.ToolInstallation
all, getHome, getName, getProperties, translateFor
 
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XvfbInstallation

@DataBoundConstructor
public XvfbInstallation(String name,
                                             String home,
                                             List<? extends hudson.tools.ToolProperty<?>> properties)
Method Detail

forEnvironment

public XvfbInstallation forEnvironment(hudson.EnvVars environment)
Specified by:
forEnvironment in interface hudson.model.EnvironmentSpecific<XvfbInstallation>

forNode

public XvfbInstallation forNode(hudson.model.Node node,
                                hudson.model.TaskListener log)
                         throws IOException,
                                InterruptedException
Specified by:
forNode in interface hudson.slaves.NodeSpecific<XvfbInstallation>
Throws:
IOException
InterruptedException


Copyright © 2004–2015. All rights reserved.