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 © 2010. All Rights Reserved.