Class DeploymentManagerDelegate

java.lang.Object
com.xebialabs.deployit.plugin.was.controltask.dmgr.DeploymentManagerDelegate
All Implemented Interfaces:
Serializable

public class DeploymentManagerDelegate extends Object implements Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static List<com.xebialabs.deployit.plugin.api.flow.Step>
    restartDmgr(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem dmgr, String method, Map<String,String> arguments, com.xebialabs.deployit.plugin.api.udm.Parameters params)
     
    static List<com.xebialabs.deployit.plugin.api.flow.Step>
    startDmgr(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem dmgr, String method, Map<String,String> arguments, com.xebialabs.deployit.plugin.api.udm.Parameters params)
     
    static List<com.xebialabs.deployit.plugin.api.flow.Step>
    stopDmgr(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem dmgr, String method, Map<String,String> arguments, com.xebialabs.deployit.plugin.api.udm.Parameters params)
     

    Methods inherited from class java.lang.Object

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

    • DeploymentManagerDelegate

      public DeploymentManagerDelegate()
  • Method Details

    • restartDmgr

      @Delegate(name="dmgrRestart") public static List<com.xebialabs.deployit.plugin.api.flow.Step> restartDmgr(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem dmgr, String method, Map<String,String> arguments, com.xebialabs.deployit.plugin.api.udm.Parameters params)
    • startDmgr

      @Delegate(name="dmgrStart") public static List<com.xebialabs.deployit.plugin.api.flow.Step> startDmgr(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem dmgr, String method, Map<String,String> arguments, com.xebialabs.deployit.plugin.api.udm.Parameters params)
    • stopDmgr

      @Delegate(name="dmgrStop") public static List<com.xebialabs.deployit.plugin.api.flow.Step> stopDmgr(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem dmgr, String method, Map<String,String> arguments, com.xebialabs.deployit.plugin.api.udm.Parameters params)