org.apache.ivy.core.event.retrieve
public class EndRetrieveEvent extends RetrieveEvent
| Field Summary | |
|---|---|
| static String | NAME |
| Constructor Summary | |
|---|---|
| EndRetrieveEvent(ModuleRevisionId mrid, String[] confs, long elapsedTime, int targetsCopied, int targetsUpToDate, long totalCopiedSize, RetrieveOptions options) | |
| Method Summary | |
|---|---|
| long | getDuration()
Duration of the retrieve operation, in ms.
|
| int | getNbCopied()
Number of artifacts which were copied (or symlinked) during the retrieve
|
| int | getNbUpToDate()
Number of artifacts which were not copied since they were already present and up to date.
|
| long | getTotalCopiedSize()
Total size of all copied (or symlinked) artifacts, in bytes. |
Returns: Duration of the retrieve operation, in ms.
Returns: Number of artifacts which were copied during the retrieve.
Returns: Number of artifacts which were not copied since they were already present and up to date.
Returns: Total size of all copied (or symlinked) artifacts, in bytes.