Package com.atlassian.bamboo.server
Class ServerStateServiceImpl
- java.lang.Object
-
- com.atlassian.bamboo.server.ServerStateServiceImpl
-
- All Implemented Interfaces:
ServerStateService
public class ServerStateServiceImpl extends Object implements ServerStateService
-
-
Constructor Summary
Constructors Constructor Description ServerStateServiceImpl(SerializableClassWhitelistProvider bambooHomeDirectoryClassWhitelistProvider, TrustedKeyService trustedKeyService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getSerializableClassWhitelistFromBambooHome()
Get class name whitelist for serialization read from Bamboo home directorySet<TrustedKey>
getSshTrustedKeys()
-
-
-
Constructor Detail
-
ServerStateServiceImpl
@Inject public ServerStateServiceImpl(@Qualifier("bambooHomeDirectoryClassWhitelistProvider") SerializableClassWhitelistProvider bambooHomeDirectoryClassWhitelistProvider, TrustedKeyService trustedKeyService)
-
-
Method Detail
-
getSerializableClassWhitelistFromBambooHome
public Set<String> getSerializableClassWhitelistFromBambooHome()
Description copied from interface:ServerStateService
Get class name whitelist for serialization read from Bamboo home directory- Specified by:
getSerializableClassWhitelistFromBambooHome
in interfaceServerStateService
-
getSshTrustedKeys
public Set<TrustedKey> getSshTrustedKeys()
- Specified by:
getSshTrustedKeys
in interfaceServerStateService
-
-