| 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 | Method and Description |
|---|---|
TestParserTaskProperties.TestType |
TestParserTask.getTestType()
Gets test engine supported by this task.
|
| Constructor and Description |
|---|
TestParserTask(TestParserTaskProperties.TestType testType)
Specify test parsing task that handles selected test engine.
|
| Modifier and Type | Method and Description |
|---|---|
TestParserTaskProperties.TestType |
TestParserTaskProperties.getTestType() |
static TestParserTaskProperties.TestType |
TestParserTaskProperties.TestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestParserTaskProperties.TestType[] |
TestParserTaskProperties.TestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TestParserTaskProperties(TestParserTaskProperties.TestType testType,
String description,
boolean enabled,
Collection<String> resultDirectories,
@Nullable Boolean pickUpTestResultsCreatedOutsideOfThisBuild) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.