Modifier and Type | Interface and Description |
---|---|
interface |
DeploymentTaskContext |
Modifier and Type | Class and Description |
---|---|
class |
DecoratedTaskDefinitionImpl<T extends TaskContainer>
Decoration of task used when displaying on the UI.
|
Modifier and Type | Method and Description |
---|---|
static Predicate<TaskProcessCommandDecoratorModuleDescriptor> |
BambooPluginUtils.isTaskProcessCommandDecoratorApplicableTo(TaskIdentifier taskIdentifier) |
Modifier and Type | Method and Description |
---|---|
static PhpUnitConfig |
PhpUnitBuildTaskHelper.createConfig(TaskIdentifier taskIdentifier,
TaskContext taskContext,
CapabilityContext capabilityContext,
EnvironmentVariableAccessor environmentVariableAccessor) |
Modifier and Type | Interface and Description |
---|---|
interface |
CommonTaskContext |
interface |
DecoratedTaskDefinition<T extends TaskContainer>
A definition of one decorated configuration of a
TaskType |
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 |
Modifier and Type | Class and Description |
---|---|
class |
CommonTaskContextImpl |
class |
DeploymentTaskContextImpl |
class |
ImmutableTaskDefinition
Immutable
TaskDefinition implementation |
class |
TaskContextImpl |
class |
TaskDefinitionImpl |
Modifier and Type | Method and Description |
---|---|
TaskIdentifier |
TaskResult.getTaskIdentifier() |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<TaskIdentifier> |
TaskPredicates.isTaskDefinitionPluginKeyEqual(String pluginKey)
Deprecated.
since 5.15, use
BambooPluginUtils.pluginKeyEquals(String) |
Modifier and Type | Method and Description |
---|---|
static TaskResult |
TaskResultBuilder.createFailedWithErrorResult(TaskIdentifier taskIdentifier)
Method to create error result bypassing the builder.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RuntimeTaskDefinition
Task definition extended with runtime information
|
Modifier and Type | Class and Description |
---|---|
class |
RuntimeTaskDefinitionImpl |
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.