This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ClickTwice.
Summary
Adds multiple input or output handlers to the build pipeline
- Assembly
- Cake
.ClickTwice .dll - Namespace
- Cake
.ClickTwice - Containing Type
- Click
Twice Manager Extensions
Syntax
public static ClickTwiceManager WithHandlers(this ClickTwiceManager manager, IEnumerable<IHandler> handlers)
Remarks
If a given object implements both
ClickTwice.Publisher.Core.Handlers.IInputHandler
and ClickTwice.Publisher.Core.Handlers.IOutputHandler
it will be added to both stages of the build pipelineParameters
Name | Type | Description |
---|---|---|
manager | ClickTwiceManager | The manager |
handlers | IEnumerable |
A collection of ClickTwice.Publisher.Core.Handlers.IHandler -based handlers to use |
Return Value
Type | Description |
---|---|
ClickTwiceManager | The updated manager |