org.squashtest.tm.service.importer
public interface ImportRequirementTestCaseLinksSummary
| Modifier and Type | Method and Description |
|---|---|
void |
add(ImportRequirementTestCaseLinksSummary summary)
adds the result of an import summary to this import summary
|
int |
getFailures() |
Set<Integer> |
getLinkAlreadyExist() |
Set<String> |
getMissingColumnHeaders()
if the format of the file is bad, this method will let the client know.
|
Set<Integer> |
getObsoletes() |
Set<Integer> |
getRequirementAccessRejected() |
Set<Integer> |
getRequirementNotFound() |
int |
getSuccess() |
Set<Integer> |
getTestCaseAccessRejected() |
Set<Integer> |
getTestCaseNotFound() |
int |
getTotal() |
Set<Integer> |
getVersionNotFound() |
boolean |
isCriticalErrors()
Tells whether the operation failed completely because of something really bad.
|
int getTotal()
int getSuccess()
int getFailures()
Set<Integer> getRequirementNotFound()
Set<Integer> getTestCaseNotFound()
Set<Integer> getVersionNotFound()
Set<Integer> getObsoletes()
Set<Integer> getRequirementAccessRejected()
Set<Integer> getTestCaseAccessRejected()
void add(ImportRequirementTestCaseLinksSummary summary)
Set<Integer> getLinkAlreadyExist()
Set<String> getMissingColumnHeaders()
boolean isCriticalErrors()
Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.