Interface IVersionEnvironment
Contract for accessing environment variables for a version environment.
Namespace: SimpleVersion.Environment
Assembly: SimpleVersion.Abstractions.dll
Syntax
public interface IVersionEnvironment
Properties
| Improve this Doc View SourceBranchName
Gets the branch name from the environment.
Declaration
string BranchName { get; }
Property Value
Type | Description |
---|---|
System.String |
CanonicalBranchName
Gets the canonical branch name from the environment.
Declaration
string CanonicalBranchName { get; }
Property Value
Type | Description |
---|---|
System.String |
IsValid
Gets a value indicating whether the environment is valid for the current request.
Declaration
bool IsValid { get; }
Property Value
Type | Description |
---|---|
System.Boolean |