STRUCT
AnalyzeAction
Contents
- Properties
configuration
- Methods
init(configuration:)analyzeAction(configuration:)
swift
public struct AnalyzeAction: Equatable, CodableAn action that analyzes the built products.
It's initialized with the .analyzeAction static method
Properties
configuration
swift
public var configuration: ConfigurationNameIndicates the build configuration the product should be analyzed with.
Methods
init(configuration:)
swift
public init(configuration: ConfigurationName)analyzeAction(configuration:)
swift
public static func analyzeAction(configuration: ConfigurationName) -> AnalyzeActionReturns an analyze action.
- Parameter configuration: Indicates the build configuration the product should be analyzed with.
- Returns: Analyze action.
Parameters
| Name | Description |
|---|---|
| configuration | Indicates the build configuration the product should be analyzed with. |
