org.jenkinsci.plugins.vs_code_metrics
クラス VsCodeMetricsProjectAction

java.lang.Object
  上位を拡張 org.jenkinsci.plugins.vs_code_metrics.VsCodeMetricsProjectAction
すべての実装されたインタフェース:
hudson.model.Action, hudson.model.ModelObject

public class VsCodeMetricsProjectAction
extends Object
implements hudson.model.Action

作成者:
Yasuyuki Saito

フィールドの概要
 hudson.model.AbstractProject<?,?> project
           
 
コンストラクタの概要
VsCodeMetricsProjectAction(hudson.model.AbstractProject<?,?> project)
           
 
メソッドの概要
 void doGraph(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 void doIndex(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 String getDisplayName()
           
 String getIconFileName()
           
 hudson.model.AbstractBuild<?,?> getLastFinishedBuild()
           
 VsCodeMetricsBuildAction getLastFinishedBuildAction()
           
 String getUrlName()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

project

public final hudson.model.AbstractProject<?,?> project
コンストラクタの詳細

VsCodeMetricsProjectAction

public VsCodeMetricsProjectAction(hudson.model.AbstractProject<?,?> project)
メソッドの詳細

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

getLastFinishedBuild

public hudson.model.AbstractBuild<?,?> getLastFinishedBuild()

getLastFinishedBuildAction

public VsCodeMetricsBuildAction getLastFinishedBuildAction()

doIndex

public void doIndex(org.kohsuke.stapler.StaplerRequest request,
                    org.kohsuke.stapler.StaplerResponse response)
             throws IOException
例外:
IOException

doGraph

public void doGraph(org.kohsuke.stapler.StaplerRequest req,
                    org.kohsuke.stapler.StaplerResponse rsp)
             throws IOException
例外:
IOException


Copyright © 2004-2014. All Rights Reserved.