ICurrentBuildAgent Interface

Summary

Marker interface for the build agent that is active in the current execution context.
Namespace
GitVersion.Agents
Interfaces
graph BT Type-.->Interface0["IBuildAgent"] click Interface0 "/api/GitVersion.Agents/IBuildAgent" Type["ICurrentBuildAgent"] class Type type-node

Syntax

public interface ICurrentBuildAgent : IBuildAgent

Extension Methods

Name Value Summary
NotNull<ICurrentBuildAgent>(string) T
Throws ArgumentNullException when value is null; otherwise returns the value.
GitHub