Contains information used to start a process in a container.
Name | Description | |
---|---|---|
ErrorDataReceived |
Method invoked when a line of error data is received. |
|
Image |
Image name used to look up the image using IBS. |
|
MapExecutionDirectory |
When true, the current execution dirctory will be mapped to /var/buildmaster-ibs/ in the container. |
|
OutputDataReceived |
Method invoked when a line of output data is received. |
|
StartInfo |
Inedo.Agents.RemoteProcessStartInfo instance describing the process to start inside the container. |
|
Volumes |
List of additional volumes to map inside the container. |