- Namespace
-
GitVersion
.Agents - Implementing Types
graph BT Type["IBuildAgent"] class Type type-node
Implementing0["ICurrentBuildAgent"]-.->Type click
Implementing0 "/api/GitVersion.Agents/ICurrentBuildAgent"
Syntax
public interface IBuildAgent
Properties
Name | Value | Summary |
---|---|---|
IsDefault | bool |
Methods
Name | Value | Summary |
---|---|---|
Can |
bool | |
GetCurrentBranch |
string | |
PreventFetch |
bool | |
ShouldCleanUpRemotes |
bool | |
WriteIntegration |
void |
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
T |
From
CommonExtensions
|