org.jenkinsci.plugins.vs_code_metrics.util
クラス Constants

java.lang.Object
  上位を拡張 org.jenkinsci.plugins.vs_code_metrics.util.Constants

public abstract class Constants
extends Object


フィールドの概要
static String ACTION_ICON
          TOOL ICON
static String ACTION_URL
          TOOL URL
static String CLASS_COUPLING
          ClassCoupling
static String CONVERT_XSLFILE
          Convert Xsl File
static String CYCLOMATIC_COMPLEXITY
          CyclomaticComplexity
static String DEPTH_OF_INHERITANCE
          DepthOfInheritance
static String LINES_OF_CODE
          LinesOfCode
static String MAINTAINABILITY_INDEX
          MaintainabilityIndex
static int MAX_MAINTAINABILITY_INDEX
          Max MaintainabilityIndex
static int MIN_MAINTAINABILITY_INDEX
          Min MaintainabilityIndex
static String REPORT_DIR
          Report Directory
static int REPORT_GRAPH_HEIGHT
          Report Graph Height
static int REPORT_GRAPH_WIDTH
          Report Graph Width
static int TREND_GRAPH_HEIGHT
          Trend Graph Height
static int TREND_GRAPH_WIDTH
          Trend Graph Width
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

REPORT_DIR

public static final String REPORT_DIR
Report Directory

関連項目:
定数フィールド値

ACTION_URL

public static final String ACTION_URL
TOOL URL

関連項目:
定数フィールド値

ACTION_ICON

public static final String ACTION_ICON
TOOL ICON

関連項目:
定数フィールド値

MAINTAINABILITY_INDEX

public static final String MAINTAINABILITY_INDEX
MaintainabilityIndex

関連項目:
定数フィールド値

CYCLOMATIC_COMPLEXITY

public static final String CYCLOMATIC_COMPLEXITY
CyclomaticComplexity

関連項目:
定数フィールド値

CLASS_COUPLING

public static final String CLASS_COUPLING
ClassCoupling

関連項目:
定数フィールド値

DEPTH_OF_INHERITANCE

public static final String DEPTH_OF_INHERITANCE
DepthOfInheritance

関連項目:
定数フィールド値

LINES_OF_CODE

public static final String LINES_OF_CODE
LinesOfCode

関連項目:
定数フィールド値

TREND_GRAPH_WIDTH

public static final int TREND_GRAPH_WIDTH
Trend Graph Width

関連項目:
定数フィールド値

TREND_GRAPH_HEIGHT

public static final int TREND_GRAPH_HEIGHT
Trend Graph Height

関連項目:
定数フィールド値

REPORT_GRAPH_WIDTH

public static final int REPORT_GRAPH_WIDTH
Report Graph Width

関連項目:
定数フィールド値

REPORT_GRAPH_HEIGHT

public static final int REPORT_GRAPH_HEIGHT
Report Graph Height

関連項目:
定数フィールド値

MIN_MAINTAINABILITY_INDEX

public static final int MIN_MAINTAINABILITY_INDEX
Min MaintainabilityIndex

関連項目:
定数フィールド値

MAX_MAINTAINABILITY_INDEX

public static final int MAX_MAINTAINABILITY_INDEX
Max MaintainabilityIndex

関連項目:
定数フィールド値

CONVERT_XSLFILE

public static final String CONVERT_XSLFILE
Convert Xsl File

関連項目:
定数フィールド値


Copyright © 2004-2014. All Rights Reserved.