@Extension
public class CoverityLauncherDecorator
extends hudson.LauncherDecorator
| Modifier and Type | Class and Description |
|---|---|
class |
CoverityLauncherDecorator.DecoratedLauncher
A decorated
Launcher that puts the given set of arguments as a prefix to any commands that it invokes. |
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<Boolean> |
SKIP
A ThreadLocal that is used to disable cov-build when running other Coverity tools during the build.
|
| Constructor and Description |
|---|
CoverityLauncherDecorator() |
| Modifier and Type | Method and Description |
|---|---|
hudson.Launcher |
decorate(hudson.Launcher launcher,
hudson.model.Node node) |
public static ThreadLocal<Boolean> SKIP
Copyright © 2004-2013 Hudson. All Rights Reserved.