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

コンストラクタの概要
VsCodeMetricsBuildAction(hudson.model.AbstractBuild<?,?> build, VsCodeMetricsThresholds thresholds)
           
 
メソッドの概要
 hudson.model.AbstractBuild<?,?> getBuild()
           
 hudson.model.HealthReport getBuildHealth()
           
 CodeMetrics getCodeMetrics()
           
 String getDisplayName()
           
 String getIconFileName()
           
 Object getTarget()
           
 String getUrlName()
           
 
クラス 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

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-2013. All Rights Reserved.