public interface RenderableBuildConfiguration
| Modifier and Type | Method and Description |
|---|---|
@Nullable String |
getEditHtml(@NotNull BuildConfiguration buildConfiguration,
@Nullable Plan plan)
Returns HTML that represents the form fragment for editing the repository.
|
@Nullable String |
getViewHtml(@NotNull Plan plan)
Returns the HTML that represents the view of the repository configuration
|
@Nullable @Nullable String getViewHtml(@NotNull @NotNull Plan plan)
plan - for which view HTML has to be rendered.@Nullable @Nullable String getEditHtml(@NotNull @NotNull BuildConfiguration buildConfiguration, @Nullable @Nullable Plan plan)
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.Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.