Links¶
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
LinkBuilder.Named(string name)
Kind function
Declaring Type LinkBuilder
Source File QaaS.Runner.Assertions/ConfigurationObjects/LinkBuilder.cs
Signature
Docstring
Sets the name used for the current Runner link builder instance.
Use this method when working with the documented Runner link 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
LinkBuilder.UpdateConfiguration(Func<ILinkConfig, ILinkConfig> update)
Kind function
Declaring Type LinkBuilder
Source File QaaS.Runner.Assertions/ConfigurationObjects/LinkBuilder.cs
Signature
Docstring
Sets the configuration currently stored on the Runner link builder instance.
Use this method when working with the documented Runner link builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.
UpdateConfiguration¶
Source file, signature, and docstring
Member
LinkBuilder.UpdateConfiguration(ILinkConfig config)
Kind function
Declaring Type LinkBuilder
Source File QaaS.Runner.Assertions/ConfigurationObjects/LinkBuilder.cs
Signature
Docstring
Updates the configuration currently stored on the Runner link builder instance.
Use this method when working with the documented Runner link builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.
UpdateConfiguration¶
Source file, signature, and docstring
Member
LinkBuilder.UpdateConfiguration(object configuration)
Kind function
Declaring Type LinkBuilder
Source File QaaS.Runner.Assertions/ConfigurationObjects/LinkBuilder.cs
Signature
Docstring
Updates the configuration currently stored on the Runner link builder instance.
Use this method when working with the documented Runner link 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
LinkBuilder.DeleteConfiguration()
Kind function
Declaring Type LinkBuilder
Source File QaaS.Runner.Assertions/ConfigurationObjects/LinkBuilder.cs
Signature
Docstring
Clears the configuration currently stored on the Runner link builder instance.
Use this method when working with the documented Runner link 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
LinkBuilder.Configure(ILinkConfig config)
Kind function
Declaring Type LinkBuilder
Source File QaaS.Runner.Assertions/ConfigurationObjects/LinkBuilder.cs
Signature
Docstring
Sets the configuration currently stored on the Runner link builder instance.
Use this method when working with the documented Runner link builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.