AgentConfig

constructor(pid: Int, port: Int, socket: String? = null, control: AgentConfig.AgentEndpoint? = null)(source)

Parameters

pid

Process ID where the Buildless Agent is running.

port

TCP port where the Agent service is listening.

socket

Unix domain socket where the Agent service is listening (if enabled).

control

Coordinates for the Agent control service.