org.apache.whirr.service
Class DryRunModule.DryRun

java.lang.Object
  extended by org.apache.whirr.service.DryRunModule.DryRun
Enclosing class:
DryRunModule

public static class DryRunModule.DryRun
extends Object


Method Summary
 com.google.common.collect.ListMultimap<org.jclouds.compute.domain.NodeMetadata,org.jclouds.scriptbuilder.domain.Statement> getExecutions()
           
 List<org.jclouds.compute.events.StatementOnNode> getTotallyOrderedExecutions()
           
 void newExecution(org.jclouds.compute.events.StatementOnNodeSubmission info)
           
 DryRunModule.DryRun reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

reset

public DryRunModule.DryRun reset()

newExecution

public void newExecution(org.jclouds.compute.events.StatementOnNodeSubmission info)

getExecutions

public com.google.common.collect.ListMultimap<org.jclouds.compute.domain.NodeMetadata,org.jclouds.scriptbuilder.domain.Statement> getExecutions()

getTotallyOrderedExecutions

public List<org.jclouds.compute.events.StatementOnNode> getTotallyOrderedExecutions()


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.