Modifier and Type | Method and Description |
---|---|
void |
TestCollationServiceImpl.collateTestResults(@NotNull TaskContext taskContext,
@NotNull String filePattern) |
void |
TestCollationService.collateTestResults(@NotNull TaskContext taskContext,
@NotNull 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(@NotNull TaskContext taskContext,
@NotNull String filePattern,
boolean pickupOutdatedFiles) |
void |
TestCollationService.collateTestResults(@NotNull TaskContext taskContext,
@NotNull 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(@NotNull TaskContext taskContext,
@Nullable String resultDirectory,
@NotNull String filePattern,
@NotNull TestReportCollector testReportCollector,
boolean pickupOutdatedFiles) |
void |
TestCollationService.collateTestResults(@NotNull TaskContext taskContext,
@Nullable String resultDirectory,
@NotNull String filePattern,
@NotNull TestReportCollector testReportCollector,
boolean pickupOutdatedFiles)
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(@NotNull TaskContext taskContext,
@NotNull String filePattern,
@NotNull TestReportCollector testReportCollector) |
void |
TestCollationService.collateTestResults(@NotNull TaskContext taskContext,
@NotNull String filePattern,
@NotNull 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(@NotNull TaskContext taskContext,
@NotNull String filePattern,
@NotNull TestReportCollector testReportCollector,
boolean pickupOutdatedFiles) |
void |
TestCollationService.collateTestResults(@NotNull TaskContext taskContext,
@NotNull String filePattern,
@NotNull TestReportCollector testReportCollector,
boolean pickupOutdatedFiles) |
void |
TestCollationServiceImpl.collateTestResults(@NotNull TaskContext taskContext,
@NotNull TestReportProvider testReportProvider) |
void |
TestCollationService.collateTestResults(@NotNull TaskContext taskContext,
@NotNull TestReportProvider testReportProvider)
|
Modifier and Type | Method and Description |
---|---|
void |
BuildWarningSummaryCollationServiceImpl.appendWarningAnnotations(@NotNull TaskContext taskContext,
@NotNull Iterable<WarningAnnotation> annotations,
@NotNull Long associatedRepositoryId) |
void |
BuildWarningSummaryCollationService.appendWarningAnnotations(@NotNull TaskContext taskContext,
@NotNull Iterable<WarningAnnotation> annotations,
@NotNull Long associatedRepositoryId)
Adds warnings to a warnings file and updates the warnings summary for a build result.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
CloverPluginHelper.isIntegrateUsingAtlassianClover(TaskContext taskContext) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractCloverCommandDecorator.canDecorate(@NotNull TaskContext taskContext) |
protected void |
AbstractCloverCommandDecorator.configureLicense(@NotNull TaskContext taskContext,
com.atlassian.clover.api.ci.CIOptions.Builder options) |
protected com.atlassian.clover.api.ci.CIOptions.Builder |
AbstractCloverCommandDecorator.createOptionsBuilder(@NotNull TaskContext taskContext) |
protected com.atlassian.clover.api.ci.CIOptions.Builder |
CloverMavenCommandDecorator.createOptionsBuilder(@NotNull TaskContext taskContext) |
@NotNull List<String> |
AbstractCloverCommandDecorator.decorate(@NotNull TaskContext taskContext,
@NotNull List<String> arguments) |
abstract @NotNull List<String> |
AbstractCloverCommandDecorator.decorateCloverArguments(@NotNull TaskContext taskContext,
com.atlassian.clover.api.ci.CIOptions.Builder options,
@NotNull List<String> args) |
@NotNull List<String> |
CloverMavenCommandDecorator.decorateCloverArguments(@NotNull TaskContext taskContext,
com.atlassian.clover.api.ci.CIOptions.Builder options,
@NotNull List<String> args) |
@NotNull List<String> |
CloverGrailsCommandDecorator.decorateCloverArguments(@NotNull TaskContext taskContext,
com.atlassian.clover.api.ci.CIOptions.Builder options,
@NotNull List<String> args) |
@NotNull List<String> |
CloverAntCommandDecorator.decorateCloverArguments(@NotNull TaskContext taskContext,
com.atlassian.clover.api.ci.CIOptions.Builder options,
@NotNull List<String> args) |
protected @NotNull Map<String,String> |
AbstractCloverCommandDecorator.getCustomConfiguration(@NotNull TaskContext taskContext) |
protected File |
AbstractCloverCommandDecorator.getLicenseDir(@NotNull TaskContext taskContext) |
Constructor and Description |
---|
CloverAntConfig(@NotNull List<String> arguments,
@NotNull TaskContext taskContext,
@NotNull CapabilityContext capabilityContext,
@NotNull EnvironmentVariableAccessor environmentVariableAccessor) |
Modifier and Type | Method and Description |
---|---|
@NotNull List<String> |
IsolatedTmpDirCommandDecorator.decorate(@NotNull TaskContext taskContext,
@NotNull List<String> command) |
Modifier and Type | Method and Description |
---|---|
@NotNull TaskResult |
GrailsBuildTask.execute(@NotNull TaskContext taskContext) |
Modifier and Type | Method and Description |
---|---|
@NotNull List<String> |
IsolatedTmpDirCommandDecorator.decorate(@NotNull TaskContext taskContext,
@NotNull List<String> command) |
@NotNull List<String> |
MavenBatchModeCommandDecorator.decorate(@NotNull TaskContext taskContext,
@NotNull List<String> command) |
@NotNull List<String> |
AbstractIsolatedLocalRepositoryCommandDecorator.decorate(@NotNull TaskContext taskContext,
@NotNull List<String> command) |
Modifier and Type | Method and Description |
---|---|
@NotNull TaskResult |
MavenDependenciesProcessorTask.execute(@NotNull TaskContext taskContext) |
Constructor and Description |
---|
MavenDependenciesProcessorConfig(@NotNull TaskContext taskContext) |
Modifier and Type | Method and Description |
---|---|
@NotNull List<String> |
PhpUnitBuildTaskCloverCommandDecorator.decorate(@NotNull TaskContext taskContext,
@NotNull List<String> command) |
@NotNull TaskResult |
PhpUnitBuildTask.execute(@NotNull TaskContext taskContext) |
Constructor and Description |
---|
AbstractPhpUnitConfig(@NotNull TaskContext taskContext,
@NotNull CapabilityContext capabilityContext,
@NotNull String capabilityPrefix,
@NotNull EnvironmentVariableAccessor environmentVariableAccessor) |
PhpUnit33XConfigImpl(@NotNull TaskContext taskContext,
@NotNull CapabilityContext capabilityContext,
@NotNull EnvironmentVariableAccessor environmentVariableAccessor) |
PhpUnitConfigImpl(@NotNull TaskContext taskContext,
@NotNull CapabilityContext capabilityContext,
@NotNull EnvironmentVariableAccessor environmentVariableAccessor) |
Modifier and Type | Method and Description |
---|---|
static @NotNull PhpUnitConfig |
PhpUnitBuildTaskHelper.createConfig(@NotNull TaskIdentifier taskIdentifier,
@NotNull TaskContext taskContext,
@NotNull CapabilityContext capabilityContext,
@NotNull EnvironmentVariableAccessor environmentVariableAccessor) |
Modifier and Type | Method and Description |
---|---|
@NotNull TaskResult |
JUnitResultParserTask.execute(@NotNull TaskContext taskContext) |
Modifier and Type | Method and Description |
---|---|
@NotNull TaskResult |
TestNGResultParserTask.execute(@NotNull TaskContext taskContext) |
Modifier and Type | Method and Description |
---|---|
@NotNull TaskResult |
TestResultGeneratorTask.execute(@NotNull TaskContext taskContext) |
Modifier and Type | Class and Description |
---|---|
class |
TaskContextImpl |
Modifier and Type | Method and Description |
---|---|
static TaskResultBuilder |
TaskResultBuilder.create(@NotNull TaskContext taskContext)
Deprecated.
since 5.0 use
TaskResultBuilder.newBuilder(CommonTaskContext) |
@NotNull TaskResult |
TaskType.execute(@NotNull TaskContext taskContext)
Execute the task
|
@NotNull TaskState |
QuarantineTaskResultProcessor.recalculateTaskState(TaskContext taskContext,
TaskResult taskResult,
TaskDefinition taskDefinition) |
@NotNull 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 |
---|---|
@NotNull List<String> |
TaskProcessCommandDecorator.decorate(@NotNull TaskContext taskContext,
@NotNull List<String> command) |
Modifier and Type | Method and Description |
---|---|
@NotNull TaskResult |
WarningsTask.execute(@NotNull TaskContext taskContext) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.