Skip to content

Links: Collection helpers

This page mirrors the Collection helpers section from Links.

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

public LinkBuilder UpdateConfiguration(Func<ILinkConfig, ILinkConfig> update)

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

public LinkBuilder UpdateConfiguration(ILinkConfig config)

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

public LinkBuilder UpdateConfiguration(object configuration)

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

public LinkBuilder DeleteConfiguration()

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.