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:
-
Field Summary
Fields inherited from interface com.atlassian.bamboo.event.RemoteBroadcastEvent
DEFAULT_SOURCE
-
Constructor Summary
ConstructorDescriptionBambooHomeDirectoryClassWhitelistChanged
(@NotNull Collection<String> whitelist) -
Method Summary
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 Details
-
BambooHomeDirectoryClassWhitelistChanged
-
-
Method Details
-
getWhitelist
-