Toggle navigation
Home
org.sonar.server.health.Health to org.sonar.server.health.ClusterHealth
No. of Instances - 3
No. of Commits - 2
No. of Projects - {'sonarqube'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
health.getStatus().name()
to
health.getHealth().getStatus().name()
health.getCauses()
to
health.getHealth().getCauses()