public abstract class HistoryAggregator extends Object implements hudson.ExtensionPoint
Constructor and Description |
---|
HistoryAggregator() |
Modifier and Type | Method and Description |
---|---|
abstract Collection<hudson.model.AbstractBuild> |
aggregateBuildsWithChanges(hudson.model.AbstractBuild build) |
static hudson.ExtensionList<HistoryAggregator> |
all() |
public abstract Collection<hudson.model.AbstractBuild> aggregateBuildsWithChanges(hudson.model.AbstractBuild build)
public static hudson.ExtensionList<HistoryAggregator> all()
Copyright © 2004-2013. All Rights Reserved.