Class DefaultDelegates

java.lang.Object
com.xebialabs.deployit.booter.local.DefaultDelegates

public class DefaultDelegates extends Object
Used through reflection...
  • Constructor Details

    • DefaultDelegates

      public DefaultDelegates()
  • Method Details

    • invokeMethod

      @Delegate(name="methodInvoker") public static List<com.xebialabs.deployit.plugin.api.flow.Step> invokeMethod(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci, String methodName, Map<String,String> arguments, com.xebialabs.deployit.plugin.api.udm.Parameters parameters)
    • invokeDispatcher

      @Delegate(name="dispatcherInvoker") public static List<com.xebialabs.deployit.plugin.api.flow.Step> invokeDispatcher(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci, String methodName, Map<String,String> arguments, com.xebialabs.deployit.plugin.api.udm.Parameters parameters)
    • invokeMethod

      @Delegate(use=CREATOR, name="methodInvoker") public static void invokeMethod(com.xebialabs.deployit.plugin.api.creator.CreatorContext context, Map<String,String> arguments)