|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BuildSummaryContribution
This extension point contributes panels to the build summary popup. Build summary popup will be displayed if mouse is hovered over the more... link of a build on system dash board or build history screen.
Method Summary | |
---|---|
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. |
Method Detail |
---|
java.util.List<PanelCreator> getPanelCreators()
Context.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.
build
- the build to whose summary popup the panels will be contributed to.
int getOrder()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |