Klasse ServerInformation.ServerInformationBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.ServerInformation.ServerInformationBuilder
- Umschließende Klasse:
ServerInformation
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe base URL of the Jira instance.build()
buildDate
(OffsetDateTime buildDate) The timestamp when the Jira version was built.buildNumber
(Integer buildNumber) The build number of the Jira version.deploymentType
(String deploymentType) The type of server deployment.healthChecks
(List<HealthCheckResult> healthChecks) Jira instance health check results.The unique identifier of the Jira version.serverTime
(OffsetDateTime serverTime) The time in Jira when this request was responded to.serverTitle
(String serverTitle) The name of the Jira instance.toString()
The version of Jira.versionNumbers
(List<Integer> versionNumbers) The major, minor, and revision version numbers of the Jira version.
-
Methodendetails
-
baseUrl
The base URL of the Jira instance.- Gibt zurück:
this
.
-
buildDate
The timestamp when the Jira version was built.- Gibt zurück:
this
.
-
buildNumber
The build number of the Jira version.- Gibt zurück:
this
.
-
deploymentType
The type of server deployment. This is always returned as *Cloud*.- Gibt zurück:
this
.
-
healthChecks
public ServerInformation.ServerInformationBuilder healthChecks(List<HealthCheckResult> healthChecks) Jira instance health check results. Deprecated and no longer returned.- Gibt zurück:
this
.
-
scmInfo
The unique identifier of the Jira version.- Gibt zurück:
this
.
-
serverTime
The time in Jira when this request was responded to.- Gibt zurück:
this
.
-
serverTitle
The name of the Jira instance.- Gibt zurück:
this
.
-
version
The version of Jira.- Gibt zurück:
this
.
-
versionNumbers
The major, minor, and revision version numbers of the Jira version.- Gibt zurück:
this
.
-
build
-
toString
-