com.pmease.quickbuild.plugin.report.engine.contribution.web
Class CategoryBuildOverview

java.lang.Object
  extended by com.pmease.quickbuild.plugin.report.engine.contribution.web.CategoryBuildOverview
All Implemented Interfaces:
BuildOverviewContribution

public abstract class CategoryBuildOverview
extends java.lang.Object
implements BuildOverviewContribution


Constructor Summary
CategoryBuildOverview()
           
 
Method Summary
protected abstract  ReportCategory getCategory()
           
 int getOrder()
          Get order of this contribution.
 java.util.List<PanelCreator> getPanelCreators()
          Get list of panel creators which will create the panels and add to the build dash board.
 boolean isApplicable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryBuildOverview

public CategoryBuildOverview()
Method Detail

getCategory

protected abstract ReportCategory getCategory()

isApplicable

public boolean isApplicable()

getPanelCreators

public java.util.List<PanelCreator> getPanelCreators()
Description copied from interface: BuildOverviewContribution
Get list of panel creators which will create the panels and add to the build dash board. Current build can be obtained by calling Context.getBuild().

Specified by:
getPanelCreators in interface BuildOverviewContribution
Returns:
null or empty list should be returned if no panels should be contributed.

getOrder

public int getOrder()
Description copied from interface: BuildOverviewContribution
Get order of this contribution. This value determines panel orders on the build dash board screen.

Specified by:
getOrder in interface BuildOverviewContribution
Returns:


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.