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)
build - Build for which view HTML has to be rendered.plan - @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 © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.