public abstract class AbstractGatlingMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected File |
compiledClassesFolder
Folder where the compiled classes are written.
|
protected File |
configFolder
Use this folder as the configuration directory.
|
protected org.apache.maven.project.MavenProject |
mavenProject
The Maven Project.
|
protected org.apache.maven.execution.MavenSession |
session
The Maven Session Object.
|
protected org.apache.maven.toolchain.ToolchainManager |
toolchainManager
The toolchain manager to use.
|
| Constructor and Description |
|---|
AbstractGatlingMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addArg(List<String> args,
String flag,
Object value) |
protected List<String> |
buildTestClasspath() |
protected String |
getVersion(String groupId,
String artifactId) |
protected org.apache.maven.artifact.resolver.ArtifactResolutionResult |
resolve(String groupId,
String artifactId,
String version,
boolean resolveTransitively) |
getLog, getPluginContext, setLog, setPluginContext@Parameter(property="gatling.configFolder",
alias="cd",
defaultValue="${project.basedir}/src/test/resources")
protected File configFolder
@Parameter(defaultValue="${project.build.testOutputDirectory}",
readonly=true)
protected File compiledClassesFolder
@Parameter(defaultValue="${project}",
readonly=true)
protected org.apache.maven.project.MavenProject mavenProject
@Parameter(defaultValue="${session}",
readonly=true)
protected org.apache.maven.execution.MavenSession session
@Component protected org.apache.maven.toolchain.ToolchainManager toolchainManager
Copyright © 2018–2019. All rights reserved.