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> MergeLaunchesAsync(this ICakeContext context, Service service, Launch first, Launch second, MergeOptions options = null)
Attributes
Type |
Description |
AsyncStateMachineAttribute |
|
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
service |
Service |
|
first |
Launch |
|
second |
Launch |
|
options |
MergeOptions |
|
Return Value
Type |
Description |
Task<Launch> |
|