org.jenkinsci.plugins.vs_code_metrics.util
クラス CodeMetricsUtil

java.lang.Object
  上位を拡張 org.jenkinsci.plugins.vs_code_metrics.util.CodeMetricsUtil

public abstract class CodeMetricsUtil
extends Object


メソッドの概要
static CodeMetrics createCodeMetrics(hudson.FilePath path)
           
static CodeMetrics getCodeMetrics(hudson.model.AbstractBuild<?,?> build)
           
static File getReportDir(hudson.model.AbstractBuild<?,?> build)
           
static hudson.FilePath[] getReports(File file)
           
static hudson.FilePath[] locateReports(hudson.FilePath workspace, String includes)
           
static boolean saveReports(hudson.FilePath folder, hudson.FilePath[] files)
           
static AbstractBean<?> searchBean(AbstractBean<?> bean, String[] tokens)
           
static AbstractBean<?> searchBean(AbstractBean<?> bean, String[] tokens, int index)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

createCodeMetrics

public static CodeMetrics createCodeMetrics(hudson.FilePath path)
                                     throws IOException,
                                            InterruptedException
パラメータ:
path -
戻り値:
例外:
VsCodeMetricsException
IOException
InterruptedException

getReportDir

public static File getReportDir(hudson.model.AbstractBuild<?,?> build)
パラメータ:
build -
戻り値:

getReports

public static hudson.FilePath[] getReports(File file)
                                    throws IOException,
                                           InterruptedException
パラメータ:
file -
戻り値:
例外:
VsCodeMetricsException
IOException
InterruptedException

getCodeMetrics

public static CodeMetrics getCodeMetrics(hudson.model.AbstractBuild<?,?> build)
                                  throws IOException,
                                         InterruptedException
パラメータ:
build -
戻り値:
例外:
IOException
InterruptedException

locateReports

public static hudson.FilePath[] locateReports(hudson.FilePath workspace,
                                              String includes)
                                       throws IOException,
                                              InterruptedException
例外:
IOException
InterruptedException

saveReports

public static boolean saveReports(hudson.FilePath folder,
                                  hudson.FilePath[] files)
                           throws IOException,
                                  InterruptedException
パラメータ:
folder -
files -
戻り値:
例外:
IOException
InterruptedException

searchBean

public static AbstractBean<?> searchBean(AbstractBean<?> bean,
                                         String[] tokens)

searchBean

public static AbstractBean<?> searchBean(AbstractBean<?> bean,
                                         String[] tokens,
                                         int index)


Copyright © 2004-2014. All Rights Reserved.