Package com.atlassian.bamboo.server
Class ServerStateServiceImpl
java.lang.Object
com.atlassian.bamboo.server.ServerStateServiceImpl
- All Implemented Interfaces:
ServerStateService
-
Constructor Summary
ConstructorDescriptionServerStateServiceImpl
(SerializableClassWhitelistProvider bambooHomeDirectoryClassWhitelistProvider, TrustedKeyService trustedKeyService) -
Method Summary
Modifier and TypeMethodDescriptionGet class name whitelist for serialization read from Bamboo home directory
-
Constructor Details
-
ServerStateServiceImpl
@Inject public ServerStateServiceImpl(@Qualifier("bambooHomeDirectoryClassWhitelistProvider") SerializableClassWhitelistProvider bambooHomeDirectoryClassWhitelistProvider, TrustedKeyService trustedKeyService)
-
-
Method Details
-
getSerializableClassWhitelistFromBambooHome
Description copied from interface:ServerStateService
Get class name whitelist for serialization read from Bamboo home directory- Specified by:
getSerializableClassWhitelistFromBambooHome
in interfaceServerStateService
-
getSshTrustedKeys
- Specified by:
getSshTrustedKeys
in interfaceServerStateService
-