Interface IProjectRestorer
Object as part of IProjectList interface - how to restore projects by downloading their packages from repository
Namespace: BuildSystem.ProjectList
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public interface IProjectRestorer
Properties
Props
Properties
Declaration
IProjectRestorerProps Props { get; }
Property Value
Type | Description |
---|---|
IProjectRestorerProps |
Methods
RestoreProject(IProject, Variant)
Download packages and restore them, like it was building process
Declaration
bool RestoreProject(IProject project, Variant variant)
Parameters
Type | Name | Description |
---|---|---|
IProject | project | |
Variant | variant |
Returns
Type | Description |
---|---|
bool | Flag that project was successfully restored |