Mocker Commands: Collection helpers¶
This page mirrors the Collection helpers section from Mocker Commands.
CreateConfiguration¶
Source file, signature, and docstring
Member
MockerCommandBuilder.CreateConfiguration(MockerCommandConfig command)
Kind function
Declaring Type MockerCommandBuilder
Source File QaaS.Runner.Sessions/Actions/MockerCommands/MockerCommandBuilder.cs
Signature
Docstring
Sets the configuration currently stored on the Runner mocker command builder instance.
Use this method when working with the documented Runner mocker command builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.
Create¶
Source file, signature, and docstring
Member
MockerCommandBuilder.Create(MockerCommandConfig command)
Kind function
Declaring Type MockerCommandBuilder
Source File QaaS.Runner.Sessions/Actions/MockerCommands/MockerCommandBuilder.cs
Signature
Docstring
Sets the configuration currently stored on the Runner mocker command builder instance.
Use this method when working with the documented Runner mocker command 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
MockerCommandBuilder.UpdateConfiguration(Func<MockerCommandConfig, MockerCommandConfig> update)
Kind function
Declaring Type MockerCommandBuilder
Source File QaaS.Runner.Sessions/Actions/MockerCommands/MockerCommandBuilder.cs
Signature
public MockerCommandBuilder UpdateConfiguration(Func<MockerCommandConfig, MockerCommandConfig> update)
Docstring
Updates the configuration currently stored on the Runner mocker command builder instance.
Use this method when working with the documented Runner mocker command 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
MockerCommandBuilder.UpdateConfiguration(MockerCommandConfig command)
Kind function
Declaring Type MockerCommandBuilder
Source File QaaS.Runner.Sessions/Actions/MockerCommands/MockerCommandBuilder.cs
Signature
Docstring
Updates the configuration currently stored on the Runner mocker command builder instance.
Use this method when working with the documented Runner mocker command 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
MockerCommandBuilder.UpdateConfiguration(object configuration)
Kind function
Declaring Type MockerCommandBuilder
Source File QaaS.Runner.Sessions/Actions/MockerCommands/MockerCommandBuilder.cs
Signature
Docstring
Updates the configuration currently stored on the Runner mocker command builder instance.
Use this method when working with the documented Runner mocker command 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
MockerCommandBuilder.DeleteConfiguration()
Kind function
Declaring Type MockerCommandBuilder
Source File QaaS.Runner.Sessions/Actions/MockerCommands/MockerCommandBuilder.cs
Signature
Docstring
Clears the configuration currently stored on the Runner mocker command builder instance.
Use this method when working with the documented Runner mocker command builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.