|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ImportSummary in org.squashtest.tm.service.importer |
|---|
| Methods in org.squashtest.tm.service.importer with parameters of type ImportSummary | |
|---|---|
void |
ImportSummary.add(ImportSummary summary)
adds the result of an import summary to this import summary |
| Uses of ImportSummary in org.squashtest.tm.service.internal.importer |
|---|
| Classes in org.squashtest.tm.service.internal.importer that implement ImportSummary | |
|---|---|
class |
ImportSummaryImpl
|
| Methods in org.squashtest.tm.service.internal.importer that return ImportSummary | |
|---|---|
ImportSummary |
RequirementImporter.importExcelRequirements(InputStream excelStream,
long libraryId)
|
ImportSummary |
TestCaseImporter.importExcelTestCases(InputStream archiveStream,
Long libraryId,
String encoding)
|
| Methods in org.squashtest.tm.service.internal.importer with parameters of type ImportSummary | |
|---|---|
void |
ImportSummaryImpl.add(ImportSummary summary)
|
| Uses of ImportSummary in org.squashtest.tm.service.internal.requirement |
|---|
| Methods in org.squashtest.tm.service.internal.requirement that return ImportSummary | |
|---|---|
ImportSummary |
RequirementLibraryNavigationServiceImpl.importExcel(InputStream stream,
long libraryId)
|
| Uses of ImportSummary in org.squashtest.tm.service.internal.testcase |
|---|
| Methods in org.squashtest.tm.service.internal.testcase that return ImportSummary | |
|---|---|
ImportSummary |
TestCaseLibraryNavigationServiceImpl.importExcelTestCase(InputStream archiveStream,
long libraryId,
String encoding)
|
| Uses of ImportSummary in org.squashtest.tm.service.requirement |
|---|
| Methods in org.squashtest.tm.service.requirement that return ImportSummary | |
|---|---|
ImportSummary |
RequirementLibraryNavigationService.importExcel(InputStream stream,
long projectId)
Accepts a stream to a .xls / .xlsx file info for requirement folders and requirements. |
| Uses of ImportSummary in org.squashtest.tm.service.testcase |
|---|
| Methods in org.squashtest.tm.service.testcase that return ImportSummary | |
|---|---|
ImportSummary |
TestCaseLibraryNavigationService.importExcelTestCase(InputStream archiveStream,
long libraryId,
String encoding)
Accepts a stream to a .zip file containing regular folders or excel files and nothing else. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||