| Package | Description |
|---|---|
| com.atlassian.bamboo.build.test | |
| com.atlassian.bamboo.process | |
| com.atlassian.bamboo.task | |
| com.atlassian.bamboo.task.plugins |
| Modifier and Type | Method and Description |
|---|---|
void |
TestCollationService.collateTestResults(TaskContext taskContext,
String filePattern)
Collates
TestClassResults and TestCaseResults from getRootDirectory() using the specified file pattern
This method parses in the JUnit format by default. |
void |
TestCollationService.collateTestResults(TaskContext taskContext,
String filePattern,
boolean pickupOutdatedFiles)
Collates
TestClassResults and TestCaseResults from getRootDirectory() using the specified file pattern
This method parses in the JUnit format by default. |
void |
TestCollationService.collateTestResults(TaskContext taskContext,
String filePattern,
TestReportCollector testReportCollector)
Collates
TestClassResults and TestCaseResults from getRootDirectory() using the specified file pattern
You can implement your own TestReportCollector and pass it in to support other reporting formats |
void |
TestCollationService.collateTestResults(TaskContext taskContext,
String filePattern,
TestReportCollector testReportCollector,
boolean pickupOutdatedFiles) |
void |
TestCollationService.collateTestResults(TaskContext taskContext,
TestReportProvider testReportProvider)
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.utils.process.ExternalProcess |
ProcessService.createProcess(TaskContext taskContext,
ExternalProcessBuilder processBuilder)
Deprecated.
|
com.atlassian.utils.process.ExternalProcess |
ProcessService.executeProcess(TaskContext taskContext,
ExternalProcessBuilder processBuilder)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static TaskResultBuilder |
TaskResultBuilder.create(TaskContext taskContext)
Deprecated.
since 5.0 use
TaskResultBuilder.newBuilder(CommonTaskContext) |
TaskResult |
TaskType.execute(TaskContext taskContext)
Execute the task
|
TaskState |
TaskResultProcessor.recalculateTaskState(TaskContext taskContext,
TaskResult taskResult,
TaskDefinition taskDefinition)
Recalculate the
TaskState of a given task and its' result. |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
TaskProcessCommandDecorator.decorate(TaskContext taskContext,
List<String> command) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.