Package com.dtolabs.rundeck.core.common
Interface IFrameworkServices
-
- All Superinterfaces:
IExecutionProviders,IExecutionServices,IServicesRegistration
- All Known Subinterfaces:
IFramework
- All Known Implementing Classes:
Framework,FrameworkBase,ServiceSupport
public interface IFrameworkServices extends IServicesRegistration, IExecutionServices, IExecutionProviders
Created by greg on 2/20/15.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutionServicegetExecutionService()ServiceProviderLoadergetPluginManager()voidinitialize(Framework framework)initialize-
Methods inherited from interface com.dtolabs.rundeck.core.common.IExecutionProviders
getFileCopierForNodeAndProject, getNodeDispatcherForContext, getNodeExecutorForNodeAndProject, getNodeStepExecutorForItem, getStepExecutorForItem
-
Methods inherited from interface com.dtolabs.rundeck.core.common.IExecutionServices
getFileCopierService, getNodeDispatcherService, getNodeExecutorService, getNodeStepExecutorService, getOrchestratorService, getResourceFormatGeneratorService, getResourceFormatParserService, getResourceModelSourceService, getStepExecutionService, getWorkflowExecutionService, getWorkflowStrategyService
-
Methods inherited from interface com.dtolabs.rundeck.core.common.IServicesRegistration
getService, overrideService, setService
-
-
-
-
Method Detail
-
initialize
void initialize(Framework framework)
initialize
-
getExecutionService
ExecutionService getExecutionService()
-
getPluginManager
ServiceProviderLoader getPluginManager()
-
-