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
Modifier and TypeFieldDescriptionprotected final TaskIdSupplier
Deprecated.Creates id that is unique within single Plan. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstripBuilderParameters
(@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 Details
-
incrementTaskId
Deprecated.Creates id that is unique within single Plan. This implementation increments the value tarting at 1.
-
-
Constructor Details
-
AbstractBuilder2TaskConverter
public AbstractBuilder2TaskConverter()Deprecated.
-
-
Method Details
-
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:
-