| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.builders.task |
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
|
| com.atlassian.bamboo.specs.model.task |
Tasks you can execute in a job.
|
| Modifier and Type | Field and Description |
|---|---|
protected MavenTask.TestDirectoryOption |
MavenTask.testDirectoryOption |
| Modifier and Type | Method and Description |
|---|---|
static MavenTask.TestDirectoryOption |
MavenTask.TestDirectoryOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MavenTask.TestDirectoryOption[] |
MavenTask.TestDirectoryOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected MavenTask.TestDirectoryOption |
MavenTaskProperties.testDirectoryOption |
| Modifier and Type | Method and Description |
|---|---|
MavenTask.TestDirectoryOption |
MavenTaskProperties.getTestDirectoryOption() |
| Constructor and Description |
|---|
MavenTaskProperties(String description,
boolean enabled,
String goal,
String projectFile,
String environmentVariables,
String jdk,
String executableLabel,
boolean hasTests,
MavenTask.TestDirectoryOption testDirectoryOption,
String testResultsDirectory,
String workingSubdirectory,
boolean useMavenReturnCode,
int version) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.