| 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.
|
| Modifier and Type | Method and Description |
|---|---|
MochaParserTask |
MochaParserTask.pickUpTestResultsCreatedOutsideOfThisBuild(boolean pickUpTestResultsCreatedOutsideOfThisBuild)
Deprecated.
When set to true, files created before the current build was started will be analyzed as valid tests results.
|
MochaParserTask |
MochaParserTask.testFilePattern(@NotNull String testFilePattern)
Deprecated.
Ant-style pattern of test results file to parse.
|
MochaParserTask |
MochaParserTask.workingSubdirectory(@Nullable String workingSubdirectory)
Deprecated.
since 6.3 the working subdirectory should be part of
testFilePattern.
For example, the following code:
can be simplified to: |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.