com.michelin.cio.hudson.plugins.qc.client
Class QualityCenterClientInstallation
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.tools.ToolInstallation>
hudson.tools.ToolInstallation
com.michelin.cio.hudson.plugins.qc.client.QualityCenterClientInstallation
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tools.ToolInstallation>, hudson.model.EnvironmentSpecific<QualityCenterClientInstallation>, hudson.slaves.NodeSpecific<QualityCenterClientInstallation>, java.io.Serializable
public class QualityCenterClientInstallation
- extends hudson.tools.ToolInstallation
- implements hudson.slaves.NodeSpecific<QualityCenterClientInstallation>, hudson.model.EnvironmentSpecific<QualityCenterClientInstallation>
- Author:
- Thomas Maurel
- 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 |
QualityCenterClientInstallation
public QualityCenterClientInstallation(java.lang.String name,
java.lang.String qcHome)
QualityCenterClientInstallation
@DataBoundConstructor
public QualityCenterClientInstallation(java.lang.String name,
java.lang.String home,
java.util.List<? extends hudson.tools.ToolProperty<?>> properties)
forNode
public QualityCenterClientInstallation forNode(hudson.model.Node node,
hudson.model.TaskListener log)
throws java.io.IOException,
java.lang.InterruptedException
- Gets the installation for the specified node.
- Specified by:
forNode in interface hudson.slaves.NodeSpecific<QualityCenterClientInstallation>
- Returns:
null if not a Windows node
- Throws:
java.io.IOException
java.lang.InterruptedException
forEnvironment
public QualityCenterClientInstallation forEnvironment(hudson.EnvVars environment)
- Specified by:
forEnvironment in interface hudson.model.EnvironmentSpecific<QualityCenterClientInstallation>
getQCDll
public java.lang.String getQCDll(hudson.Launcher launcher)
throws java.io.IOException,
java.lang.InterruptedException
- Returns the path to
OTAClient.dll.
- Throws:
java.io.IOException
java.lang.InterruptedException
Copyright © 2010. All Rights Reserved.