public interface ProvisioningStrategy<T extends TaskRunner>
| Modifier and Type | Method and Description | 
|---|---|
ProvisioningService | 
makeProvisioningService(T runner)
Creates a new  
ProvisioningService for the given TaskRunner
 This method is intended to be called from the TaskRunner's lifecycle start | 
ProvisioningService makeProvisioningService(T runner)
ProvisioningService for the given TaskRunner
 This method is intended to be called from the TaskRunner's lifecycle startrunner - The TaskRunner state holder this strategy should use during executionCopyright © 2011–2018. All rights reserved.