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

Packages that use TaskIdentifier
com.atlassian.bamboo.deployments.execution   
com.atlassian.bamboo.plugins.php.task.utils   
com.atlassian.bamboo.task   
com.atlassian.bamboo.utils   
com.atlassian.bamboo.ww2.actions.build.admin.config.task   
 

Uses of TaskIdentifier in com.atlassian.bamboo.deployments.execution
 

Subinterfaces of TaskIdentifier in com.atlassian.bamboo.deployments.execution
 interface DeploymentTaskContext
           
 

Uses of TaskIdentifier in com.atlassian.bamboo.plugins.php.task.utils
 

Methods in com.atlassian.bamboo.plugins.php.task.utils with parameters of type TaskIdentifier
static PhpUnitConfig PhpUnitBuildTaskHelper.createConfig(TaskIdentifier taskIdentifier, TaskContext taskContext, CapabilityContext capabilityContext, EnvironmentVariableAccessor environmentVariableAccessor)
           
 

Uses of TaskIdentifier in com.atlassian.bamboo.task
 

Subinterfaces of TaskIdentifier in com.atlassian.bamboo.task
 interface CommonTaskContext
           
 interface InternalTaskContext
          An internal interface that represents common functionality between different contexts that a InternalTaskType can run in.
 interface TaskContext
          Encapsulates the environment and configuration of a task running in a building environment.
 interface TaskDefinition
          A definition of one configuration of a TaskType
 

Classes in com.atlassian.bamboo.task that implement TaskIdentifier
 class CommonTaskContextImpl
           
 class DeploymentTaskContextImpl
           
 class ImmutableTaskDefinition
          Immutable TaskDefinition implementation
 class TaskContextImpl
           
 class TaskDefinitionImpl
           
 

Methods in com.atlassian.bamboo.task that return TaskIdentifier
 TaskIdentifier TaskResult.getTaskIdentifier()
           
 

Methods in com.atlassian.bamboo.task that return types with arguments of type TaskIdentifier
static com.google.common.base.Predicate<TaskIdentifier> TaskPredicates.isTaskDefinitionPluginKeyEqual(java.lang.String pluginKey)
          Get a predicate that returns true for TaskResult which TaskDefinition has equal pluginKey
 

Methods in com.atlassian.bamboo.task with parameters of type TaskIdentifier
static TaskResult TaskResultBuilder.createFailedWithErrorResult(TaskIdentifier taskIdentifier)
          Method to create error result bypassing the builder.
 

Uses of TaskIdentifier in com.atlassian.bamboo.utils
 

Methods in com.atlassian.bamboo.utils that return types with arguments of type TaskIdentifier
static com.google.common.base.Predicate<TaskIdentifier> BambooPredicates.isTaskDefinitionPluginKeyEqual(java.lang.String pluginKey)
          Get a predicate that returns true for TaskDefinition that has equal pluginKey
 

Uses of TaskIdentifier in com.atlassian.bamboo.ww2.actions.build.admin.config.task
 

Classes in com.atlassian.bamboo.ww2.actions.build.admin.config.task that implement TaskIdentifier
 class DecoratedTaskDefinition
          Decoration of task used when displaying on the UI.
 



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