public abstract class ChangesAggregator extends Object implements hudson.ExtensionPoint
Constructor and Description |
---|
ChangesAggregator() |
Modifier and Type | Method and Description |
---|---|
abstract Collection<hudson.model.AbstractBuild> |
aggregateBuildsWithChanges(hudson.model.AbstractBuild build) |
static hudson.ExtensionList<ChangesAggregator> |
all() |
public abstract Collection<hudson.model.AbstractBuild> aggregateBuildsWithChanges(hudson.model.AbstractBuild build)
public static hudson.ExtensionList<ChangesAggregator> all()
Copyright © 2016–2017. All rights reserved.