Version:
ContainerStartInfo(string Image, Inedo.Agents.RemoteProcessStartInfo StartInfo, bool MapExecutionDirectory, System.Collections.Generic.IReadOnlyList<ContainerVolumeMapping> Volumes, System.Action<string> OutputDataReceived, System.Action<string> ErrorDataReceived) Constructor
Syntax
public ContainerStartInfo(string Image, Inedo.Agents.RemoteProcessStartInfo StartInfo, bool MapExecutionDirectory, IReadOnlyList<ContainerVolumeMapping> Volumes, Action<string> OutputDataReceived, Action<string> ErrorDataReceived)
Parameters
- Image
- Type: string
- StartInfo
- Type: Inedo.Agents.RemoteProcessStartInfo
- MapExecutionDirectory
- Type: bool
- Volumes
- Type: System.Collections.Generic.IReadOnlyList<ContainerVolumeMapping>
- OutputDataReceived
- Type: System.Action<string>
- ErrorDataReceived
- Type: System.Action<string>