public abstract class AbstractMavenConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
builderHomePath |
static String |
CFG_GOALS |
static String |
CFG_USE_MAVEN_RETURN_CODE |
protected Map<String,String> |
extraEnvironment |
| Constructor and Description |
|---|
AbstractMavenConfig(@NotNull CommonTaskContext taskContext,
@NotNull CapabilityContext capabilityContext,
@NotNull EnvironmentVariableAccessor environmentVariableAccessor,
@NotNull String capabilityPrefix,
@NotNull String executableName) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCommandline() |
Map<String,String> |
getExtraEnvironment() |
protected @NotNull String |
getMavenExecutablePath(@NotNull String homePath) |
String |
getTestResultsFilePattern() |
File |
getWorkingDirectory() |
boolean |
isHasTests() |
boolean |
useMavenReturnCode() |
public static final String CFG_GOALS
public static final String CFG_USE_MAVEN_RETURN_CODE
protected String builderHomePath
public AbstractMavenConfig(@NotNull
@NotNull CommonTaskContext taskContext,
@NotNull
@NotNull CapabilityContext capabilityContext,
@NotNull
@NotNull EnvironmentVariableAccessor environmentVariableAccessor,
@NotNull
@NotNull String capabilityPrefix,
@NotNull
@NotNull String executableName)
@NotNull protected @NotNull String getMavenExecutablePath(@NotNull @NotNull String homePath)
public boolean isHasTests()
public String getTestResultsFilePattern()
public File getWorkingDirectory()
public boolean useMavenReturnCode()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.