Class HealthCheckMessage.Builder
java.lang.Object
com.atlassian.confluence.impl.health.HealthCheckMessage.Builder
- Enclosing class:
HealthCheckMessage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a HealthCheckMessage Builder with the given text appended.appendLink(String url, String linkText, boolean newTab) Creates a hyperlink.appendList(Iterable<String> items) appendList(String... items) build()Appends the given tag.withHeading(String headline)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
withHeading
-
append
Returns a HealthCheckMessage Builder with the given text appended.- Parameters:
s- the append to format- Returns:
- Builder
-
lineBreak
-
tag
Appends the given tag.- Parameters:
tag- the append to format- Returns:
- Builder
-
appendLink
Creates a hyperlink.- Parameters:
url- the url the hyperlink points tolinkText- the text shown in the linknewTab- whether the link should open in a new tab (i.e.target="_blank"- Returns:
- this Builder
-
appendList
-
appendList
-