IContainerManager Interface

Provides methods for working with containers attached to a build.

Inheritance Hierarchy

Syntax

public interface IContainerManager

Methods

Name Description
AttachContainerToBuildAsync(AttachedContainer container, System.Threading.CancellationToken cancellationToken)

Attaches the specified container to the current build.

DeactivateContainerAsync(string name, string tag, string source)

Marks the specified container as inactive in the current build.

GetBuildContainersAsync(System.Threading.CancellationToken cancellationToken)

Returns the containers attached to the current build.