Groovy Documentation

org.linkedin.glu.orchestration.engine.deployment
[Java] Interface Deployer


public interface Deployer

Authors:
yan@pongasoft.com


Method Summary
IPlanExecution executePlan(Plan plan, IPlanExecutionProgressTracker tracker)

Execute the provided plan.

 

Method Detail

executePlan

public IPlanExecution executePlan(Plan plan, IPlanExecutionProgressTracker tracker)
Execute the provided plan. Note that this call is non blocking and will return an execution object with which to interract.
Parameters:
plan - the plane to execute
tracker - to track the progress of the execution
Returns:
the execution


 

Groovy Documentation