public interface BuildInfoExtractor<C>
| Modifier and Type | Method and Description |
|---|---|
BuildInfo |
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. |
BuildInfo extract(C buildInfoTask) throws java.lang.Exception
BuildInfoConfigProperties.PROP_PROPS_FILE file.buildInfoTask - java.lang.Exception