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


フィールドの概要
protected  Integer upperBound
           
protected  String valueKey
           
 
コンストラクタの概要
AbstractGraph(hudson.model.AbstractBuild<?,?> build, String[] buildTokens, Calendar timestamp, int defaultW, int defaultH)
           
 
メソッドの概要
protected  org.jfree.chart.JFreeChart createGraph()
           
protected abstract  int getValue(AbstractBean<?> bean)
           
protected abstract  int getValue(VsCodeMetricsBuildAction action)
           
 
クラス 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.