Interface ServerStateService

All Known Implementing Classes:
ServerStateServiceImpl

@Internal public interface ServerStateService
Service returning different aspects of server state. It is accessible from remote agents.
  • Method Details

    • getSerializableClassWhitelistFromBambooHome

      Set<String> getSerializableClassWhitelistFromBambooHome()
      Get class name whitelist for serialization read from Bamboo home directory
    • getSshTrustedKeys

      Set<TrustedKey> getSshTrustedKeys()