| Interface | Description |
|---|---|
| BuildInfoExtractor<C> |
-DbuildInfo.property.name=value -DbuildInfo.deploy.property.name=value (becomes a matrix param in the current impl)
and - -DbuildInfo.propertiesFile=/path/to/file (contains the above properties without the buildInfo prefix)
|
| ModuleExtractor<C> |
Extracts a single module from the underlying build technology.
|
| Class | Description |
|---|---|
| BuildInfoExtractorUtils | |
| EolDetectingInputStream | |
| ModuleExtractorUtils |
Utilities for serializing/deserializing Module info as json
|
| ModuleParallelDeployHelper |
This class manages artifacts deployment after a maven / gradle build.
|