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()
ServerStateServicegetSerializableClassWhitelistFromBambooHome in interface ServerStateServicepublic Set<TrustedKey> getSshTrustedKeys()
getSshTrustedKeys in interface ServerStateServiceCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.