com.dtolabs.rundeck.core.plugins.configuration
Interface DescribableService

All Superinterfaces:
FrameworkSupportService
All Known Subinterfaces:
PluggableProviderService<T>
All Known Implementing Classes:
BasePluggableProviderService, FileCopierService, FrameworkPluggableProviderService, NodeExecutorService, NodeStepExecutionService, ResourceFormatGeneratorService, ResourceFormatParserService, ResourceModelSourceService, StepExecutionService

public interface DescribableService
extends FrameworkSupportService

DescribableService can list the configuration descriptions of the available providers


Method Summary
 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()