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 voidTestCollationService. 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 TaskContext Modifier and Type Method Description voidBuildWarningSummaryCollationService. 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.clover
Methods in com.atlassian.bamboo.clover with parameters of type TaskContext Modifier and Type Method Description static booleanCloverPluginHelper. isIntegrateUsingAtlassianClover(TaskContext taskContext) -
Uses of TaskContext in com.atlassian.bamboo.clover.builder.command
Methods in com.atlassian.bamboo.clover.builder.command with parameters of type TaskContext Modifier and Type Method Description protected booleanAbstractCloverCommandDecorator. canDecorate(@NotNull TaskContext taskContext)protected com.atlassian.clover.api.ci.CIOptions.BuilderAbstractCloverCommandDecorator. createOptionsBuilder(@NotNull TaskContext taskContext)protected com.atlassian.clover.api.ci.CIOptions.BuilderCloverMavenCommandDecorator. 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>CloverAntCommandDecorator. 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>CloverMavenCommandDecorator. 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)Constructors in com.atlassian.bamboo.clover.builder.command with parameters of type TaskContext Constructor Description CloverAntConfig(@NotNull List<String> arguments, @NotNull TaskContext taskContext, @NotNull CapabilityContext capabilityContext, @NotNull EnvironmentVariableAccessor environmentVariableAccessor) -
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 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 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 TaskResultMavenDependenciesProcessorTask. 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 TaskResultPhpUnitBuildTask. 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 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 TaskContext Modifier and Type Method Description @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 TaskContext Modifier and Type Method Description @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 TaskContext Modifier and Type Method Description @NotNull TaskResultTestResultGeneratorTask. 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 classTaskContextImplMethods in com.atlassian.bamboo.task with parameters of type TaskContext Modifier and Type Method Description static TaskResultBuilderTaskResultBuilder. create(@NotNull TaskContext taskContext)Deprecated.since 5.0 useTaskResultBuilder.newBuilder(CommonTaskContext)@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 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 TaskResultWarningsTask. execute(@NotNull TaskContext taskContext)
-