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.Buns.ReportPortal.
Syntax
public static Task<Launch> SmartMergeLaunchesAsync(this ICakeContext context, Service service, FilterOption filter, CleanOptions cleanOptions, MergeOptions mergeOptions = null, bool debug = true)
Attributes
Type |
Description |
AsyncStateMachineAttribute |
|
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
service |
Service |
|
filter |
FilterOption |
|
cleanOptions |
CleanOptions |
|
mergeOptions |
MergeOptions |
|
debug |
bool |
|
Return Value
Type |
Description |
Task<Launch> |
|