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 TypeMethodDescriptionvoidTestCollationService.collateTestResults(@NotNull TaskContext taskContext, @NotNull TestReportProvider testReportProvider) voidTestCollationService.collateTestResults(@NotNull TaskContext taskContext, @NotNull String filePattern) CollatesTestClassResults andTestCaseResults fromgetRootDirectory()using the specified file pattern This method parses in the JUnit format by default.voidTestCollationService.collateTestResults(@NotNull TaskContext taskContext, @NotNull String filePattern, boolean pickupOutdatedFiles) CollatesTestClassResults andTestCaseResults fromgetRootDirectory()using the specified file pattern This method parses in the JUnit format by default.voidTestCollationService.collateTestResults(@NotNull TaskContext taskContext, @NotNull String filePattern, @NotNull TestReportCollector testReportCollector) CollatesTestClassResults andTestCaseResults fromgetRootDirectory()using the specified file pattern You can implement your ownTestReportCollectorand pass it in to support other reporting formatsvoidTestCollationService.collateTestResults(@NotNull TaskContext taskContext, @NotNull String filePattern, @NotNull TestReportCollector testReportCollector, boolean pickupOutdatedFiles) voidTestCollationService.collateTestResults(@NotNull TaskContext taskContext, @Nullable String resultDirectory, @NotNull String filePattern, @NotNull TestReportCollector testReportCollector, boolean pickupOutdatedFiles) CollatesTestClassResults andTestCaseResults fromgetRootDirectory()using the specified file pattern You can implement your ownTestReportCollectorand pass it in to support other reporting formatsvoidTestCollationServiceImpl.collateTestResults(@NotNull TaskContext taskContext, @NotNull TestReportProvider testReportProvider) voidTestCollationServiceImpl.collateTestResults(@NotNull TaskContext taskContext, @NotNull String filePattern) voidTestCollationServiceImpl.collateTestResults(@NotNull TaskContext taskContext, @NotNull String filePattern, boolean pickupOutdatedFiles) voidTestCollationServiceImpl.collateTestResults(@NotNull TaskContext taskContext, @NotNull String filePattern, @NotNull TestReportCollector testReportCollector) voidTestCollationServiceImpl.collateTestResults(@NotNull TaskContext taskContext, @NotNull String filePattern, @NotNull TestReportCollector testReportCollector, boolean pickupOutdatedFiles) voidTestCollationServiceImpl.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 TypeMethodDescriptionvoidBuildWarningSummaryCollationService.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.voidBuildWarningSummaryCollationServiceImpl.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 TaskResultGrailsBuildTask.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 TaskResultMavenDependenciesProcessorTask.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 TaskResultPhpUnitBuildTask.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 PhpUnitConfigPhpUnitBuildTaskHelper.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 TaskResultJUnitResultParserTask.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 TaskResultTestNGResultParserTask.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 TaskResultTestResultGeneratorTask.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 TaskResultTaskType.execute(@NotNull TaskContext taskContext) Execute the task@NotNull TaskStateQuarantineTaskResultProcessor.recalculateTaskState(TaskContext taskContext, TaskResult taskResult, TaskDefinition taskDefinition) @NotNull TaskStateTaskResultProcessor.recalculateTaskState(TaskContext taskContext, TaskResult taskResult, TaskDefinition taskDefinition) Recalculate theTaskStateof 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 TaskResultWarningsTask.execute(@NotNull TaskContext taskContext)