Uses of Interface
com.atlassian.bamboo.task.TaskContext
Package
Description
-
Uses of TaskContext in com.atlassian.bamboo.build.test
Modifier and TypeMethodDescriptionvoid
TestCollationService.collateTestResults
(@NotNull TaskContext taskContext, @NotNull TestReportProvider testReportProvider) void
TestCollationService.collateTestResults
(@NotNull TaskContext taskContext, @NotNull String filePattern) CollatesTestClassResult
s andTestCaseResult
s fromgetRootDirectory()
using the specified file pattern This method parses in the JUnit format by default.void
TestCollationService.collateTestResults
(@NotNull TaskContext taskContext, @NotNull String filePattern, boolean pickupOutdatedFiles) CollatesTestClassResult
s andTestCaseResult
s fromgetRootDirectory()
using the specified file pattern This method parses in the JUnit format by default.void
TestCollationService.collateTestResults
(@NotNull TaskContext taskContext, @NotNull String filePattern, @NotNull TestReportCollector testReportCollector) CollatesTestClassResult
s andTestCaseResult
s fromgetRootDirectory()
using the specified file pattern You can implement your ownTestReportCollector
and pass it in to support other reporting formatsvoid
TestCollationService.collateTestResults
(@NotNull TaskContext taskContext, @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) CollatesTestClassResult
s andTestCaseResult
s fromgetRootDirectory()
using the specified file pattern You can implement your ownTestReportCollector
and pass it in to support other reporting formatsvoid
TestCollationServiceImpl.collateTestResults
(@NotNull TaskContext taskContext, @NotNull TestReportProvider testReportProvider) void
TestCollationServiceImpl.collateTestResults
(@NotNull TaskContext taskContext, @NotNull String filePattern) void
TestCollationServiceImpl.collateTestResults
(@NotNull TaskContext taskContext, @NotNull String filePattern, boolean pickupOutdatedFiles) void
TestCollationServiceImpl.collateTestResults
(@NotNull TaskContext taskContext, @NotNull String filePattern, @NotNull TestReportCollector testReportCollector) void
TestCollationServiceImpl.collateTestResults
(@NotNull TaskContext taskContext, @NotNull String filePattern, @NotNull TestReportCollector testReportCollector, boolean pickupOutdatedFiles) void
TestCollationServiceImpl.collateTestResults
(@NotNull TaskContext taskContext, @Nullable String resultDirectory, @NotNull String filePattern, @NotNull TestReportCollector testReportCollector, boolean pickupOutdatedFiles) -
Uses of TaskContext in com.atlassian.bamboo.build.warning
Modifier and TypeMethodDescriptionvoid
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.void
BuildWarningSummaryCollationServiceImpl.appendWarningAnnotations
(@NotNull TaskContext taskContext, @NotNull Iterable<WarningAnnotation> annotations, @NotNull Long associatedRepositoryId) -
Uses of TaskContext in com.atlassian.bamboo.plugins.ant.decorator
-
Uses of TaskContext in com.atlassian.bamboo.plugins.grails
Modifier and TypeMethodDescription@NotNull TaskResult
GrailsBuildTask.execute
(@NotNull TaskContext taskContext) -
Uses of TaskContext in com.atlassian.bamboo.plugins.maven.decorator
Modifier and TypeMethodDescriptionAbstractIsolatedLocalRepositoryCommandDecorator.decorate
(@NotNull TaskContext taskContext, @NotNull List<String> command) IsolatedTmpDirCommandDecorator.decorate
(@NotNull TaskContext taskContext, @NotNull List<String> command) MavenBatchModeCommandDecorator.decorate
(@NotNull TaskContext taskContext, @NotNull List<String> command) -
Uses of TaskContext in com.atlassian.bamboo.plugins.maven.dependencies
Modifier and TypeMethodDescription@NotNull TaskResult
MavenDependenciesProcessorTask.execute
(@NotNull TaskContext taskContext) -
Uses of TaskContext in com.atlassian.bamboo.plugins.php.task
Modifier and TypeMethodDescriptionPhpUnitBuildTaskCloverCommandDecorator.decorate
(@NotNull TaskContext taskContext, @NotNull List<String> command) @NotNull TaskResult
PhpUnitBuildTask.execute
(@NotNull TaskContext taskContext) ModifierConstructorDescriptionAbstractPhpUnitConfig
(@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) -
Uses of TaskContext in com.atlassian.bamboo.plugins.php.task.utils
Modifier and TypeMethodDescriptionstatic @NotNull PhpUnitConfig
PhpUnitBuildTaskHelper.createConfig
(@NotNull TaskIdentifier taskIdentifier, @NotNull TaskContext taskContext, @NotNull CapabilityContext capabilityContext, @NotNull EnvironmentVariableAccessor environmentVariableAccessor) -
Uses of TaskContext in com.atlassian.bamboo.plugins.testresultparser.task
Modifier and TypeMethodDescription@NotNull TaskResult
JUnitResultParserTask.execute
(@NotNull TaskContext taskContext) -
Uses of TaskContext in com.atlassian.bamboo.plugins.testresultparser.testng.task
Modifier and TypeMethodDescription@NotNull TaskResult
TestNGResultParserTask.execute
(@NotNull TaskContext taskContext) -
Uses of TaskContext in com.atlassian.bamboo.plugins.testutils.generator
Modifier and TypeMethodDescription@NotNull TaskResult
TestResultGeneratorTask.execute
(@NotNull TaskContext taskContext) -
Uses of TaskContext in com.atlassian.bamboo.task
Modifier and TypeMethodDescriptionstatic TaskResultBuilder
TaskResultBuilder.create
(@NotNull TaskContext taskContext) Deprecated.@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 theTaskState
of a given task and its' result. -
Uses of TaskContext in com.atlassian.bamboo.task.plugins
-
Uses of TaskContext in com.atlassian.bamboo.warnings
Modifier and TypeMethodDescription@NotNull TaskResult
WarningsTask.execute
(@NotNull TaskContext taskContext)
TaskResultBuilder.newBuilder(CommonTaskContext)