Package hudson

Class LauncherDecorator

java.lang.Object
hudson.LauncherDecorator
All Implemented Interfaces:
ExtensionPoint

public abstract class LauncherDecorator extends Object implements ExtensionPoint
Decorates Launcher so that one can intercept executions of commands and alters the command being executed, such as doing this in fakeroot, sudo, pfexec, etc.
Since:
1.299
Author:
Kohsuke Kawaguchi
See Also: