public interface ImportSummary
| Modifier and Type | Method and Description |
|---|---|
void |
add(ImportSummary summary)
adds the result of an import summary to this import summary
|
int |
getFailures() |
int |
getMilestoneFailures() |
int |
getMilestoneNotActivatedFailures() |
int |
getModified() |
int |
getRejected() |
int |
getRenamed() |
int |
getSuccess() |
int |
getTotal() |
int getTotal()
int getSuccess()
int getRenamed()
int getModified()
int getFailures()
int getRejected()
void add(ImportSummary summary)
int getMilestoneFailures()
int getMilestoneNotActivatedFailures()
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.