Interface IBuildInfoSaver
Save build information in some storage
Namespace: BuildSystem.ProjectList
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public interface IBuildInfoSaver
Properties
Props
Properties
Declaration
IBuildInfoSaverProps Props { get; }
Property Value
Type | Description |
---|---|
IBuildInfoSaverProps |
Methods
Save(IProject, List<IProject>, Variant, Dictionary<string, string?>)
Save build information in some storage
Declaration
void Save(IProject project, List<IProject> projects, Variant variant, Dictionary<string, string?> buildInfo)
Parameters
Type | Name | Description |
---|---|---|
IProject | project | |
System.Collections.Generic.List<><IProject> | projects | |
Variant | variant | |
System.Collections.Generic.Dictionary<,><string, string> | buildInfo |