Interface BuildCustomizerFactory

    • Method Detail

      • createBuildCustomizer

        @NotNull
        BuildCustomizer createBuildCustomizer​(@NotNull
                                              SBuildType buildType,
                                              @Nullable
                                              SUser currentUser)
        Creates new build customizer which can be used to create custom builds.
        Parameters:
        buildType - build configuration where build will be created
        currentUser - user who performs action. The user is required for personal build and for build comment action.
        Returns:
        new build customizer