Class AbstractBuilder2TaskConverter
- java.lang.Object
-
- com.atlassian.bamboo.task.conversion.AbstractBuilder2TaskConverter
-
- All Implemented Interfaces:
LegacyBuilderToTaskConverter
@Deprecated @PublicApi public abstract class AbstractBuilder2TaskConverter extends Object implements 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 anymore- Since:
- 3.1
-
-
Field Summary
Fields Modifier and Type Field Description protected TaskIdSupplier
incrementTaskId
Deprecated.Creates id that is unique within single Plan.
-
Constructor Summary
Constructors Constructor Description AbstractBuilder2TaskConverter()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected Map<String,String>
stripBuilderParameters(@NotNull BuildConfiguration buildConfiguration, @NotNull String prefix)
Deprecated.Retrieves builder parameters, removes the prefix from them and puts them into a map.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.task.conversion.LegacyBuilderToTaskConverter
builder2TaskList
-
-
-
-
Field Detail
-
incrementTaskId
protected final TaskIdSupplier incrementTaskId
Deprecated.Creates id that is unique within single Plan. This implementation increments the value tarting at 1.
-
-
Method Detail
-
stripBuilderParameters
protected Map<String,String> stripBuilderParameters(@NotNull @NotNull BuildConfiguration buildConfiguration, @NotNull @NotNull String prefix)
Deprecated.Retrieves builder parameters, removes the prefix from them and puts them into a map. Particularly useful when converting builder to single task.- Parameters:
buildConfiguration
-- Returns:
-
-