Uses of Interface
com.atlassian.bamboo.task.TaskContext
Packages that use TaskContext
Package
Description
-
Uses of TaskContext in com.atlassian.bamboo.build.test
Methods in com.atlassian.bamboo.build.test with parameters of type TaskContextModifier 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
Methods in com.atlassian.bamboo.build.warning with parameters of type TaskContextModifier 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
Methods in com.atlassian.bamboo.plugins.ant.decorator with parameters of type TaskContext -
Uses of TaskContext in com.atlassian.bamboo.plugins.grails
Methods in com.atlassian.bamboo.plugins.grails with parameters of type TaskContextModifier and TypeMethodDescription@NotNull TaskResult
GrailsBuildTask.execute
(@NotNull TaskContext taskContext) -
Uses of TaskContext in com.atlassian.bamboo.plugins.maven.decorator
Methods in com.atlassian.bamboo.plugins.maven.decorator with parameters of type TaskContextModifier 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
Methods in com.atlassian.bamboo.plugins.maven.dependencies with parameters of type TaskContextModifier and TypeMethodDescription@NotNull TaskResult
MavenDependenciesProcessorTask.execute
(@NotNull TaskContext taskContext) Constructors in com.atlassian.bamboo.plugins.maven.dependencies with parameters of type TaskContext -
Uses of TaskContext in com.atlassian.bamboo.plugins.php.task
Methods in com.atlassian.bamboo.plugins.php.task with parameters of type TaskContextModifier and TypeMethodDescriptionPhpUnitBuildTaskCloverCommandDecorator.decorate
(@NotNull TaskContext taskContext, @NotNull List<String> command) @NotNull TaskResult
PhpUnitBuildTask.execute
(@NotNull TaskContext taskContext) Constructors in com.atlassian.bamboo.plugins.php.task with parameters of type TaskContextModifierConstructorDescriptionAbstractPhpUnitConfig
(@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
Methods in com.atlassian.bamboo.plugins.php.task.utils with parameters of type TaskContextModifier 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
Methods in com.atlassian.bamboo.plugins.testresultparser.task with parameters of type TaskContextModifier and TypeMethodDescription@NotNull TaskResult
JUnitResultParserTask.execute
(@NotNull TaskContext taskContext) -
Uses of TaskContext in com.atlassian.bamboo.plugins.testresultparser.testng.task
Methods in com.atlassian.bamboo.plugins.testresultparser.testng.task with parameters of type TaskContextModifier and TypeMethodDescription@NotNull TaskResult
TestNGResultParserTask.execute
(@NotNull TaskContext taskContext) -
Uses of TaskContext in com.atlassian.bamboo.plugins.testutils.generator
Methods in com.atlassian.bamboo.plugins.testutils.generator with parameters of type TaskContextModifier and TypeMethodDescription@NotNull TaskResult
TestResultGeneratorTask.execute
(@NotNull TaskContext taskContext) -
Uses of TaskContext in com.atlassian.bamboo.task
Classes in com.atlassian.bamboo.task that implement TaskContextMethods in com.atlassian.bamboo.task with parameters of type TaskContextModifier and TypeMethodDescription@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
Methods in com.atlassian.bamboo.task.plugins with parameters of type TaskContext -
Uses of TaskContext in com.atlassian.bamboo.warnings
Methods in com.atlassian.bamboo.warnings with parameters of type TaskContextModifier and TypeMethodDescription@NotNull TaskResult
WarningsTask.execute
(@NotNull TaskContext taskContext)