| Package | Description |
|---|---|
| com.atlassian.bamboo.build | |
| com.atlassian.bamboo.task | |
| com.atlassian.bamboo.v2.build.agent.capability | |
| com.atlassian.bamboo.ww2.actions |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Job |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJob |
| Modifier and Type | Method and Description |
|---|---|
default void |
CustomBuildCompleteAction.run(@NotNull Buildable buildable,
@NotNull BuildResults buildResult)
Deprecated.
since 6.10 Using mutable representation of class is strongly discouraged. Use
CustomBuildCompleteAction.run(ImmutableBuildable, BuildResults) instead. |
| Modifier and Type | Method and Description |
|---|---|
Set<Requirement> |
AbstractTaskConfigurator.calculateRequirements(@NotNull TaskDefinition taskDefinition,
@NotNull Buildable job)
Deprecated.
since 5.0
|
void |
TaskManagerImpl.removeRequirementsForTaskDefinition(@NotNull Buildable buildable,
@NotNull TaskDefinition taskDefinition) |
void |
TaskManager.removeRequirementsForTaskDefinition(@NotNull Buildable buildable,
@NotNull TaskDefinition taskDefinition)
Removes all the
Requirements that belong to the TaskDefinition |
| Modifier and Type | Method and Description |
|---|---|
void |
JdkCapabilityType.updatePlanForNewLabel(@NotNull Buildable plan,
@NotNull String oldLabel,
@NotNull String newLabel) |
void |
BuilderCapabilityType.updatePlanForNewLabel(@NotNull Buildable plan,
@NotNull String oldLabel,
@NotNull String newLabel) |
void |
AbstractCapabilityType.updatePlanForNewLabel(@NotNull Buildable plan,
@NotNull String oldLabel,
@NotNull String newLabel) |
void |
CapabilityType.updatePlanForNewLabel(@NotNull Buildable plan,
@NotNull String oldLabel,
@NotNull String newLabel)
Deprecated.
since 6.5 it doesn't work, modification of build definition requires use of manager.
|
protected void |
AbstractCapabilityType.updateTasksForNewLabel(Buildable plan,
String keyToReplace,
String oldLabel,
String newLabel) |
| Constructor and Description |
|---|
RequirementPlanMapping(Requirement requirement,
Buildable build) |
| Modifier and Type | Method and Description |
|---|---|
Buildable |
BuildActionSupport.getMutableBuild() |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.