Class PythonScriptControlTaskDelegate

  • All Implemented Interfaces:
    java.io.Serializable

    public class PythonScriptControlTaskDelegate
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> invokeDispatcher​(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci, java.lang.String methodName, java.util.Map<java.lang.String,​java.lang.String> arguments, com.xebialabs.deployit.plugin.api.udm.Parameters parameters)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PythonScriptControlTaskDelegate

        public PythonScriptControlTaskDelegate()
    • Method Detail

      • invokeDispatcher

        @Delegate(name="pythonControlTask")
        public static java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> invokeDispatcher​(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci,
                                                                                                   java.lang.String methodName,
                                                                                                   java.util.Map<java.lang.String,​java.lang.String> arguments,
                                                                                                   com.xebialabs.deployit.plugin.api.udm.Parameters parameters)