Interface | Description |
---|---|
CustomFieldMapperValidator |
Validates the automatic mappings that have been created to see if the mappings are relevant in the current
JIRA instances setup.
|
CustomFieldOptionMapperValidator |
Validates the automatic mappings that have been created to see if the mappings are relevant in the current JIRA instances setup.
|
IssueLinkTypeMapperValidator |
Validates the automatic mappings that have been created to see if the mappings are relevant in the current JIRA instance.
|
IssueTypeMapperValidator |
Validates the automatic mappings that have been created to see if the mappings are relevant in the current
JIRA instances setup.
|
MapperValidator |
Validates a Project Import Mapper.
|
ProjectAwareMapperValidator |
Validates if mapping in passed
simpleProjectImportIdMapper is correct in current JIRA instance and provided destination project (backupProject ). |
ProjectImportValidators |
This injected interface holds all the individual validators for the Project Imports.
|
ProjectRoleActorMapperValidator |
Finds any ProjectRoleActors that cannot be automatically added to the Project Role for the imported project and
reports these as validation warnings.
|
StatusMapperValidator |
Validates the automatic mappings that have been created to see if the mappings are relevant in the current
JIRA instances setup.
|
UserMapperValidator |
Validates the required Users
This validator makes sure that the Users that are required:
exist in the current instance
|
Class | Description |
---|---|
AbstractSimpleMapperValidator | |
CustomFieldMapperValidatorImpl | |
CustomFieldOptionMapperValidatorImpl | |
GroupMapperValidator |
Validates that a Group Mapper has all the required groups.
|
IssueLinkTypeMapperValidatorImpl | |
IssueSecurityLevelValidator |
Validates that a IssueSecurityLevel has all required security levels mapped.
|
IssueTypeMapperValidatorImpl | |
PriorityMapperValidator |
Validates that a PriorityMapper has all required priorities mapped.
|
ProjectImportValidatorsImpl | |
ProjectRoleActorMapperValidatorImpl | |
ProjectRoleMapperValidator |
Validates that a ProjectRoleMapper has all required project roles mapped.
|
ResolutionMapperValidator |
Validates that a ResolutionMapper has all required resolutions mapped.
|
StatusMapperValidatorImpl | |
SystemFieldsMaxTextLengthValidator |
Checks if the largest (in terms of length) system field found in the project does not exceed the jira character
limit.
|
UserMapperValidatorImpl |
Copyright © 2002-2019 Atlassian. All Rights Reserved.