Summary
Description of a provider to retrieve repository information.
- Assembly
- Cake
.Frosting .Issues .Recipe .dll - Namespace
- Cake
.Frosting .Issues .Recipe
graph BT
Type["IRepositoryInfoProvider"]
class Type type-node
Syntax
public interface IRepositoryInfoProvider
Methods
Name | Value | Summary |
---|---|---|
GetCommitId |
string |
Returns the SHA hash of the current commit.
|
Get |
Uri |
Returns the URL of the remote repository.
|
Get |
DirectoryPath |
Returns the root directory of the current repository.
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|