![]() |
Nuke.Cola
|
Gather build interfaces from main assembly which should be implicitly included in the main build class without that knowing about it. More...
Public Member Functions | |
| IEnumerable< IHavePlugin > | GatherPlugins (BuildContext context) |
| Gathering plugins from the provided context. | |
| void | InitializeEngine (BuildContext context) |
| One time initialization of the provider. | |
Public Member Functions inherited from Nuke.Cola.BuildPlugins.IProvidePlugins | |
Gather build interfaces from main assembly which should be implicitly included in the main build class without that knowing about it.
Definition at line 17 of file ImplicitBuildInterfacePluginProvider.cs.
| IEnumerable< IHavePlugin > Nuke.Cola.BuildPlugins.ImplicitBuildInterfacePluginProvider.GatherPlugins | ( | BuildContext | context | ) |
Gathering plugins from the provided context.
| context |
Implements Nuke.Cola.BuildPlugins.IProvidePlugins.
Definition at line 19 of file ImplicitBuildInterfacePluginProvider.cs.
| void Nuke.Cola.BuildPlugins.ImplicitBuildInterfacePluginProvider.InitializeEngine | ( | BuildContext | context | ) |
One time initialization of the provider.
Implements Nuke.Cola.BuildPlugins.IProvidePlugins.
Definition at line 33 of file ImplicitBuildInterfacePluginProvider.cs.