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> MergeLaunchesWithCleaningAsync(this ICakeContext context, Service service, Launch cleanable, Launch notCleanable, CleanOptions cleanOptions, MergeOptions mergeOptions = null)
Attributes
Type |
Description |
AsyncStateMachineAttribute |
|
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
service |
Service |
|
cleanable |
Launch |
|
notCleanable |
Launch |
|
cleanOptions |
CleanOptions |
|
mergeOptions |
MergeOptions |
|
Return Value
Type |
Description |
Task<Launch> |
|