hudson.plugins.cygpath
Class CygpathLauncherDecorator
java.lang.Object
hudson.LauncherDecorator
hudson.plugins.cygpath.CygpathLauncherDecorator
- All Implemented Interfaces:
- hudson.ExtensionPoint
@Extension
public class CygpathLauncherDecorator
- extends hudson.LauncherDecorator
If we are on Windows, convert the path of the executable via Cygwin.
- Author:
- Kohsuke Kawaguchi
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
Method Summary |
hudson.Launcher |
decorate(hudson.Launcher base,
hudson.model.Node node)
|
| Methods inherited from class hudson.LauncherDecorator |
all |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CygpathLauncherDecorator
public CygpathLauncherDecorator()
decorate
public hudson.Launcher decorate(hudson.Launcher base,
hudson.model.Node node)
- Specified by:
decorate in class hudson.LauncherDecorator
Copyright © 2004-2011. All Rights Reserved.