Method | Description | |
---|---|---|
CalculateEffectiveConfiguration ( ) : void | ||
GitVersionContext ( IRepository repository, Branch currentBranch, Config configuration, bool onlyEvaluateTrackedBranches = true, string commitId = null ) : System | ||
GitVersionContext ( IRepository repository, Config configuration, bool isForTrackingBranchOnly = true, string commitId = null ) : System |
public CalculateEffectiveConfiguration ( ) : void | ||
return | void |
public GitVersionContext ( IRepository repository, Branch currentBranch, Config configuration, bool onlyEvaluateTrackedBranches = true, string commitId = null ) : System | ||
repository | IRepository | |
currentBranch | Branch | |
configuration | Config | |
onlyEvaluateTrackedBranches | bool | |
commitId | string | |
return | System |
public GitVersionContext ( IRepository repository, Config configuration, bool isForTrackingBranchOnly = true, string commitId = null ) : System | ||
repository | IRepository | |
configuration | Config | |
isForTrackingBranchOnly | bool | |
commitId | string | |
return | System |