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
listDescribableProviders
java.util.List<ProviderIdent> listDescribableProviders()
listDescriptions
java.util.List<Description> listDescriptions()