Interface ICleaner
Deleting build results
Namespace: BuildSystem.ManagerObject.Interfaces
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public interface ICleaner : IManager
Methods
Clean(IEnumerable<string>, Dictionary<string, string>)
Delete build results
Declaration
void Clean(IEnumerable<string> buildResultsList, Dictionary<string, string> constants)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<><string> | buildResultsList | Files, which deleting depends on settings ob cleaner |
System.Collections.Generic.Dictionary<,><string, string> | constants | Replace rules when reading paths to delete |