@Component public class SVNHealthIndicator extends ConfigurationHealthIndicator<net.nemerosa.ontrack.extension.svn.model.SVNConfiguration>
Constructor and Description |
---|
SVNHealthIndicator(ConfigurationService<net.nemerosa.ontrack.extension.svn.model.SVNConfiguration> configurationService,
SecurityService securityService,
org.springframework.boot.actuate.health.HealthAggregator healthAggregator,
SVNService svnService,
TransactionService transactionService,
SVNClient svnClient) |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.boot.actuate.health.Health |
getHealth(net.nemerosa.ontrack.extension.svn.model.SVNConfiguration config) |
health
@Autowired public SVNHealthIndicator(ConfigurationService<net.nemerosa.ontrack.extension.svn.model.SVNConfiguration> configurationService, SecurityService securityService, org.springframework.boot.actuate.health.HealthAggregator healthAggregator, SVNService svnService, TransactionService transactionService, SVNClient svnClient)
protected org.springframework.boot.actuate.health.Health getHealth(net.nemerosa.ontrack.extension.svn.model.SVNConfiguration config)
getHealth
in class ConfigurationHealthIndicator<net.nemerosa.ontrack.extension.svn.model.SVNConfiguration>