public class ImportRequirementTestCaseLinksSummaryImpl extends Object implements ImportRequirementTestCaseLinksSummary
| Constructor and Description |
|---|
ImportRequirementTestCaseLinksSummaryImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ImportRequirementTestCaseLinksSummary summary)
adds the result of an import summary to this import summary
|
void |
addLinkAlreadyExist(int number) |
void |
addMissingColumnHeader(String headerName) |
void |
addObsolete(int number) |
void |
addRequirementAccessRejected(int number) |
void |
addRequirementNotFound(int number) |
void |
addTestCaseAccessRejected(int number) |
void |
addTestCaseNotFound(int number) |
void |
addVersionNotFound(int number) |
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() |
void |
incrFailures() |
void |
incrTotal() |
boolean |
isCriticalErrors()
Tells whether the operation failed completely because of something really bad.
|
void |
setFailures(int failures) |
void |
setTotal(int total) |
public ImportRequirementTestCaseLinksSummaryImpl()
public void incrTotal()
public void incrFailures()
public void addObsolete(int number)
public void addRequirementAccessRejected(int number)
public void addRequirementNotFound(int number)
public void addTestCaseAccessRejected(int number)
public void addTestCaseNotFound(int number)
public void addVersionNotFound(int number)
public void addLinkAlreadyExist(int number)
public void addMissingColumnHeader(String headerName)
public int getTotal()
getTotal in interface ImportRequirementTestCaseLinksSummarypublic void setTotal(int total)
public int getFailures()
getFailures in interface ImportRequirementTestCaseLinksSummarypublic void setFailures(int failures)
public int getSuccess()
getSuccess in interface ImportRequirementTestCaseLinksSummarypublic Set<Integer> getRequirementNotFound()
getRequirementNotFound in interface ImportRequirementTestCaseLinksSummarypublic Set<Integer> getTestCaseNotFound()
getTestCaseNotFound in interface ImportRequirementTestCaseLinksSummarypublic Set<Integer> getVersionNotFound()
getVersionNotFound in interface ImportRequirementTestCaseLinksSummarypublic Set<Integer> getObsoletes()
getObsoletes in interface ImportRequirementTestCaseLinksSummarypublic Set<Integer> getRequirementAccessRejected()
getRequirementAccessRejected in interface ImportRequirementTestCaseLinksSummarypublic Set<Integer> getTestCaseAccessRejected()
getTestCaseAccessRejected in interface ImportRequirementTestCaseLinksSummarypublic void add(ImportRequirementTestCaseLinksSummary summary)
ImportRequirementTestCaseLinksSummaryadd in interface ImportRequirementTestCaseLinksSummarypublic Set<Integer> getLinkAlreadyExist()
getLinkAlreadyExist in interface ImportRequirementTestCaseLinksSummarypublic Set<String> getMissingColumnHeaders()
ImportRequirementTestCaseLinksSummarygetMissingColumnHeaders in interface ImportRequirementTestCaseLinksSummarypublic boolean isCriticalErrors()
ImportRequirementTestCaseLinksSummaryisCriticalErrors in interface ImportRequirementTestCaseLinksSummaryCopyright © 2010-2015 Henix, henix.fr. All Rights Reserved.