hudson.plugins.clover
クラス CloverBuildWrapper
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.tasks.BuildWrapper>
hudson.tasks.BuildWrapper
hudson.plugins.clover.CloverBuildWrapper
- すべての実装されたインタフェース:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.BuildWrapper>
public class CloverBuildWrapper
- extends hudson.tasks.BuildWrapper
A BuildWrapper that decorates the command line just before a build starts with targets and properties that will automatically
integrate Clover into the Ant build.
| クラス hudson.tasks.BuildWrapper から継承された入れ子のクラス/インタフェース |
hudson.tasks.BuildWrapper.Environment |
| インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
コンストラクタの概要 |
CloverBuildWrapper(boolean historical,
boolean json,
java.lang.String licenseCert)
|
|
メソッドの概要 |
hudson.Launcher |
decorateLauncher(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
|
java.util.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)
|
| クラス hudson.tasks.BuildWrapper から継承されたメソッド |
all, decorateLogger, getProjectAction, makeBuildVariables, makeSensitiveBuildVariables, preCheckout, setUp |
| クラス hudson.model.AbstractDescribableImpl から継承されたメソッド |
getDescriptor |
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
historical
public boolean historical
json
public boolean json
licenseCert
public java.lang.String licenseCert
DESCRIPTOR
public static final hudson.model.Descriptor<hudson.tasks.BuildWrapper> DESCRIPTOR
CloverBuildWrapper
@DataBoundConstructor
public CloverBuildWrapper(boolean historical,
boolean json,
java.lang.String licenseCert)
setUp
public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws java.io.IOException,
java.lang.InterruptedException
- オーバーライド:
- クラス
hudson.tasks.BuildWrapper 内の setUp
- 例外:
java.io.IOException
java.lang.InterruptedException
getProjectActions
public java.util.Collection<? extends hudson.model.Action> getProjectActions(hudson.model.AbstractProject job)
- オーバーライド:
- クラス
hudson.tasks.BuildWrapper 内の getProjectActions
decorateLauncher
public hudson.Launcher decorateLauncher(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws java.io.IOException,
java.lang.InterruptedException,
hudson.model.Run.RunnerAbortedException
- オーバーライド:
- クラス
hudson.tasks.BuildWrapper 内の decorateLauncher
- 例外:
java.io.IOException
java.lang.InterruptedException
hudson.model.Run.RunnerAbortedException
Copyright © 2004-2011. All Rights Reserved.