Class BambooHomeDirectoryClassWhitelistChanged
- java.lang.Object
-
- com.atlassian.bamboo.serialization.event.BambooHomeDirectoryClassWhitelistChanged
-
- All Implemented Interfaces:
RemoteBroadcastEvent
,Serializable
@AsynchronousPreferred @Immutable public class BambooHomeDirectoryClassWhitelistChanged extends Object implements RemoteBroadcastEvent
This event is triggered whenever BambooHomeDirectoryClassWhitelistProvider detects that class whitelist file in BAMBOO_HOME was modified- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.atlassian.bamboo.event.RemoteBroadcastEvent
DEFAULT_SOURCE
-
-
Constructor Summary
Constructors Constructor Description BambooHomeDirectoryClassWhitelistChanged(@NotNull Collection<String> whitelist)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getWhitelist()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.event.RemoteBroadcastEvent
appliesToEphemeralAgents
-
-
-
-
Constructor Detail
-
BambooHomeDirectoryClassWhitelistChanged
public BambooHomeDirectoryClassWhitelistChanged(@NotNull @NotNull Collection<String> whitelist)
-
-