Class ConversionWarnings
- java.lang.Object
-
- net.florianschoppmann.issuetracking.conversion.ConversionWarnings
-
public class ConversionWarnings extends Object
-
-
Field Summary
Fields Modifier and Type Field Description List<ChangedIssueSummary>
changedIssueSummaries
List of issues where the issue summary has changed from the source to the target issue tracking system.List<String>
missingIssueKeys
List of issue keys that were already expected to be present in the target issue tracking system.List<MissingProject>
missingProjects
List of missing projects in the target issue tracking system.List<MissingUser>
missingUsers
List of email addresses that cannot be mapped to login names in the target issue tracking system.
-
Constructor Summary
Constructors Constructor Description ConversionWarnings()
-
-
-
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.
-
-