Uses of Interface
com.atlassian.bamboo.task.TaskIdentifier
Package
Description
-
Uses of TaskIdentifier in com.atlassian.bamboo.deployments.execution
-
Uses of TaskIdentifier in com.atlassian.bamboo.plan.task
Modifier and TypeClassDescriptionclass
DecoratedTaskDefinitionImpl<T extends TaskContainer>
Decoration of task used when displaying on the UI. -
Uses of TaskIdentifier in com.atlassian.bamboo.plugin
Modifier and TypeMethodDescriptionBambooPluginUtils.isTaskProcessCommandDecoratorApplicableTo
(@NotNull TaskIdentifier taskIdentifier) -
Uses of TaskIdentifier in com.atlassian.bamboo.plugins.php.task.utils
Modifier and TypeMethodDescriptionstatic @NotNull PhpUnitConfig
PhpUnitBuildTaskHelper.createConfig
(@NotNull TaskIdentifier taskIdentifier, @NotNull TaskContext taskContext, @NotNull CapabilityContext capabilityContext, @NotNull EnvironmentVariableAccessor environmentVariableAccessor) -
Uses of TaskIdentifier in com.atlassian.bamboo.task
Modifier and TypeInterfaceDescriptioninterface
interface
DecoratedTaskDefinition<T extends TaskContainer>
A definition of one decorated configuration of aTaskType
interface
An internal interface that represents common functionality between different contexts that aInternalTaskType
can run in.interface
Encapsulates the environment and configuration of a task running in a building environment.interface
A definition of one configuration of aTaskType
Modifier and TypeClassDescriptionclass
class
class
ImmutableTaskDefinition
implementationclass
class
Modifier and TypeMethodDescriptionstatic com.google.common.base.Predicate<TaskIdentifier>
TaskPredicates.isTaskDefinitionPluginKeyEqual
(@NotNull String pluginKey) Deprecated.Modifier and TypeMethodDescriptionstatic TaskResult
TaskResultBuilder.createFailedWithErrorResult
(TaskIdentifier taskIdentifier) Method to create error result bypassing the builder. -
Uses of TaskIdentifier in com.atlassian.bamboo.task.runtime
Modifier and TypeInterfaceDescriptioninterface
Task definition extended with runtime information
BambooPluginUtils.pluginKeyEquals(String)