|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pmease.quickbuild.plugin.report.engine.contribution.web.ReportSummaryContribution
public abstract class ReportSummaryContribution
| Constructor Summary | |
|---|---|
ReportSummaryContribution()
|
|
| Method Summary | |
|---|---|
protected abstract ReportCategory |
getCategory()
|
int |
getOrder()
Get order of this contribution. |
java.util.List<PanelCreator> |
getPanelCreators()
Get list of panel creators which can be used to create panels contributing to the build summary popup. |
protected AbstractRenderer[] |
getRenderers()
|
protected boolean |
isApplicable(Build build)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportSummaryContribution()
| Method Detail |
|---|
protected abstract ReportCategory getCategory()
protected boolean isApplicable(Build build)
public java.util.List<PanelCreator> getPanelCreators()
BuildSummaryContributionContext.getBuild()
will return null at this time since build summary popup is displayed in system
dash board and build history screen. Instead, you should pass the build parameter
to wherever needs the build object.
getPanelCreators in interface BuildSummaryContributionpublic int getOrder()
BuildSummaryContribution
getOrder in interface BuildSummaryContributionprotected AbstractRenderer[] getRenderers()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||