Interface DescribableService
-
- All Superinterfaces:
FrameworkSupportService
- All Known Subinterfaces:
PluggableProviderService<T>
- All Known Implementing Classes:
AdapterService,BasePluggableProviderService,BasePluggableProviderServiceImpl,BasePluginProviderService,FileCopierService,FrameworkPluggableProviderService,NodeDispatcherService,NodeExecutorService,NodeSpecifiedService,NodeStepExecutionService,OrchestratorService,PluggableProviderRegistryService,PluggableStoragePluginProviderService,ResourceFormatGeneratorService,ResourceFormatParserService,ResourceModelSourceService,StepExecutionService,StoragePluginProviderService,WorkflowExecutionService,WorkflowStrategyService
public interface DescribableService extends FrameworkSupportService
DescribableService can list the configuration descriptions of the available providers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ProviderIdent>listDescribableProviders()java.util.List<Description>listDescriptions()-
Methods inherited from interface com.dtolabs.rundeck.core.common.FrameworkSupportService
getName
-
-
-
-
Method Detail
-
listDescribableProviders
java.util.List<ProviderIdent> listDescribableProviders()
-
listDescriptions
java.util.List<Description> listDescriptions()
-
-