Interface RenderableBuildConfiguration

    • Method Detail

      • getViewHtml

        @Nullable
        @Nullable String getViewHtml​(@NotNull
                                     @NotNull Plan plan)
        Returns the HTML that represents the view of the repository configuration
        Parameters:
        plan - for which view HTML has to be rendered.
        Returns:
        HTML string. May be null.
      • getEditHtml

        @Nullable
        @Nullable String getEditHtml​(@NotNull
                                     @NotNull BuildConfiguration buildConfiguration,
                                     @Nullable
                                     @Nullable Plan plan)
        Returns HTML that represents the form fragment for editing the repository. No opening and closing form tags are required.
        Parameters:
        buildConfiguration - BuildConfiguration for which edit HTML has to be rendered.
        plan - Plan for which edit HTML has to be rendered. May be null during creation phase of plan.
        Returns:
        HTML string. May be null.