AckpinePluginRegistryDsl
interface AckpinePluginRegistryDsl
Deprecated
Use typed plugin() methods on InstallParametersDsl or UninstallParametersDsl directly. This will become an error in the next minor version. Using methods of this interface with untyped plugins (implementing AckpinePlugin directly) will throw.
DSL allowing to apply plugins.
Inheritors
Functions
Link copied to clipboard
abstract fun <Params : AckpinePlugin.Parameters> usePlugin(plugin: KClass<out AckpinePlugin>, parameters: Params)
Applies a plugin to a session.
Link copied to clipboard
Applies a plugin to a session. Plugin is the type of the plugin being applied.