Verification done for Engineering Workflow Management
When you run the verify command, you must specify the level at which you want to do the verification. There are ten levels of verification and different verification is done at each level of the verify command.
Verification done by verifiers
The component of each verifier runs only at and above a certain level. For example,
com.ibm.team.build
component of the build.migration.verifier
verifier does verification only if the -verify command is run at level 5 or
above.
Verifier | Component | Minimum Level | Description |
scm.history.verifier | com.ibm.team.scm | 10 | SCM verifiers check the following four aspects:
For Engineering Workflow Management version 7.0.2 and earlier, the verifier perform the checks based on the level specified. For example, if the level specified is 5, 50% of the 500 components are verified. Similarly, at level 6, 60% of the total components are verified. |
build.migration.verifier | com.ibm.team.build | 5 | Build verifier checks this four things:
|
filesystem.file.verifier | com.ibm.team.filesystem | 10 | For Engineering Workflow Management version 7.0.2 and earlier, the verifier checks files for components to verify the length and hash code of those files. The number of components from which the files are verified depends on the level specified. For example, if there are 500 components and the level specified is 5, 50% of the 500 components are verified. Similarly, at level 6, 60% of the total components are verified. The maximum number of components supported is 512. |
apt.wiki.verifier | com.ibm.team.apt | 5 | APT verifier performs the following verification:
|
workitem.repository.verifier | com.ibm.team.workitem | 5 | Checks for dangling references for work item, for example, value for the following properties
are available or not:
|
interop.repository.verifier | com.ibm.team.interop | 5 |
|
projectAreaMigrationVerifier | com.ibm.team.process | 1 | Fetches all project areas and validates these properties for each project area preSave, postSave, Hierarcy, iterationStructure, attachments, projectLinks, readAccessLists |
teamAreaMigrationVerifier | Fetches all team area and validates these properties for each team area preSave, postSave, Hierarcy, iterationStructure, attachments, projectLinks, readAccessLists | ||
processDefinitionMigrationVerifier | Fetches all process definitions and validates these properties for each process definition preSave, postSave, Hierarcy, iterationStructure, attachments, projectLinks, readAccessLists |