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 TypeClassDescriptionclassDecoratedTaskDefinitionImpl<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 PhpUnitConfigPhpUnitBuildTaskHelper.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 TypeInterfaceDescriptioninterfaceinterfaceDecoratedTaskDefinition<T extends TaskContainer>A definition of one decorated configuration of aTaskTypeinterfaceAn internal interface that represents common functionality between different contexts that aInternalTaskTypecan run in.interfaceEncapsulates the environment and configuration of a task running in a building environment.interfaceA definition of one configuration of aTaskTypeClasses in com.atlassian.bamboo.task that implement TaskIdentifierModifier and TypeClassDescriptionclassclassclassImmutableTaskDefinitionimplementationclassclassMethods 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 TaskResultTaskResultBuilder.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 TypeInterfaceDescriptioninterfaceTask definition extended with runtime informationClasses in com.atlassian.bamboo.task.runtime that implement TaskIdentifier
BambooPluginUtils.pluginKeyEquals(String)