Package hudson.ivy

Interface IvyAggregatedReport

All Superinterfaces:
Action, ModelObject

public interface IvyAggregatedReport extends Action
Action to be associated with IvyModuleSetBuild, which usually displays some aspect of the aggregated results of the module builds (such as aggregated test result, aggregated coverage report, etc.)

When a module build is completed, its governing IvyModuleSetBuild tries to create an instance of IvyAggregatedReport from each kind of IvyReporterDescriptor whose IvyReporters are used on module builds.

The obtained instance is then persisted with IvyModuleSetBuild.

Since:
1.99
Author:
Kohsuke Kawaguchi
See Also: