Class NodeAgentDelegate


  • public class NodeAgentDelegate
    extends java.lang.Object
    • Method Summary

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

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

      • NodeAgentDelegate

        public NodeAgentDelegate()
    • Method Detail

      • startNodeAgent

        @Delegate(name="nodeAgentStart")
        public static java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> startNodeAgent​(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci,
                                                                                                 java.lang.String method,
                                                                                                 java.util.Map<java.lang.String,​java.lang.String> arguments)
      • stopNodeAgent

        @Delegate(name="nodeAgentStop")
        public static java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> stopNodeAgent​(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci,
                                                                                                java.lang.String method,
                                                                                                java.util.Map<java.lang.String,​java.lang.String> arguments)