com.michelin.cio.hudson.plugins.qc.client
Class QualityCenterClientInstaller
java.lang.Object
hudson.tools.ToolInstaller
com.michelin.cio.hudson.plugins.qc.client.QualityCenterClientInstaller
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tools.ToolInstaller>
public class QualityCenterClientInstaller
- extends hudson.tools.ToolInstaller
- Author:
- Thomas Maurel
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.tools.ToolInstaller |
tool |
| Methods inherited from class hudson.tools.ToolInstaller |
appliesTo, getDescriptor, getLabel, preferredLocation, setTool |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTALLER_PATH_ON_SERVER
public static final String INSTALLER_PATH_ON_SERVER
- See Also:
- Constant Field Values
DLL_PATH_ON_NODE
public static final String DLL_PATH_ON_NODE
- See Also:
- Constant Field Values
INSTALLLER_FILE_NAME
public static final String INSTALLLER_FILE_NAME
- See Also:
- Constant Field Values
DLL_NAME
public static final String DLL_NAME
- See Also:
- Constant Field Values
QualityCenterClientInstaller
@DataBoundConstructor
public QualityCenterClientInstaller(String qcServerURL,
String localPathToQCClient)
getLocalPathToQCClient
public String getLocalPathToQCClient()
getQcServerURL
public String getQcServerURL()
performInstallation
public hudson.FilePath performInstallation(hudson.tools.ToolInstallation tool,
hudson.model.Node node,
hudson.model.TaskListener log)
throws IOException,
InterruptedException
- Specified by:
performInstallation in class hudson.tools.ToolInstaller
- Throws:
IOException
InterruptedException
install
public void install(hudson.Launcher launcher,
hudson.model.TaskListener log,
String expectedLocation,
hudson.FilePath qcBundle)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
Copyright © 2004-2011. All Rights Reserved.