public class ServerStateServiceImpl extends Object implements ServerStateService
Constructor and Description |
---|
ServerStateServiceImpl(SerializableClassWhitelistProvider bambooHomeDirectoryClassWhitelistProvider,
TrustedKeyService trustedKeyService) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getSerializableClassWhitelistFromBambooHome()
Get class name whitelist for serialization read from Bamboo home directory
|
Set<TrustedKey> |
getSshTrustedKeys() |
@Inject public ServerStateServiceImpl(@Qualifier(value="bambooHomeDirectoryClassWhitelistProvider") SerializableClassWhitelistProvider bambooHomeDirectoryClassWhitelistProvider, TrustedKeyService trustedKeyService)
public Set<String> getSerializableClassWhitelistFromBambooHome()
ServerStateService
getSerializableClassWhitelistFromBambooHome
in interface ServerStateService
public Set<TrustedKey> getSshTrustedKeys()
getSshTrustedKeys
in interface ServerStateService
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.