Uses of Interface
com.atlassian.bamboo.task.TaskIdentifier
-
-
Uses of TaskIdentifier in com.atlassian.bamboo.deployments.execution
Subinterfaces of TaskIdentifier in com.atlassian.bamboo.deployments.execution Modifier and Type Interface Description interfaceDeploymentTaskContext -
Uses of TaskIdentifier in com.atlassian.bamboo.plan.task
Classes in com.atlassian.bamboo.plan.task that implement TaskIdentifier Modifier and Type Class Description classDecoratedTaskDefinitionImpl<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 TaskIdentifier Modifier and Type Method Description static Predicate<TaskProcessCommandDecoratorModuleDescriptor>BambooPluginUtils. 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 TaskIdentifier Modifier and Type Method Description static @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.task Modifier and Type Interface Description interfaceCommonTaskContextinterfaceDecoratedTaskDefinition<T extends TaskContainer>A definition of one decorated configuration of aTaskTypeinterfaceInternalTaskContextAn internal interface that represents common functionality between different contexts that aInternalTaskTypecan run in.interfaceTaskContextEncapsulates the environment and configuration of a task running in a building environment.interfaceTaskDefinitionA definition of one configuration of aTaskTypeClasses in com.atlassian.bamboo.task that implement TaskIdentifier Modifier and Type Class Description classCommonTaskContextImplclassDeploymentTaskContextImplclassImmutableTaskDefinitionImmutableTaskDefinitionimplementationclassTaskContextImplclassTaskDefinitionImplMethods in com.atlassian.bamboo.task that return TaskIdentifier Modifier and Type Method Description @NotNull TaskIdentifierTaskResult. getTaskIdentifier()Methods in com.atlassian.bamboo.task that return types with arguments of type TaskIdentifier Modifier and Type Method Description static com.google.common.base.Predicate<TaskIdentifier>TaskPredicates. isTaskDefinitionPluginKeyEqual(@NotNull String pluginKey)Deprecated.since 5.15, useBambooPluginUtils.pluginKeyEquals(String)Methods in com.atlassian.bamboo.task with parameters of type TaskIdentifier Modifier and Type Method Description static 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.runtime Modifier and Type Interface Description interfaceRuntimeTaskDefinitionTask definition extended with runtime informationClasses in com.atlassian.bamboo.task.runtime that implement TaskIdentifier Modifier and Type Class Description classRuntimeTaskDefinitionImpl
-