public class HeliumCopyFilesAnalyticsEvent extends AbstractHeliumFilesEvent
AbstractHeliumAnalyticsEvent.LicenseType| Constructor and Description |
|---|
HeliumCopyFilesAnalyticsEvent(int autoCopyFilesCopyCount,
int manualCopyFilesCount,
int successFilesCount,
int failedFilesCount,
Collection<FileCopyService.CopyFailure> uncopiedFiles) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Map<String,String>> |
getCopyingErrors() |
int |
getFailedFilesCount()
This method is used by Analytic api
|
int |
getSuccessFilesCount()
This method is used by Analytic api
|
getAutoCopyFilesCopy, getManualCopyFilesCountgetEventName, getJiraRunId, getLicenseType, getStartupMode, setLicenseType, setStartupModepublic HeliumCopyFilesAnalyticsEvent(int autoCopyFilesCopyCount,
int manualCopyFilesCount,
int successFilesCount,
int failedFilesCount,
Collection<FileCopyService.CopyFailure> uncopiedFiles)
autoCopyFilesCopyCount - The number of files which will be suggested for automatic copying of the entire filemanualCopyFilesCount - The number of files which will be suggested for manual copying of changessuccessFilesCount - the number of files which are successfully copied.failedFilesCount - the number of files which are fail to copied.uncopiedFiles - information about the error which prevented the copy succeedingpublic int getSuccessFilesCount()
public int getFailedFilesCount()
public Collection<Map<String,String>> getCopyingErrors()
Copyright © 2002-2022 Atlassian. All Rights Reserved.