hudson.plugins.view.dashboard.stats
クラス StatJobs

java.lang.Object
  上位を拡張 hudson.plugins.view.dashboard.DashboardPortlet
      上位を拡張 hudson.plugins.view.dashboard.stats.StatJobs
すべての実装されたインタフェース:
hudson.ExtensionPoint, hudson.model.Describable<DashboardPortlet>, hudson.model.ModelObject

public class StatJobs
extends DashboardPortlet

Job statistics - number of jobs with given health status

作成者:
Vojtech Juranek

入れ子のクラスの概要
static class StatJobs.DescriptorImpl
           
static class StatJobs.HealthStatus
          Heath status of the builds (use enum not class for it)
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
コンストラクタの概要
StatJobs(java.lang.String name)
           
 
メソッドの概要
 java.util.Map<StatJobs.HealthStatus,java.lang.Integer> getJobStat(java.util.List<hudson.model.TopLevelItem> jobs)
          Project statistics - number of projects with given health status
 
クラス hudson.plugins.view.dashboard.DashboardPortlet から継承されたメソッド
all, getComparator, getDashboard, getDescriptor, getDisplayName, getId, getJob, getName, getUrl
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

StatJobs

@DataBoundConstructor
public StatJobs(java.lang.String name)
メソッドの詳細

getJobStat

public java.util.Map<StatJobs.HealthStatus,java.lang.Integer> getJobStat(java.util.List<hudson.model.TopLevelItem> jobs)
Project statistics - number of projects with given health status



Copyright © 2004-2011. All Rights Reserved.