Class CacheDependencyInfo
Information about project dependency
Inheritance
object
CacheDependencyInfo
Namespace: BuildSystem.ManagerObject.Interfaces
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public class CacheDependencyInfo : Object
Constructors
CacheDependencyInfo()
Declaration
public CacheDependencyInfo()
Properties
BuildVersion
Version provided to builder
Declaration
public VersionProp? BuildVersion { get; set; }
Property Value
Type | Description |
---|---|
VersionProp |
Hash
Hash of sources
Declaration
public string? Hash { get; set; }
Property Value
Type | Description |
---|---|
string |
Variant
Variant of configuration
Declaration
public string? Variant { get; set; }
Property Value
Type | Description |
---|---|
string |