This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.
Summary
Initializes a new instance of the
IIssueComparer class.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- IIssueComparer
Syntax
public IIssueComparer(bool compareOnlyPersistentProperties)
Remarks
If compareOnlyPersistentProperties is set to
true the following
properties will be ignored while comparing the issue:
Parameters
| Name | Type | Description |
|---|---|---|
| compareOnlyPersistentProperties | bool | Flag indicating whether properties which
are affected by changes in files should be considered while comparing issues.
If set to true, the comparer can be used to compare issues from different
build runs, where files might have been changed or renamed. |
Return Value
| Type | Description |
|---|---|
| void |
