Uses of Interface
com.atlassian.bamboo.build.Buildable
Package
Description
-
Uses of Buildable in com.atlassian.bamboo.build
-
Uses of Buildable in com.atlassian.bamboo.task
Modifier and TypeMethodDescriptionAbstractTaskConfigurator.calculateRequirements
(@NotNull TaskDefinition taskDefinition, @NotNull Buildable job) Deprecated.since 5.0void
TaskManager.removeRequirementsForTaskDefinition
(@NotNull Buildable buildable, @NotNull TaskDefinition taskDefinition) Removes all theRequirement
s that belong to theTaskDefinition
void
TaskManagerImpl.removeRequirementsForTaskDefinition
(@NotNull Buildable buildable, @NotNull TaskDefinition taskDefinition) -
Uses of Buildable in com.atlassian.bamboo.v2.build.agent.capability
Modifier and TypeMethodDescriptionvoid
AbstractCapabilityType.updatePlanForNewLabel
(@NotNull Buildable plan, @NotNull String oldLabel, @NotNull String newLabel) void
BuilderCapabilityType.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.void
JdkCapabilityType.updatePlanForNewLabel
(@NotNull Buildable plan, @NotNull String oldLabel, @NotNull String newLabel) protected void
AbstractCapabilityType.updateTasksForNewLabel
(Buildable plan, String keyToReplace, String oldLabel, String newLabel) -
Uses of Buildable in com.atlassian.bamboo.ww2.actions