@Component public class BambooHomeDirectoryClassWhitelistProvider extends Object implements SerializableClassWhitelistProvider
Modifier and Type | Field and Description |
---|---|
static String |
CLASS_WHITELIST_FILE_NAME |
Constructor and Description |
---|
BambooHomeDirectoryClassWhitelistProvider(BootstrapManager bootstrapManager,
com.atlassian.event.api.EventPublisher eventPublisher) |
Modifier and Type | Method and Description |
---|---|
Iterable<String> |
getWhitelistedClasses()
Return names of classes that are allowed to be serialized and deserialized in Bamboo.
|
public static final String CLASS_WHITELIST_FILE_NAME
@Inject public BambooHomeDirectoryClassWhitelistProvider(@NotNull BootstrapManager bootstrapManager, @NotNull com.atlassian.event.api.EventPublisher eventPublisher)
@NotNull public Iterable<String> getWhitelistedClasses()
SerializableClassWhitelistProvider
getWhitelistedClasses
in interface SerializableClassWhitelistProvider
Class.getName()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.