public interface AggregatableAction
extends hudson.model.Action
Action for IvyBuild contributes
an "aggregated" action to its governing IvyModuleSetBuild.IvyReporter| Modifier and Type | Method and Description |
|---|---|
IvyAggregatedReport |
createAggregatedAction(IvyModuleSetBuild build,
java.util.Map<IvyModule,java.util.List<IvyBuild>> moduleBuilds)
Creates
Action to be contributed to IvyModuleSetBuild. |
IvyAggregatedReport createAggregatedAction(IvyModuleSetBuild build, java.util.Map<IvyModule,java.util.List<IvyBuild>> moduleBuilds)
Action to be contributed to IvyModuleSetBuild.build - IvyModuleSetBuild for which the aggregated report is
created.moduleBuilds - The result of IvyModuleSetBuild.getModuleBuilds() provided
for convenience and efficiency.