Uses of Class
net.florianschoppmann.issuetracking.youtrack.restold.ImportReport
-
Packages that use ImportReport Package Description net.florianschoppmann.issuetracking.youtrack net.florianschoppmann.issuetracking.youtrack.restold -
-
Uses of ImportReport in net.florianschoppmann.issuetracking.youtrack
Methods in net.florianschoppmann.issuetracking.youtrack that return ImportReport Modifier and Type Method Description ImportReportYouTrackClient. importAttachment(Attachments.Attachment attachment, String projectAbbrev, Path basePath, boolean dryRun)Imports the given attachment.ImportReportYouTrackClient. importIssues(Issues issues, String projectAbbrev, boolean dryRun)ImportReportYouTrackClient. importLinks(List links, boolean dryRun) -
Uses of ImportReport in net.florianschoppmann.issuetracking.youtrack.restold
Methods in net.florianschoppmann.issuetracking.youtrack.restold that return ImportReport Modifier and Type Method Description ImportReportObjectFactory. createImportReport()Create an instance ofImportReport
-