ServerInformation class

Details about the Jira instance.

Constructors

ServerInformation({String? baseUrl, DateTime? buildDate, int? buildNumber, String? deploymentType, List<HealthCheckResult>? healthChecks, String? scmInfo, DateTime? serverTime, String? serverTitle, String? version, List<int>? versionNumbers})
ServerInformation.fromJson(Map<String, Object?> json)
factory

Properties

baseUrl String?
The base URL of the Jira instance.
final
buildDate DateTime?
The timestamp when the Jira version was built.
final
buildNumber int?
The build number of the Jira version.
final
deploymentType String?
The type of server deployment. This is always returned as Cloud.
final
hashCode int
The hash code for this object.
no setterinherited
healthChecks List<HealthCheckResult>
Jira instance health check results. Deprecated and no longer returned.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scmInfo String?
The unique identifier of the Jira version.
final
serverTime DateTime?
The time in Jira when this request was responded to.
final
serverTitle String?
The name of the Jira instance.
final
version String?
The version of Jira.
final
versionNumbers List<int>
The major, minor, and revision version numbers of the Jira version.
final

Methods

copyWith({String? baseUrl, DateTime? buildDate, int? buildNumber, String? deploymentType, List<HealthCheckResult>? healthChecks, String? scmInfo, DateTime? serverTime, String? serverTitle, String? version, List<int>? versionNumbers}) ServerInformation
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited