Skip to content

Probes

Each entry uses the short function name as the table-of-contents label. Expand an entry to inspect its source file, signature, and XML doc comments.

The functions on this page are grouped by responsibility so related operations stay together.

Identity and hook selection

Named

Source file, signature, and docstring

Member ProbeBuilder.Named(string name)

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public ProbeBuilder Named(string name)

Docstring

Sets the name used for the current Runner probe builder instance.

Use this method when working with the documented Runner probe builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.

HookNamed

Source file, signature, and docstring

Member ProbeBuilder.HookNamed(string hookName)

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public ProbeBuilder HookNamed(string hookName)

Docstring

Sets the hook implementation name used by the current Runner probe builder instance.

Use this method when working with the documented Runner probe builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.

Execution order

AtStage

Source file, signature, and docstring

Member ProbeBuilder.AtStage(int stage)

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public ProbeBuilder AtStage(int stage)

Docstring

Sets the stage used by the current Runner probe builder instance.

Use this method when working with the documented Runner probe builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.

Data source selection

CreateDataSourceName

Source file, signature, and docstring

Member ProbeBuilder.CreateDataSourceName(string dataSourceName)

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public ProbeBuilder CreateDataSourceName(string dataSourceName)

Docstring

Creates or adds the configured data source name entry on the current Runner probe builder instance.

Use this method when working with the documented Runner probe builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.

ReadDataSourceNames

Source file, signature, and docstring

Member ProbeBuilder.ReadDataSourceNames()

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public IReadOnlyList<string> ReadDataSourceNames()

Docstring

Returns the configured data source names currently stored on the Runner probe builder instance.

Use this method when working with the documented Runner probe builder API surface in code. Use it to inspect the current configured state without rebuilding the surrounding collection or runtime object graph.

UpdateDataSourceName

Source file, signature, and docstring

Member ProbeBuilder.UpdateDataSourceName(string existingValue, string newValue)

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public ProbeBuilder UpdateDataSourceName(string existingValue, string newValue)

Docstring

Updates the configured data source name stored on the current Runner probe builder instance.

Use this method when working with the documented Runner probe builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.

DeleteDataSourceName

Source file, signature, and docstring

Member ProbeBuilder.DeleteDataSourceName(string dataSourceName)

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public ProbeBuilder DeleteDataSourceName(string dataSourceName)

Docstring

Removes the configured data source name from the current Runner probe builder instance.

Use this method when working with the documented Runner probe builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.

CreateDataSourcePattern

Source file, signature, and docstring

Member ProbeBuilder.CreateDataSourcePattern(string dataSourcePattern)

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public ProbeBuilder CreateDataSourcePattern(string dataSourcePattern)

Docstring

Creates or adds the configured data source pattern entry on the current Runner probe builder instance.

Use this method when working with the documented Runner probe builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.

ReadDataSourcePatterns

Source file, signature, and docstring

Member ProbeBuilder.ReadDataSourcePatterns()

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public IReadOnlyList<string> ReadDataSourcePatterns()

Docstring

Returns the configured data source patterns currently stored on the Runner probe builder instance.

Use this method when working with the documented Runner probe builder API surface in code. Use it to inspect the current configured state without rebuilding the surrounding collection or runtime object graph.

UpdateDataSourcePattern

Source file, signature, and docstring

Member ProbeBuilder.UpdateDataSourcePattern(string existingValue, string newValue)

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public ProbeBuilder UpdateDataSourcePattern(string existingValue, string newValue)

Docstring

Updates the configured data source pattern stored on the current Runner probe builder instance.

Use this method when working with the documented Runner probe builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.

DeleteDataSourcePattern

Source file, signature, and docstring

Member ProbeBuilder.DeleteDataSourcePattern(string dataSourcePattern)

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public ProbeBuilder DeleteDataSourcePattern(string dataSourcePattern)

Docstring

Removes the configured data source pattern from the current Runner probe builder instance.

Use this method when working with the documented Runner probe builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.

Collection helpers

UpdateConfiguration

Source file, signature, and docstring

Member ProbeBuilder.UpdateConfiguration(object configuration)

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public ProbeBuilder UpdateConfiguration(object configuration)

Docstring

Updates the configuration currently stored on the Runner probe builder instance.

Use this method when working with the documented Runner probe builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.

DeleteConfiguration

Source file, signature, and docstring

Member ProbeBuilder.DeleteConfiguration()

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public ProbeBuilder DeleteConfiguration()

Docstring

Clears the configuration currently stored on the Runner probe builder instance.

Use this method when working with the documented Runner probe builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.

General

Configure

Source file, signature, and docstring

Member ProbeBuilder.Configure(object configuration)

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public ProbeBuilder Configure(object configuration)

Docstring

Sets the configuration currently stored on the Runner probe builder instance.

Use this method when working with the documented Runner probe builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.