Version:
ContainerStartInfo Class
Contains information used to start a process in a container.
Inheritance Hierarchy
- object
- Inedo.Extensibility.Operations.ContainerStartInfo
Syntax
public
sealed
class
ContainerStartInfo : IEquatable<T>
Properties
|
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.
|