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 Details

    • incrementTaskId

      protected final TaskIdSupplier 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: