public class CloverBuildWrapper
extends hudson.tasks.BuildWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
CloverBuildWrapper.CloverDecoratingLauncher |
static class |
CloverBuildWrapper.DescriptorImpl
Descriptor for
CloverPublisher. |
| Modifier and Type | Field and Description |
|---|---|
String |
clover |
boolean |
historical |
boolean |
json |
boolean |
putValuesInQuotes |
| Constructor and Description |
|---|
CloverBuildWrapper(boolean historical,
boolean json,
String clover,
boolean putValuesInQuotes) |
| Modifier and Type | Method and Description |
|---|---|
hudson.Launcher |
decorateLauncher(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
Collection<? extends hudson.model.Action> |
getProjectActions(hudson.model.AbstractProject job) |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public boolean historical
public boolean json
public final String clover
public final boolean putValuesInQuotes
@DataBoundConstructor
public CloverBuildWrapper(boolean historical,
boolean json,
String clover,
boolean putValuesInQuotes)
public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
setUp in class hudson.tasks.BuildWrapperpublic Collection<? extends hudson.model.Action> getProjectActions(hudson.model.AbstractProject job)
getProjectActions in class hudson.tasks.BuildWrapperpublic hudson.Launcher decorateLauncher(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException,
hudson.model.Run.RunnerAbortedException
decorateLauncher in class hudson.tasks.BuildWrapperIOExceptionInterruptedExceptionhudson.model.Run.RunnerAbortedExceptionCopyright © 2004-2021. All Rights Reserved.