Class Maven3Config
java.lang.Object
com.atlassian.bamboo.plugins.maven.task.AbstractMavenConfig
com.atlassian.bamboo.plugins.maven.task.Maven3Config
-
Field Summary
Fields inherited from class com.atlassian.bamboo.plugins.maven.task.AbstractMavenConfig
builderHomePath, CFG_GOALS, CFG_USE_MAVEN_RETURN_CODE, extraEnvironment
-
Constructor Summary
ConstructorDescriptionMaven3Config
(@NotNull CommonTaskContext taskContext, @NotNull CapabilityContext capabilityContext, @NotNull EnvironmentVariableAccessor environmentVariableAccessor) -
Method Summary
Modifier and TypeMethodDescriptionstatic String
This is only a hint for the executable to search for in the path.protected @NotNull String
getMavenExecutablePath
(@NotNull String homePath) Methods inherited from class com.atlassian.bamboo.plugins.maven.task.AbstractMavenConfig
getCommandline, getExtraEnvironment, getTestResultsFilePattern, getWorkingDirectory, isHasTests, useMavenReturnCode
-
Field Details
-
M3_EXECUTABLE_KEY
- See Also:
-
M3_CAPABILITY_PREFIX
- See Also:
-
-
Constructor Details
-
Maven3Config
public Maven3Config(@NotNull @NotNull CommonTaskContext taskContext, @NotNull @NotNull CapabilityContext capabilityContext, @NotNull @NotNull EnvironmentVariableAccessor environmentVariableAccessor)
-
-
Method Details
-
getExecutableName
This is only a hint for the executable to search for in the path. It's not used ingetMavenExecutablePath(String)
-
getMavenExecutablePath
- Overrides:
getMavenExecutablePath
in classAbstractMavenConfig
-