Package | Description |
---|---|
com.atlassian.jira.health | |
com.atlassian.jira.health.checks |
Modifier and Type | Method and Description |
---|---|
HealthCheckMessageFormatter |
HealthCheckMessageFormatter.addLineBreak()
Adds newline to the current message.
|
HealthCheckMessageFormatter |
HealthCheckMessageFormatter.append(HealthCheckMessageFormatter... formatters)
Appends the formatteted content to this instance.
|
HealthCheckMessageFormatter |
HealthCheckMessageFormatter.appendLink(String url,
String linkText,
boolean newTab)
Creates a hyperlink.
|
HealthCheckMessageFormatter |
HealthCheckMessageFormatter.appendList(HealthCheckMessageFormatter... items)
Formats items as a list.
|
HealthCheckMessageFormatter |
HealthCheckMessageFormatter.appendList(Iterable<HealthCheckMessageFormatter> items)
Formats items as a list.
|
static HealthCheckMessageFormatter |
HealthCheckMessageFormatter.string(String s)
Creates a new formatter of the given text.
|
static HealthCheckMessageFormatter |
HealthCheckMessageFormatter.tag(String tag,
HealthCheckMessageFormatter content)
Wraps the given formatted content in the given tag.
|
Modifier and Type | Method and Description |
---|---|
HealthCheckMessageFormatter |
HealthCheckMessageFormatter.append(HealthCheckMessageFormatter... formatters)
Appends the formatteted content to this instance.
|
HealthCheckMessageFormatter |
HealthCheckMessageFormatter.appendList(HealthCheckMessageFormatter... items)
Formats items as a list.
|
static HealthCheckMessageFormatter |
HealthCheckMessageFormatter.tag(String tag,
HealthCheckMessageFormatter content)
Wraps the given formatted content in the given tag.
|
Modifier and Type | Method and Description |
---|---|
HealthCheckMessageFormatter |
HealthCheckMessageFormatter.appendList(Iterable<HealthCheckMessageFormatter> items)
Formats items as a list.
|
Modifier and Type | Method and Description |
---|---|
HealthCheckMessageFormatter |
JiraHomeMessageFactory.JiraHomeMessage.getMessage() |
Constructor and Description |
---|
JiraHomeMessage(String headline,
HealthCheckMessageFormatter message) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.