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