ReportPortalAliases.

SmartMergeLaunchesAsync(ICakeContext, Service, FilterOption, CleanOptions, MergeOptions, bool) Method

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>