Class IncrementalInfo
Inheritance
IncrementalInfo
Assembly: Microsoft.DocAsCode.Plugins.dll
Syntax
public class IncrementalInfo
Properties
|
Improve this Doc
View Source
Processors
Declaration
[JsonProperty("processors")]
public IReadOnlyDictionary<string, IncrementalStatus> Processors { get; }
Property Value
|
Improve this Doc
View Source
Status
Declaration
[JsonProperty("status")]
public IncrementalStatus Status { get; }
Property Value
Methods
|
Improve this Doc
View Source
ReportProcessorFileCount(String, Int64, Int64)
Declaration
public void ReportProcessorFileCount(string processor, long totalFileCount, long skippedFileCount)
Parameters
Type |
Name |
Description |
String |
processor |
|
Int64 |
totalFileCount |
|
Int64 |
skippedFileCount |
|
|
Improve this Doc
View Source
ReportProcessorStatus(String, Boolean, String, String)
Declaration
public void ReportProcessorStatus(string processor, bool canIncremental, string details = null, string fullBuildReasonCode = null)
Parameters
|
Improve this Doc
View Source
ReportStatus(Boolean, IncrementalPhase, String, String)
Declaration
public void ReportStatus(bool canIncremental, IncrementalPhase incrementalPhase, string details = null, string fullBuildReasonCode = null)
Parameters
Extension Methods