org.jenkinsci.plugins.vs_code_metrics
クラス AbstractGraph
java.lang.Object
hudson.util.Graph
org.jenkinsci.plugins.vs_code_metrics.AbstractGraph
- 直系の既知のサブクラス:
- CyclomaticComplexityGraph, MaintainabilityIndexGraph
public abstract class AbstractGraph
- extends hudson.util.Graph
| クラス hudson.util.Graph から継承されたメソッド |
doMap, doPng |
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
valueKey
protected String valueKey
upperBound
protected Integer upperBound
AbstractGraph
public AbstractGraph(hudson.model.AbstractBuild<?,?> build,
String[] buildTokens,
Calendar timestamp,
int defaultW,
int defaultH)
createGraph
protected org.jfree.chart.JFreeChart createGraph()
- 定義:
- クラス
hudson.util.Graph 内の createGraph
getValue
protected abstract int getValue(AbstractBean<?> bean)
getValue
protected abstract int getValue(VsCodeMetricsBuildAction action)
Copyright © 2004-2014. All Rights Reserved.