Package de.drippinger
Class PublishMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- de.drippinger.PublishMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="publish") public class PublishMojo extends org.apache.maven.plugin.AbstractMojoPublishes one or multipleSimulationContexts.
The mojo finds the simulation log in the target directory and creates aSimulationContextout of it. Depending on the provided folder (seegatlingReportDir, it can find multiple simulation logs. The set of logs is then proceeded byExporterinstances. They are created by theServiceLoaderpattern. Each Exporter lib has to register its implementation and can, in turn, execute arbitrary code. The lib has to be declared as a plugin dependency in maven.
-
-
Constructor Summary
Constructors Constructor Description PublishMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-