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.


入れ子のクラスの概要
static class CloverBuildWrapper.CloverDecoratingLauncher
           
static class CloverBuildWrapper.DescriptorImpl
          Descriptor for CloverPublisher.
 
クラス hudson.tasks.BuildWrapper から継承された入れ子のクラス/インタフェース
hudson.tasks.BuildWrapper.Environment
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
フィールドの概要
static hudson.model.Descriptor<hudson.tasks.BuildWrapper> DESCRIPTOR
           
 boolean historical
           
 boolean json
           
 java.lang.String licenseCert
           
 
コンストラクタの概要
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.