hudson.plugins.nsiq
Class NSiqUtil
java.lang.Object
hudson.plugins.nsiq.NSiqUtil
public final class NSiqUtil
- extends java.lang.Object
- Version:
- $Rev$, $Date$
- Author:
- iceize at NHN Corporation
Field Summary |
static java.lang.String |
baseURL
|
Method Summary |
static java.util.Map<FileType,java.lang.Integer> |
convertLangDistMap(java.util.Map<FileType,org.apache.commons.lang.mutable.MutableInt> locPerType)
|
static org.jfree.chart.JFreeChart |
createDistrubutionChart(org.jfree.data.category.CategoryDataset dataset,
java.lang.String yAxis)
|
static org.jfree.chart.JFreeChart |
createLineChart(org.jfree.data.category.CategoryDataset dataset,
java.lang.String yAxis,
int lower,
int upper)
라인 차트를 리턴한다. |
static org.jfree.chart.JFreeChart |
createStackChart(org.jfree.data.category.CategoryDataset dataset,
java.lang.String yAxis)
Stack 차트를 리턴한다. |
static hudson.FilePath |
getComplexityFile(hudson.FilePath filePath)
|
static hudson.XmlFile |
getDataFile(hudson.model.Build<?,?> build)
|
static java.lang.String |
getFormattedComplexity(double complexity)
complexity에 대한 문자열 포매팅 결과를 리턴한다. |
static java.lang.String |
getHudsonBaseURL()
|
static hudson.FilePath |
getLocFile(hudson.FilePath filePath)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
baseURL
public static java.lang.String baseURL
getLocFile
public static hudson.FilePath getLocFile(hudson.FilePath filePath)
getComplexityFile
public static hudson.FilePath getComplexityFile(hudson.FilePath filePath)
getDataFile
public static hudson.XmlFile getDataFile(hudson.model.Build<?,?> build)
getFormattedComplexity
public static java.lang.String getFormattedComplexity(double complexity)
- complexity에 대한 문자열 포매팅 결과를 리턴한다.
createLineChart
public static org.jfree.chart.JFreeChart createLineChart(org.jfree.data.category.CategoryDataset dataset,
java.lang.String yAxis,
int lower,
int upper)
- 라인 차트를 리턴한다.
createStackChart
public static org.jfree.chart.JFreeChart createStackChart(org.jfree.data.category.CategoryDataset dataset,
java.lang.String yAxis)
- Stack 차트를 리턴한다.
getHudsonBaseURL
public static java.lang.String getHudsonBaseURL()
createDistrubutionChart
public static org.jfree.chart.JFreeChart createDistrubutionChart(org.jfree.data.category.CategoryDataset dataset,
java.lang.String yAxis)
convertLangDistMap
public static java.util.Map<FileType,java.lang.Integer> convertLangDistMap(java.util.Map<FileType,org.apache.commons.lang.mutable.MutableInt> locPerType)
Copyright © 2004-2011. All Rights Reserved.