ReportPortalAliases.

MergeLaunchesWithCleaningAsync(ICakeContext, Service, Launch, Launch, CleanOptions, MergeOptions) Method

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>