Uses of Interface
com.atlassian.bamboo.task.TaskContext

Packages that use TaskContext
com.atlassian.bamboo.build.test   
com.atlassian.bamboo.clover.builder.command   
com.atlassian.bamboo.plugins.ant.decorator   
com.atlassian.bamboo.plugins.grails   
com.atlassian.bamboo.plugins.maven.decorator   
com.atlassian.bamboo.plugins.maven.dependencies   
com.atlassian.bamboo.plugins.php.task   
com.atlassian.bamboo.plugins.php.task.utils   
com.atlassian.bamboo.plugins.testresultparser.task   
com.atlassian.bamboo.plugins.testresultparser.testng.task   
com.atlassian.bamboo.plugins.vcs.task   
com.atlassian.bamboo.process   
com.atlassian.bamboo.task   
com.atlassian.bamboo.task.plugins   
 

Uses of TaskContext in com.atlassian.bamboo.build.test
 

Methods in com.atlassian.bamboo.build.test with parameters of type TaskContext
 void TestCollationServiceImpl.collateTestResults(TaskContext taskContext, String filePattern)
           
 void TestCollationService.collateTestResults(TaskContext taskContext, String filePattern)
          Collates TestClassResults and TestCaseResults from getRootDirectory() using the specified file pattern This method parses in the JUnit format by default.
 void TestCollationServiceImpl.collateTestResults(TaskContext taskContext, String filePattern, boolean pickupOutdatedFiles)
           
 void TestCollationService.collateTestResults(TaskContext taskContext, String filePattern, boolean pickupOutdatedFiles)
          Collates TestClassResults and TestCaseResults from getRootDirectory() using the specified file pattern This method parses in the JUnit format by default.
 void TestCollationServiceImpl.collateTestResults(TaskContext taskContext, String filePattern, TestReportCollector testReportCollector)
           
 void TestCollationService.collateTestResults(TaskContext taskContext, String filePattern, TestReportCollector testReportCollector)
          Collates TestClassResults and TestCaseResults from getRootDirectory() using the specified file pattern You can implement your own TestReportCollector and pass it in to support other reporting formats
 void TestCollationServiceImpl.collateTestResults(TaskContext taskContext, String filePattern, TestReportCollector testReportCollector, boolean pickupOutdatedFiles)
           
 void TestCollationService.collateTestResults(TaskContext taskContext, String filePattern, TestReportCollector testReportCollector, boolean pickupOutdatedFiles)
           
 void TestCollationServiceImpl.collateTestResults(TaskContext taskContext, TestReportProvider testReportProvider)
           
 void TestCollationService.collateTestResults(TaskContext taskContext, TestReportProvider testReportProvider)
          Collates TestClassResults and TestCaseResults from the given TestReportProvider
 

Uses of TaskContext in com.atlassian.bamboo.clover.builder.command
 

Methods in com.atlassian.bamboo.clover.builder.command with parameters of type TaskContext
protected  boolean AbstractCloverCommandDecorator.canDecorate(TaskContext taskContext)
           
protected  void AbstractCloverCommandDecorator.configureLicense(TaskContext taskContext, com.atlassian.clover.api.ci.CIOptions.Builder options)
           
protected  com.atlassian.clover.api.ci.CIOptions.Builder CloverMavenCommandDecorator.createOptionsBuilder(TaskContext taskContext)
           
protected  com.atlassian.clover.api.ci.CIOptions.Builder AbstractCloverCommandDecorator.createOptionsBuilder(TaskContext taskContext)
           
 List<String> AbstractCloverCommandDecorator.decorate(TaskContext taskContext, List<String> arguments)
           
 List<String> CloverMavenCommandDecorator.decorateCloverArguments(TaskContext taskContext, com.atlassian.clover.api.ci.CIOptions.Builder options, List<String> args)
           
abstract  List<String> AbstractCloverCommandDecorator.decorateCloverArguments(TaskContext taskContext, com.atlassian.clover.api.ci.CIOptions.Builder options, List<String> args)
           
 List<String> CloverGrailsCommandDecorator.decorateCloverArguments(TaskContext taskContext, com.atlassian.clover.api.ci.CIOptions.Builder options, List<String> args)
           
 List<String> CloverAntCommandDecorator.decorateCloverArguments(TaskContext taskContext, com.atlassian.clover.api.ci.CIOptions.Builder options, List<String> args)
           
protected  Map<String,String> AbstractCloverCommandDecorator.getCustomConfiguration(TaskContext taskContext)
           
protected  File AbstractCloverCommandDecorator.getLicenseDir(TaskContext taskContext)
           
 

