|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.linkedin.glu.orchestration.engine.deployment.AuditedDeploymentService
class AuditedDeploymentService
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 |
---|
@Initializable AuditLogService auditLogService
@Delegate @Initializable(required = true) DeploymentService deploymentService
Method Detail |
---|
int archiveAllDeployments(java.lang.String fabric)
boolean archiveDeployment(java.lang.String id)
protected void auditExecuteDeploymentPlan(CurrentDeployment deployment)
@Override CurrentDeployment executeDeploymentPlan(SystemModel system, Plan plan)
@Override CurrentDeployment executeDeploymentPlan(SystemModel system, Plan plan, java.lang.String description, IPlanExecutionProgressTracker progressTracker)
Groovy Documentation