|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.bamboo.builder.BuildResultsRenderer
public class BuildResultsRenderer
This class provides common Build Result rendering behaviour.
Constructor Summary | |
---|---|
BuildResultsRenderer(String buildName,
BuildResults buildResults,
VelocityEngine templateEngine)
|
|
BuildResultsRenderer(String name,
BuildResults buildResults,
VelocityEngine velocityEngine,
ExtendedAuthorManager extendedAuthorManager)
|
Method Summary | |
---|---|
String |
getBuildUrl()
Get the bamboo webapp url that will display this build |
String |
getOneLineSummary()
Pretty printed one line summary of the build. |
String |
getResultsAsHtml()
Format the build results as HTML - using a velocity template to specify the layout of the html |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuildResultsRenderer(String buildName, BuildResults buildResults, VelocityEngine templateEngine)
public BuildResultsRenderer(String name, BuildResults buildResults, VelocityEngine velocityEngine, ExtendedAuthorManager extendedAuthorManager)
Method Detail |
---|
public String getOneLineSummary()
public String getBuildUrl()
public String getResultsAsHtml()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |