org.jenkinsci.plugins.vs_code_metrics
クラス MaintainabilityIndexGraph

java.lang.Object
  上位を拡張 hudson.util.Graph
      上位を拡張 org.jenkinsci.plugins.vs_code_metrics.AbstractGraph
          上位を拡張 org.jenkinsci.plugins.vs_code_metrics.MaintainabilityIndexGraph

public final class MaintainabilityIndexGraph
extends AbstractGraph


フィールドの概要
 
クラス org.jenkinsci.plugins.vs_code_metrics.AbstractGraph から継承されたフィールド
upperBound, valueKey
 
コンストラクタの概要
MaintainabilityIndexGraph(hudson.model.AbstractBuild<?,?> build, String[] buildTokens, Calendar timestamp, int defaultW, int defaultH)
           
 
メソッドの概要
protected  int getValue(AbstractBean<?> bean)
           
protected  int getValue(VsCodeMetricsBuildAction action)
           
 
クラス org.jenkinsci.plugins.vs_code_metrics.AbstractGraph から継承されたメソッド
createGraph
 
クラス hudson.util.Graph から継承されたメソッド
doMap, doPng
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MaintainabilityIndexGraph

public MaintainabilityIndexGraph(hudson.model.AbstractBuild<?,?> build,
                                 String[] buildTokens,
                                 Calendar timestamp,
                                 int defaultW,
                                 int defaultH)
メソッドの詳細

getValue

protected int getValue(AbstractBean<?> bean)
定義:
クラス AbstractGraph 内の getValue

getValue

protected int getValue(VsCodeMetricsBuildAction action)
定義:
クラス AbstractGraph 内の getValue


Copyright © 2004-2014. All Rights Reserved.