Uses of Interface
com.atlassian.bamboo.task.TaskIdentifier
Packages that use TaskIdentifier
Package
Description
-
Uses of TaskIdentifier in com.atlassian.bamboo.deployments.execution
Subinterfaces of TaskIdentifier in com.atlassian.bamboo.deployments.execution -
Uses of TaskIdentifier in com.atlassian.bamboo.plan.task
Classes in com.atlassian.bamboo.plan.task that implement TaskIdentifierModifier and TypeClassDescriptionclass
DecoratedTaskDefinitionImpl<T extends TaskContainer>
Decoration of task used when displaying on the UI. -
Uses of TaskIdentifier in com.atlassian.bamboo.plugin
Methods in com.atlassian.bamboo.plugin with parameters of type TaskIdentifierModifier and TypeMethodDescriptionBambooPluginUtils.isTaskProcessCommandDecoratorApplicableTo
(@NotNull TaskIdentifier taskIdentifier) -
Uses of TaskIdentifier in com.atlassian.bamboo.plugins.php.task.utils
Methods in com.atlassian.bamboo.plugins.php.task.utils with parameters of type TaskIdentifierModifier 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
Subinterfaces of TaskIdentifier in com.atlassian.bamboo.taskModifier 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
Classes in com.atlassian.bamboo.task that implement TaskIdentifierModifier and TypeClassDescriptionclass
class
class
ImmutableTaskDefinition
implementationclass
class
Methods in com.atlassian.bamboo.task that return TaskIdentifierMethods in com.atlassian.bamboo.task that return types with arguments of type TaskIdentifierModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate<TaskIdentifier>
TaskPredicates.isTaskDefinitionPluginKeyEqual
(@NotNull String pluginKey) Deprecated.Methods in com.atlassian.bamboo.task with parameters of type TaskIdentifierModifier and TypeMethodDescriptionstatic TaskResult
TaskResultBuilder.createFailedWithErrorResult
(TaskIdentifier taskIdentifier) Method to create error result bypassing the builder. -
Uses of TaskIdentifier in com.atlassian.bamboo.task.runtime
Subinterfaces of TaskIdentifier in com.atlassian.bamboo.task.runtimeModifier and TypeInterfaceDescriptioninterface
Task definition extended with runtime informationClasses in com.atlassian.bamboo.task.runtime that implement TaskIdentifier
BambooPluginUtils.pluginKeyEquals(String)