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

Packages that use TaskContext
com.atlassian.bamboo.ant.task   
com.atlassian.bamboo.ant.task.property   
com.atlassian.bamboo.build.test   
com.atlassian.bamboo.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.ant.task
 

Methods in com.atlassian.bamboo.ant.task with parameters of type TaskContext
 org.apache.tools.ant.Task AntTaskBuilder.build(TaskContext taskContext)
           
protected  AntTaskDescriptor SingleAntBuildTask.createDescriptor(TaskContext taskContext)
          

Create descriptor of the Ant task executed by this Bamboo build task.

protected  org.apache.tools.ant.Task SingleAntBuildTask.createTask(TaskContext taskContext)
           
protected abstract  org.apache.tools.ant.Task AbstractSingleAntBuildTask.createTask(TaskContext taskContext)
          Create Ant task ready for execution.
 TaskResult AbstractSingleAntBuildTask.execute(TaskContext taskContext)
           
protected  void SingleAntBuildTask.initTask(java.lang.Object task, TaskContext taskContext)
          

Custom initialization of the Ant task before it gets executed.

 

Constructors in com.atlassian.bamboo.ant.task with parameters of type TaskContext
AntBuildTaskRunner(TaskContext taskContext)
           
 

Uses of TaskContext in com.atlassian.bamboo.ant.task.property
 

Methods in com.atlassian.bamboo.ant.task.property with parameters of type TaskContext
 T AntTaskPropertyConfigurator.fromConfig(java.lang.Class<? extends T> propertyType, java.lang.String name, java.util.Map<java.lang.String,java.lang.String> values, TaskContext taskContext)
          Parse property value from configuration string.
 T AbstractSingleValueTaskPropertyConfigurator.fromConfig(java.lang.Class<? extends T> propertyType, java.lang.String name, java.util.Map<java.lang.String,java.lang.String> values, TaskContext taskContext)
           
 T AbstractBeanTaskPropertyConfigurator.fromConfig(java.lang.Class<? extends T> propertyType, java.lang.String name, java.util.Map<java.lang.String,java.lang.String> values, TaskContext taskContext)
           
 java.lang.String StringTaskPropertyConfigurator.fromConfig(java.lang.String name, java.lang.String value, TaskContext taskContext)
           
 java.lang.Short ShortTaskPropertyConfigurator.fromConfig(java.lang.String name, java.lang.String value, TaskContext taskContext)
           
 java.lang.Long LongTaskPropertyConfigurator.fromConfig(java.lang.String name, java.lang.String value, TaskContext taskContext)
           
 java.lang.Integer IntegerTaskPropertyConfigurator.fromConfig(java.lang.String name, java.lang.String value, TaskContext taskContext)
           
 java.lang.Float FloatTaskPropertyConfigurator.fromConfig(java.lang.String name, java.lang.String value, TaskContext taskContext)
           
 java.io.File FileTaskPropertyConfigurator.fromConfig(java.lang.String name, java.lang.String value, TaskContext taskContext)
           
 java.lang.Double DoubleTaskPropertyConfigurator.fromConfig(java.lang.String name, java.lang.String value, TaskContext taskContext)
           
 java.lang.Character CharacterTaskPropertyConfigurator.fromConfig(java.lang.String name, java.lang.String value, TaskContext taskContext)
           
 java.lang.Byte ByteTaskPropertyConfigurator.fromConfig(java.lang.String name, java.lang.String value, TaskContext taskContext)
           
 java.lang.Boolean BooleanTaskPropertyConfigurator.fromConfig(java.lang.String name, java.lang.String value, TaskContext taskContext)
           
protected abstract  T AbstractSingleValueTaskPropertyConfigurator.fromConfig(java.lang.String name, java.lang.String value, TaskContext context)
           
 void AntTaskPropertyConfigurator.fromConfig(T propertyObject, java.lang.String name, java.util.Map<java.lang.String,java.lang.String> values, TaskContext taskContext)
          Populate existing property object with values from configuration.
 void AbstractSingleValueTaskPropertyConfigurator.fromConfig(T propertyObject, java.lang.String name, java.util.Map<java.lang.String,java.lang.String> values, TaskContext taskContext)
           
 void AbstractBeanTaskPropertyConfigurator.fromConfig(T propertyObject, java.lang.String name, java.util.Map<java.lang.String,java.lang.String> values, TaskContext taskContext)
           
 

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

