Class 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 Detail

      • incrementTaskId

        protected final TaskIdSupplier incrementTaskId
        Deprecated.
        Creates id that is unique within single Plan. This implementation increments the value tarting at 1.
    • Constructor Detail

      • AbstractBuilder2TaskConverter

        public AbstractBuilder2TaskConverter()
        Deprecated.
    • 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: