Class BuildHistoryWidget<T>

Type Parameters:
T - typically HistoricalBuild

public class BuildHistoryWidget<T> extends HistoryWidget<Queue.Task,T>
Displays the build history on the side panel.

This widget enhances HistoryWidget by groking the notion that HistoryWidget.owner can be in the queue toward the next build.

Author:
Kohsuke Kawaguchi