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 ImportReport
YouTrackClient. importAttachment(Attachments.Attachment attachment, String projectAbbrev, Path basePath, boolean dryRun)
Imports the given attachment.ImportReport
YouTrackClient. importIssues(Issues issues, String projectAbbrev, boolean dryRun)
ImportReport
YouTrackClient. 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 ImportReport
ObjectFactory. createImportReport()
Create an instance ofImportReport
-