Skip to content

Mocker Commands: Servers

This page mirrors the Servers section from Mocker Commands.

WithServerName

Source file, signature, and docstring

Member MockerCommandBuilder.WithServerName(string serverName)

Kind function

Declaring Type MockerCommandBuilder

Source File QaaS.Runner.Sessions/Actions/MockerCommands/MockerCommandBuilder.cs

Signature

public MockerCommandBuilder WithServerName(string serverName)

Docstring

Configures server name on the current 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.