Class MergeRequestInitializer
java.lang.Object
com.illumon.iris.controller.handle.CorePlusQueryInitializer
com.illumon.iris.controller.handle.CorePlusRunAndDoneInitializer
com.illumon.iris.controller.handle.CorePlusRunAndDoneSimpleScriptInitializer
com.illumon.iris.controller.handle.MergeRequestInitializer
- All Implemented Interfaces:
CorePlusInitializer
Sets the remote simple script method to `ExecuteMergeJob.execute()`
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aCorePlusRunAndDoneSimpleScriptInitializerwith the simple script of `ExecuteMergeJob.execute()`, which exists within the DhcInDhe (Core+) project -
Method Summary
Methods inherited from class com.illumon.iris.controller.handle.CorePlusRunAndDoneSimpleScriptInitializer
getLanguage, getScriptCodeMethods inherited from class com.illumon.iris.controller.handle.CorePlusRunAndDoneInitializer
initializeMethods inherited from class com.illumon.iris.controller.handle.CorePlusQueryInitializer
doBeforeInitializeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.illumon.iris.controller.handle.CorePlusInitializer
hasNotebookClassLoader
-
Constructor Details
-
MergeRequestInitializer
public MergeRequestInitializer()Constructs aCorePlusRunAndDoneSimpleScriptInitializerwith the simple script of `ExecuteMergeJob.execute()`, which exists within the DhcInDhe (Core+) project
-