| 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 @Nullable 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(@Nullable String description,
boolean enabled,
@NotNull String goal,
@Nullable String projectFile,
@Nullable String environmentVariables,
@Nullable String jdk,
@NotNull String executableLabel,
boolean hasTests,
MavenTask.TestDirectoryOption testDirectoryOption,
@Nullable String testResultsDirectory,
@Nullable String workingSubdirectory,
boolean useMavenReturnCode,
int version,
@NotNull List<RequirementProperties> requirements,
@NotNull List<? extends ConditionProperties> conditions) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.