public interface

RenderableBuildConfiguration

com.atlassian.bamboo.v2.build.RenderableBuildConfiguration
Known Indirect Subclasses

Summary

Public Methods
@Nullable String getEditHtml(BuildConfiguration buildConfiguration, Plan plan)
Returns HTML that represents the form fragment for editing the repository.
@Nullable String getViewHtml(Plan plan)
Returns the HTML that represents the view of the repository configuration

Public Methods

@Nullable public String getEditHtml (BuildConfiguration buildConfiguration, 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.

@Nullable public String getViewHtml (Plan plan)

Returns the HTML that represents the view of the repository configuration

Returns
  • HTML string. May be null.