Groovy Documentation

org.linkedin.glu.orchestration.engine.deployment
[Groovy] Class CurrentDeployment

java.lang.Object
  org.linkedin.glu.orchestration.engine.deployment.Deployment
      org.linkedin.glu.orchestration.engine.deployment.CurrentDeployment

class CurrentDeployment
extends Deployment

Authors:
yan@pongasoft.com


Property Summary
IPlanExecution planExecution

IPlanExecutionProgressTracker progressTracker

java.lang.String systemId

 
Method Summary
java.lang.String getPlanXml()

 
Methods inherited from class Deployment
getDuration, getPlanXml
 

Property Detail

planExecution

IPlanExecution planExecution


progressTracker

IPlanExecutionProgressTracker progressTracker


systemId

java.lang.String systemId


 
Method Detail

getPlanXml

@Override
java.lang.String getPlanXml()


 

Groovy Documentation