Other Structures
The following structures are available globally.
-
Declaration
Swift
public struct BuildResponse : Content
-
Declaration
Swift
public struct BuildStatusResult : Content
-
Struct that holds Time Series data
Declaration
Swift
public struct ChartTimeSeries : Content
-
Info about the Jobs
Declaration
Swift
public struct JobDashboard : Content
-
Describes the upload request managed by XCMetrics. This could either be a previously failed to upload request or a newly produced request.
See moreDeclaration
Swift
public struct MetricsUploadRequest : Equatable, Hashable
-
A plugin executed by XCMetrics that collects custom metrics.
See moreDeclaration
Swift
public struct XCMetricsPlugin : Equatable, Hashable
-
The entry point for XCMetrics that parses all argument if executed standalone or by another package that depends on it.
See moreDeclaration
Swift
public struct XCMetrics : ParsableCommand