Class EnablePluginEvent.Builder
java.lang.Object
com.atlassian.bamboo.cluster.event.plugin.PluginCrossNodesEvent.AbstractPluginEventBuilder<EnablePluginEvent,EnablePluginEvent.Builder>
com.atlassian.bamboo.cluster.event.plugin.EnablePluginEvent.Builder
- Enclosing class:
- EnablePluginEvent
public static class EnablePluginEvent.Builder
extends PluginCrossNodesEvent.AbstractPluginEventBuilder<EnablePluginEvent,EnablePluginEvent.Builder>
-
Field Summary
Fields inherited from class com.atlassian.bamboo.cluster.event.plugin.PluginCrossNodesEvent.AbstractPluginEventBuilder
pluginKey, pluginName, pluginsVersion, testMode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected EnablePluginEvent
createPluginEvent
(String pluginKey, int pluginsVersion, String pluginName, TestModeEnum testMode) getThis()
Methods inherited from class com.atlassian.bamboo.cluster.event.plugin.PluginCrossNodesEvent.AbstractPluginEventBuilder
build, withPluginKey, withPluginName, withPluginsVersion, withTestMode
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
getThis
- Specified by:
getThis
in classPluginCrossNodesEvent.AbstractPluginEventBuilder<EnablePluginEvent,
EnablePluginEvent.Builder>
-
createPluginEvent
protected EnablePluginEvent createPluginEvent(String pluginKey, int pluginsVersion, String pluginName, TestModeEnum testMode) - Specified by:
createPluginEvent
in classPluginCrossNodesEvent.AbstractPluginEventBuilder<EnablePluginEvent,
EnablePluginEvent.Builder>
-