org.jenkinsci.plugins.xvfb
Class XvfbInstallation
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.tools.ToolInstallation>
hudson.tools.ToolInstallation
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 classes/interfaces inherited from class hudson.tools.ToolInstallation |
hudson.tools.ToolInstallation.ToolConverter |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| 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 |
XvfbInstallation
@DataBoundConstructor
public XvfbInstallation(String name,
String home,
List<? extends hudson.tools.ToolProperty<?>> properties)
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.