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