Modifier and Type | Method and Description |
---|---|
void |
TestCollationServiceImpl.collateTestResults(TaskContext taskContext,
String filePattern) |
void |
TestCollationService.collateTestResults(TaskContext taskContext,
String filePattern)
Collates
TestClassResult s and TestCaseResult s from getRootDirectory() using the specified file pattern
This method parses in the JUnit format by default. |
void |
TestCollationServiceImpl.collateTestResults(TaskContext taskContext,
String filePattern,
boolean pickupOutdatedFiles) |
void |
TestCollationService.collateTestResults(TaskContext taskContext,
String filePattern,
boolean pickupOutdatedFiles)
Collates
TestClassResult s and TestCaseResult s from getRootDirectory() using the specified file pattern
This method parses in the JUnit format by default. |
void |
TestCollationServiceImpl.collateTestResults(TaskContext taskContext,
String filePattern,
TestReportCollector testReportCollector) |
void |
TestCollationService.collateTestResults(TaskContext taskContext,
String filePattern,
TestReportCollector testReportCollector)
Collates
TestClassResult s and TestCaseResult s from getRootDirectory() using the specified file pattern
You can implement your own TestReportCollector and pass it in to support other reporting formats |
void |
TestCollationServiceImpl.collateTestResults(TaskContext taskContext,
String filePattern,
TestReportCollector testReportCollector,
boolean pickupOutdatedFiles) |
void |
TestCollationService.collateTestResults(TaskContext taskContext,
String filePattern,
TestReportCollector testReportCollector,
boolean pickupOutdatedFiles) |
void |
TestCollationServiceImpl.collateTestResults(TaskContext taskContext,
TestReportProvider testReportProvider) |
void |
TestCollationService.collateTestResults(TaskContext taskContext,
TestReportProvider testReportProvider)
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractCloverCommandDecorator.canDecorate(TaskContext taskContext) |
protected void |
AbstractCloverCommandDecorator.configureLicense(TaskContext taskContext,
com.atlassian.clover.api.ci.CIOptions.Builder options) |
protected com.atlassian.clover.api.ci.CIOptions.Builder |
AbstractCloverCommandDecorator.createOptionsBuilder(TaskContext taskContext) |
protected com.atlassian.clover.api.ci.CIOptions.Builder |
CloverMavenCommandDecorator.createOptionsBuilder(TaskContext taskContext) |
List<String> |
AbstractCloverCommandDecorator.decorate(TaskContext taskContext,
List<String> arguments) |
List<String> |
CloverGrailsCommandDecorator.decorateCloverArguments(TaskContext taskContext,
com.atlassian.clover.api.ci.CIOptions.Builder options,
List<String> args) |
abstract List<String> |
AbstractCloverCommandDecorator.decorateCloverArguments(TaskContext taskContext,
com.atlassian.clover.api.ci.CIOptions.Builder options,
List<String> args) |
List<String> |
CloverAntCommandDecorator.decorateCloverArguments(TaskContext taskContext,
com.atlassian.clover.api.ci.CIOptions.Builder options,
List<String> args) |
List<String> |
CloverMavenCommandDecorator.decorateCloverArguments(TaskContext taskContext,
com.atlassian.clover.api.ci.CIOptions.Builder options,
List<String> args) |
protected Map<String,String> |
AbstractCloverCommandDecorator.getCustomConfiguration(TaskContext taskContext) |
protected File |
AbstractCloverCommandDecorator.getLicenseDir(TaskContext taskContext) |
Constructor and Description |
---|
CloverAntConfig(List<String> arguments,
TaskContext taskContext,
CapabilityContext capabilityContext,
EnvironmentVariableAccessor environmentVariableAccessor) |
Modifier and Type | Method and Description |
---|---|
List<String> |
IsolatedTmpDirCommandDecorator.decorate(TaskContext taskContext,
List<String> command) |
Modifier and Type | Method and Description |
---|---|
TaskResult |
GrailsBuildTask.execute(TaskContext taskContext) |
Modifier and Type | Method and Description |
---|---|
List<String> |
AbstractIsolatedLocalRepositoryCommandDecorator.decorate(TaskContext taskContext,
List<String> command) |
List<String> |
MavenBatchModeCommandDecorator.decorate(TaskContext taskContext,
List<String> command) |
List<String> |
IsolatedTmpDirCommandDecorator.decorate(TaskContext taskContext,
List<String> command) |
Modifier and Type | Method and Description |
---|---|
TaskResult |
MavenDependenciesProcessorTask.execute(TaskContext taskContext) |
Constructor and Description |
---|
MavenDependenciesProcessorConfig(TaskContext taskContext) |
Modifier and Type | Method and Description |
---|---|
List<String> |
PhpUnitBuildTaskCloverCommandDecorator.decorate(TaskContext taskContext,
List<String> command) |
TaskResult |
PhpUnitBuildTask.execute(TaskContext taskContext) |
Constructor and Description |
---|
AbstractPhpUnitConfig(TaskContext taskContext,
CapabilityContext capabilityContext,
String capabilityPrefix,
EnvironmentVariableAccessor environmentVariableAccessor) |
PhpUnit33XConfigImpl(TaskContext taskContext,
CapabilityContext capabilityContext,
EnvironmentVariableAccessor environmentVariableAccessor) |
PhpUnitConfigImpl(TaskContext taskContext,
CapabilityContext capabilityContext,
EnvironmentVariableAccessor environmentVariableAccessor) |
Modifier and Type | Method and Description |
---|---|
static PhpUnitConfig |
PhpUnitBuildTaskHelper.createConfig(TaskIdentifier taskIdentifier,
TaskContext taskContext,
CapabilityContext capabilityContext,
EnvironmentVariableAccessor environmentVariableAccessor) |
Modifier and Type | Method and Description |
---|---|
TaskResult |
JUnitResultParserTask.execute(TaskContext taskContext) |
Modifier and Type | Method and Description |
---|---|
TaskResult |
TestNGResultParserTask.execute(TaskContext taskContext) |
Modifier and Type | Method and Description |
---|---|
TaskResult |
VcsBranchingTask.execute(TaskContext taskContext) |
TaskResult |
VcsTaggingTask.execute(TaskContext taskContext) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.utils.process.ExternalProcess |
ProcessServiceImpl.createProcess(TaskContext taskContext,
ExternalProcessBuilder processBuilder) |
com.atlassian.utils.process.ExternalProcess |
ProcessService.createProcess(TaskContext taskContext,
ExternalProcessBuilder processBuilder)
Deprecated.
|
com.atlassian.utils.process.ExternalProcess |
ProcessServiceImpl.executeProcess(TaskContext taskContext,
ExternalProcessBuilder processBuilder) |
com.atlassian.utils.process.ExternalProcess |
ProcessService.executeProcess(TaskContext taskContext,
ExternalProcessBuilder processBuilder)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
TaskContextImpl |
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 |
QuarantineTaskResultProcessor.recalculateTaskState(TaskContext taskContext,
TaskResult taskResult,
TaskDefinition taskDefinition) |
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 © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.