TfsAreaAndIterationProcessor
Ref
Less than 1 minute to read
2024-08-27 03:49:54 -0500
draft
This page is in draft and may include errors or omissions. Please check the discussions for any pending updates and changes to the content or to suggest your own changes.
The TfsAreaAndIterationProcessor
migrates all of the Area nd Iteraion paths.
Options
Parameter name | Type | Description | Default Value |
AreaMaps | Dictionary | missng XML code comments | missng XML code comments |
Enabled | Boolean | If set to `true` then the processor will run. Set to `false` and the processor will not run. | missng XML code comments |
IterationMaps | Dictionary | missng XML code comments | missng XML code comments |
NodeBasePaths | String[] | missng XML code comments | missng XML code comments |
ProcessorEnrichers | List | List of Enrichers that can be used to add more features to this processor. Only works with Native Processors and not legacy Processors. | missng XML code comments |
RefName | String | `Refname` will be used in the future to allow for using named Options without the need to copy all of the options. | missng XML code comments |
SourceName | String | missng XML code comments | missng XML code comments |
TargetName | String | missng XML code comments | missng XML code comments |
Example
A basic sample for TfsAreaAndIterationProcessor configuration.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"$type": "TfsAreaAndIterationProcessorOptions",
"Enabled": false,
"NodeBasePaths": null,
"AreaMaps": {
"$type": "Dictionary`2"
},
"IterationMaps": {
"$type": "Dictionary`2"
},
"ProcessorEnrichers": null,
"SourceName": "sourceName",
"TargetName": "targetName"
}