Interface LegacyBuilderToTaskConverter
-
- All Known Implementing Classes:
AbstractBuilder2TaskConverter
@Deprecated @PublicApi public interface LegacyBuilderToTaskConverter
Deprecated.since 5.11, builder to task conversion was used in Bamboo 3.0 and backward compatibility with 3.0 was dropped, your plugin doesn't need this converter anymoreRepresents a utility that creates a list of tasks that provide the same functionality that a legacy builder existing in a build configuration.- Since:
- 3.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description @NotNull List<TaskDefinition>
builder2TaskList(@NotNull BuildConfiguration buildConfiguration)
Deprecated.Creates a list of tasks out of BuildConfiguration.
-
-
-
Method Detail
-
builder2TaskList
@NotNull @NotNull List<TaskDefinition> builder2TaskList(@NotNull @NotNull BuildConfiguration buildConfiguration)
Deprecated.Creates a list of tasks out of BuildConfiguration. The implementers can assume that this method is only called iff buildConfiguration contain definition of builder that this converter can handle.- Parameters:
buildConfiguration
-- Returns:
- taskDefinitions
-
-