Class ConversionWarnings


  • public class ConversionWarnings
    extends Object
    • Field Detail

      • missingUsers

        public final List<MissingUser> missingUsers
        List of email addresses that cannot be mapped to login names in the target issue tracking system.
      • missingIssueKeys

        public final List<String> missingIssueKeys
        List of issue keys that were already expected to be present in the target issue tracking system.
      • changedIssueSummaries

        public final List<ChangedIssueSummary> changedIssueSummaries
        List of issues where the issue summary has changed from the source to the target issue tracking system.
      • missingProjects

        public final List<MissingProject> missingProjects
        List of missing projects in the target issue tracking system.
    • Constructor Detail

      • ConversionWarnings

        public ConversionWarnings()