Package com.atlassian.bamboo.server
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>
getSerializableClassWhitelistFromBambooHome()
Get class name whitelist for serialization read from Bamboo home directorySet<TrustedKey>
getSshTrustedKeys()
-
-
-
Method Detail
-
getSerializableClassWhitelistFromBambooHome
Set<String> getSerializableClassWhitelistFromBambooHome()
Get class name whitelist for serialization read from Bamboo home directory
-
getSshTrustedKeys
Set<TrustedKey> getSshTrustedKeys()
-
-