Constructors in com.atlassian.bamboo.clover.builder.command with parameters of type TaskContext
CloverAntConfig(List<String> arguments, TaskContext taskContext, CapabilityContext capabilityContext, 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
 List<String> IsolatedTmpDirCommandDecorator.decorate(TaskContext taskContext, List<String> command)
           
 

Uses of TaskContext in com.atlassian.bamboo.plugins.grails
 

Methods in com.atlassian.bamboo.plugins.grails with parameters of type TaskContext
 TaskResult GrailsBuildTask.execute(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
 List<String> IsolatedTmpDirCommandDecorator.decorate(TaskContext taskContext, List<String> command)
           
 List<String> MavenBatchModeCommandDecorator.decorate(TaskContext taskContext, List<String> command)
           
 List<String> AbstractIsolatedLocalRepositoryCommandDecorator.decorate(TaskContext taskContext, 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
 TaskResult MavenDependenciesProcessorTask.execute(TaskContext taskContext)
           
 

Constructors in com.atlassian.bamboo.plugins.maven.dependencies with parameters of type TaskContext
MavenDependenciesProcessorConfig(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
 List<String> PhpUnitBuildTaskCloverCommandDecorator.decorate(TaskContext taskContext, List<String> command)
           
 TaskResult PhpUnitBuildTask.execute(TaskContext taskContext)
           
 

Constructors in com.atlassian.bamboo.plugins.php.task with parameters of type TaskContext
AbstractPhpUnitConfig(TaskContext taskContext, CapabilityContext capabilityContext, String capabilityPrefix, EnvironmentVariableAccessor environmentVariableAccessor)
           
PhpUnit33XConfigImpl(TaskContext taskContext, CapabilityContext capabilityContext, EnvironmentVariableAccessor environmentVariableAccessor)
           
PhpUnitConfigImpl(TaskContext taskContext, CapabilityContext capabilityContext, 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
static PhpUnitConfig PhpUnitBuildTaskHelper.createConfig(TaskIdentifier taskIdentifier, TaskContext taskContext, CapabilityContext capabilityContext, 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
 TaskResult JUnitResultParserTask.execute(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
 TaskResult TestNGResultParserTask.execute(TaskContext taskContext)
           
 

Uses of TaskContext in com.atlassian.bamboo.plugins.vcs.task
 

Methods in com.atlassian.bamboo.plugins.vcs.task with parameters of type TaskContext
 TaskResult VcsBranchingTask.execute(TaskContext taskContext)
           
 TaskResult VcsTaggingTask.execute(TaskContext taskContext)
           
 

Uses of TaskContext in com.atlassian.bamboo.process
 

Methods in com.atlassian.bamboo.process with parameters of type TaskContext
 com.atlassian.utils.process.ExternalProcess ProcessServiceImpl.createProcess(TaskContext taskContext, ExternalProcessBuilder processBuilder)
           
 com.atlassian.utils.process.ExternalProcess ProcessService.createProcess(TaskContext taskContext, ExternalProcessBuilder processBuilder)
          Deprecated. since 5.0 use ProcessService.createExternalProcess(CommonTaskContext, ExternalProcessBuilder)
 com.atlassian.utils.process.ExternalProcess ProcessServiceImpl.executeProcess(TaskContext taskContext, ExternalProcessBuilder processBuilder)
           
 com.atlassian.utils.process.ExternalProcess ProcessService.executeProcess(TaskContext taskContext, ExternalProcessBuilder processBuilder)
          Deprecated. since 5.0 use ProcessService.executeExternalProcess(CommonTaskContext, ExternalProcessBuilder)
 

Uses of TaskContext in com.atlassian.bamboo.task
 

Classes in com.atlassian.bamboo.task that implement TaskContext
 class TaskContextImpl
           
 

Methods in com.atlassian.bamboo.task with parameters of type TaskContext
static TaskResultBuilder TaskResultBuilder.create(TaskContext taskContext)
          Deprecated. since 5.0 use TaskResultBuilder.newBuilder(CommonTaskContext)
 TaskResult TaskType.execute(TaskContext taskContext)
          Execute the task
 TaskState QuarantineTaskResultProcessor.recalculateTaskState(TaskContext taskContext, TaskResult taskResult, TaskDefinition taskDefinition)
           
 TaskState TaskResultProcessor.recalculateTaskState(TaskContext taskContext, TaskResult taskResult, TaskDefinition taskDefinition)
          Recalculate the TaskState 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
 List<String> TaskProcessCommandDecorator.decorate(TaskContext taskContext, List<String> command)
           
 



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.