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
| クラス 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.