ReportPortalAliases.

MergeLaunchesAsync(ICakeContext, Service, Launch, Launch, MergeOptions) Method

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>