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

Packages that use TaskIdentifier
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.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 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 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
 

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 © 2012 Atlassian. All Rights Reserved.