Uses of Interface
com.atlassian.bamboo.task.TaskContext
-
-
Uses of TaskContext in com.atlassian.bamboo.build.test
Methods in com.atlassian.bamboo.build.test with parameters of type TaskContext Modifier and Type Method Description void
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 TaskContext Modifier and Type Method Description 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.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 Modifier and Type Method Description @NotNull List<String>
IsolatedTmpDirCommandDecorator. decorate(@NotNull TaskContext taskContext, @NotNull List<String> command)
-
Uses of TaskContext in com.atlassian.bamboo.plugins.grails
Methods in com.atlassian.bamboo.plugins.grails with parameters of type TaskContext Modifier and Type Method Description @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 TaskContext Modifier and Type Method Description @NotNull List<String>
AbstractIsolatedLocalRepositoryCommandDecorator. decorate(@NotNull TaskContext taskContext, @NotNull List<String> command)
@NotNull List<String>
IsolatedTmpDirCommandDecorator. decorate(@NotNull TaskContext taskContext, @NotNull List<String> command)
@NotNull List<String>
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 TaskContext Modifier and Type Method Description @NotNull TaskResult
MavenDependenciesProcessorTask. execute(@NotNull TaskContext taskContext)
Constructors in com.atlassian.bamboo.plugins.maven.dependencies with parameters of type TaskContext Constructor Description MavenDependenciesProcessorConfig(@NotNull TaskContext taskContext)
-
Uses of TaskContext in com.atlassian.bamboo.plugins.php.task
Methods in com.atlassian.bamboo.plugins.php.task with parameters of type TaskContext Modifier and Type Method Description @NotNull List<String>
PhpUnitBuildTaskCloverCommandDecorator. 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 TaskContext Constructor 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)
-
Uses of TaskContext in com.atlassian.bamboo.plugins.php.task.utils
Methods in com.atlassian.bamboo.plugins.php.task.utils with parameters of type TaskContext Modifier and Type Method Description static @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 TaskContext Modifier and Type Method Description @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 TaskContext Modifier and Type Method Description @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 TaskContext Modifier and Type Method Description @NotNull TaskResult
TestResultGeneratorTask. execute(@NotNull TaskContext taskContext)
-
Uses of TaskContext in com.atlassian.bamboo.task
Classes in com.atlassian.bamboo.task that implement TaskContext Modifier and Type Class Description class
TaskContextImpl
Methods in com.atlassian.bamboo.task with parameters of type TaskContext Modifier and Type Method Description static TaskResultBuilder
TaskResultBuilder. create(@NotNull TaskContext taskContext)
Deprecated.since 5.0 useTaskResultBuilder.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 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 Modifier and Type Method Description @NotNull List<String>
TaskProcessCommandDecorator. decorate(@NotNull TaskContext taskContext, @NotNull List<String> command)
-
Uses of TaskContext in com.atlassian.bamboo.warnings
Methods in com.atlassian.bamboo.warnings with parameters of type TaskContext Modifier and Type Method Description @NotNull TaskResult
WarningsTask. execute(@NotNull TaskContext taskContext)
-