TestimoX

API Reference

Class

AuditPackageBuildRequest

Namespace TestimoX.AuditPackages
Assembly TestimoX
Modifiers sealed

Input required to build an audit package from a tooling execution result.

Inheritance

  • Object
  • AuditPackageBuildRequest

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Properties

public ToolingRuleRunResult RunResult { get; set; } #

Gets or sets the tooling execution result used as the source payload.

public AuditCaptureLevel CaptureLevel { get; set; } #

Gets or sets the capture level for the package.

public String ProductName { get; set; } #

Gets or sets the product name that produced the package.

public String ProductVersion { get; set; } #

Gets or sets the product version that produced the package.

public String OperatorLabel { get; set; } #

Gets or sets the operator label.

public String CustomerLabel { get; set; } #

Gets or sets the customer label.

public String EnvironmentLabel { get; set; } #

Gets or sets the environment label.

public String Label { get; set; } #

Gets or sets the user-facing package label.

public String SelectedProfile { get; set; } #

Gets or sets the selected profile name, when available.

public String SelectedProfileDisplayName { get; set; } #

Gets or sets the selected profile display name, when available.

public AuditSelectionDocument Selection { get; set; } #

Gets or sets the selection document captured by the host.

public String CreatedByEdition { get; set; } #

Gets or sets the resolved edition label for the host.

public Int32 Concurrency { get; set; } #

Gets or sets the concurrency used for execution.

public DateTimeOffset StartedAt { get; set; } #

Gets or sets the UTC time when package creation started.

public DateTimeOffset CompletedAt { get; set; } #

Gets or sets the UTC time when package creation completed.