| Class | Description |
|---|---|
| AgentCommandLineLoader |
This class is the actual responsible of building the JVM args to run the Appmap Agent.
|
| AppmapPlugin |
The actual plugin definition for appmap plugin.
|
| AppmapPluginExtension |
This class holds the configuration parameters read from the target project gradle.build
|
| AppmapTask |
The actual task for adding
gradle appmap to the build. |
| CleanOutputDirectoryAction |
The action executed for cleaning the output directory before each run.
|
| LoadAppmapAgentAction |
This action if called sets a JvmArgumentProvider to the "test" task of the build.
|
| ValidateConfigAction |
Action to validates the configuration for appmap exists and is readable.
|