public interface BuildInfoExtractor<C,O>
| Modifier and Type | Method and Description |
|---|---|
O |
extract(C buildInfoTask)
Collect the props (from -D props and the props supplied in the
BuildInfoConfigProperties.PROP_PROPS_FILE file.
Collect published artifacts and dependency artifacts produced/used by the underlying build technology, based
on the context.
Export the collected buildInfo according to the type of output O supplied (typically to a file) |
O extract(C buildInfoTask)
BuildInfoConfigProperties.PROP_PROPS_FILE file.buildInfoTask -