Package dev.galasa.framework.spi
Interface IResourceManagementProvider
public interface IResourceManagementProvider
- 
Method Summary
Modifier and TypeMethodDescriptionbooleaninitialise(IFramework framework, IResourceManagement resourceManagement) voidrunFinishedOrDeleted(String runName) voidshutdown()voidstart() 
- 
Method Details
- 
initialise
boolean initialise(IFramework framework, IResourceManagement resourceManagement) throws ResourceManagerException - Throws:
 ResourceManagerException
 - 
start
void start() - 
shutdown
void shutdown() - 
runFinishedOrDeleted
 
 -