Groovy Documentation

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

java.lang.Object
  org.linkedin.glu.orchestration.engine.deployment.AuditedDeploymentService
All Implemented Interfaces:
DeploymentService

class AuditedDeploymentService

Authors:
yan@pongasoft.com


Property Summary
AuditLogService auditLogService

DeploymentService deploymentService

 
Method Summary
int archiveAllDeployments(java.lang.String fabric)

boolean archiveDeployment(java.lang.String id)

protected void auditExecuteDeploymentPlan(CurrentDeployment deployment)

CurrentDeployment executeDeploymentPlan(SystemModel system, Plan plan)

CurrentDeployment executeDeploymentPlan(SystemModel system, Plan plan, java.lang.String description, IPlanExecutionProgressTracker progressTracker)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

auditLogService

@Initializable
AuditLogService auditLogService


deploymentService

@Delegate
@Initializable(required = true)
DeploymentService deploymentService


 
Method Detail

archiveAllDeployments

int archiveAllDeployments(java.lang.String fabric)


archiveDeployment

boolean archiveDeployment(java.lang.String id)


auditExecuteDeploymentPlan

protected void auditExecuteDeploymentPlan(CurrentDeployment deployment)


executeDeploymentPlan

@Override
CurrentDeployment executeDeploymentPlan(SystemModel system, Plan plan)


executeDeploymentPlan

@Override
CurrentDeployment executeDeploymentPlan(SystemModel system, Plan plan, java.lang.String description, IPlanExecutionProgressTracker progressTracker)


 

Groovy Documentation