com.pmease.quickbuild.extensionpoint
Interface BuildOverviewContribution

All Known Implementing Classes:
CategoryBuildOverview

public interface BuildOverviewContribution

This extension point contributes panels to the build dash board (or overview) screen.


Method Summary
 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.
 

Method Detail

getPanelCreators

java.util.List<PanelCreator> getPanelCreators()
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().

Returns:
null or empty list should be returned if no panels should be contributed.

getOrder

int getOrder()
Get order of this contribution. This value determines panel orders on the build dash board screen.

Returns:


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