org.jenkinsci.plugins.vs_code_metrics
クラス VsCodeMetricsBuildAction
java.lang.Object
org.jenkinsci.plugins.vs_code_metrics.VsCodeMetricsBuildAction
- すべての実装されたインタフェース:
- hudson.model.Action, hudson.model.HealthReportingAction, hudson.model.ModelObject, org.kohsuke.stapler.StaplerProxy
public class VsCodeMetricsBuildAction
- extends Object
- implements hudson.model.Action, org.kohsuke.stapler.StaplerProxy, hudson.model.HealthReportingAction
- 作成者:
- Yasuyuki Saito
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VsCodeMetricsBuildAction
public VsCodeMetricsBuildAction(hudson.model.AbstractBuild<?,?> build,
VsCodeMetricsThresholds thresholds)
getIconFileName
public String getIconFileName()
- 定義:
- インタフェース
hudson.model.Action 内の getIconFileName
getDisplayName
public String getDisplayName()
- 定義:
- インタフェース
hudson.model.Action 内の getDisplayName - 定義:
- インタフェース
hudson.model.ModelObject 内の getDisplayName
getUrlName
public String getUrlName()
- 定義:
- インタフェース
hudson.model.Action 内の getUrlName
getMaintainabilityIndex
public int getMaintainabilityIndex()
getCyclomaticComplexity
public int getCyclomaticComplexity()
isMetricsValue
public boolean isMetricsValue()
getTarget
public Object getTarget()
- 定義:
- インタフェース
org.kohsuke.stapler.StaplerProxy 内の getTarget
getBuild
public hudson.model.AbstractBuild<?,?> getBuild()
getBuildHealth
public hudson.model.HealthReport getBuildHealth()
- 定義:
- インタフェース
hudson.model.HealthReportingAction 内の getBuildHealth
getCodeMetrics
public CodeMetrics getCodeMetrics()
Copyright © 2004-2014. All Rights Reserved.