Methods in com.atlassian.bamboo.build.test with parameters of type TaskContext
 void TestCollationService.collateTestResults(TaskContext taskContext, java.lang.String filePattern)
          Collates TestClassResults and TestCaseResults from getWorkingDirectory() using the specified file pattern This method parses in the JUnit format by default.
 void TestCollationServiceImpl.collateTestResults(TaskContext taskContext, java.lang.String filePattern)
           
 void TestCollationService.collateTestResults(TaskContext taskContext, java.lang.String filePattern, TestReportCollector testReportCollector)
          Collates TestClassResults and TestCaseResults from getWorkingDirectory() 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, java.lang.String filePattern, TestReportCollector testReportCollector)
           
 void TestCollationService.collateTestResults(TaskContext taskContext, TestReportProvider testReportProvider)
          Collates TestClassResults and TestCaseResults from the given TestReportProvider
 void TestCollationServiceImpl.collateTestResults(TaskContext taskContext, TestReportProvider testReportProvider)
           
 

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

Methods in com.atlassian.bamboo.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)
           
 java.util.List<java.lang.String> AbstractCloverCommandDecorator.decorate(TaskContext taskContext, java.util.List<java.lang.String> arguments)
           
 java.util.List<java.lang.String> CloverMavenCommandDecorator.decorateCloverArguments(TaskContext taskContext, com.atlassian.clover.api.ci.CIOptions.Builder options, java.util.List<java.lang.String> args)
           
 java.util.List<java.lang.String> CloverGrailsCommandDecorator.decorateCloverArguments(TaskContext taskContext, com.atlassian.clover.api.ci.CIOptions.Builder options, java.util.List<java.lang.String> args)
           
 java.util.List<java.lang.String> CloverAntCommandDecorator.decorateCloverArguments(TaskContext taskContext, com.atlassian.clover.api.ci.CIOptions.Builder options, java.util.List<java.lang.String> args)
           
abstract  java.util.List<java.lang.String> AbstractCloverCommandDecorator.decorateCloverArguments(TaskContext taskContext, com.atlassian.clover.api.ci.CIOptions.Builder options, java.util.List<java.lang.String> args)
           
protected  java.util.Map<java.lang.String,java.lang.String> AbstractCloverCommandDecorator.getCustomConfiguration(TaskContext taskContext)
           
protected  java.io.File AbstractCloverCommandDecorator.getLicenseDir(TaskContext taskContext)
           
 

Constructors in com.atlassian.bamboo.builder.command with parameters of type TaskContext
CloverAntConfig(java.util.List<java.lang.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
 java.util.List<java.lang.String> IsolatedTmpDirCommandDecorator.decorate(TaskContext taskContext, java.util.List<java.lang.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
 java.util.List<java.lang.String> IsolatedTmpDirCommandDecorator.decorate(TaskContext taskContext, java.util.List<java.lang.String> command)
           
 java.util.List<java.lang.String> AbstractIsolatedLocalRepositoryCommandDecorator.decorate(TaskContext taskContext, java.util.List<java.lang.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
 java.util.List<java.lang.String> PhpUnitBuildTaskCloverCommandDecorator.decorate(TaskContext taskContext, java.util.List<java.lang.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, java.lang.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 VcsTaggingTask.execute(TaskContext taskContext)
           
 TaskResult VcsBranchingTask.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 ProcessService.createProcess(TaskContext taskContext, ExternalProcessBuilder processBuilder)
          Deprecated. since 5.0 use ProcessService.createExternalProcess(CommonTaskContext, ExternalProcessBuilder)
 com.atlassian.utils.process.ExternalProcess ProcessServiceImpl.createProcess(TaskContext taskContext, ExternalProcessBuilder processBuilder)
           
 com.atlassian.utils.process.ExternalProcess ProcessService.executeProcess(TaskContext taskContext, ExternalProcessBuilder processBuilder)
          Deprecated. since 5.0 use ProcessService.executeExternalProcess(CommonTaskContext, ExternalProcessBuilder)
 com.atlassian.utils.process.ExternalProcess ProcessServiceImpl.executeProcess(TaskContext taskContext, ExternalProcessBuilder processBuilder)
           
 

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 TaskResultProcessor.recalculateTaskState(TaskContext taskContext, TaskResult taskResult, TaskDefinition taskDefinition)
          Recalculate the TaskState of a given task and its' result.
 TaskState QuarantineTaskResultProcessor.recalculateTaskState(TaskContext taskContext, TaskResult taskResult, TaskDefinition taskDefinition)
           
 

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

Methods in com.atlassian.bamboo.task.plugins with parameters of type TaskContext
 java.util.List<java.lang.String> TaskProcessCommandDecorator.decorate(TaskContext taskContext, java.util.List<java.lang.String> command)
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.