ConnectorIssueReporter Interface

Abstract implementation of the Issue Reporter

Implemented by

Properties

Name Type Description
close () => Promise<void>    
getReportPath () => string    
publishReport () => Promise<void>    
recordIgnoredElements (repositoryLinkId: string, ignoredElementIdList: string) => void    
recordReferenceFileInfo (sourceId: string, name: string, uniqueName: string, itemType: string, dataSource: string, downloadUrl: string, state: string, failureReason: string, exists: boolean, fileSize: number, foundByConnector: boolean) => void    
recordSourceFileInfo (sourceId: string, name: string, uniqueName: string, itemType: string, dataSource: string, state: string, failureReason: string, exists: boolean, fileSize: number, foundByConnector: boolean, downloadUrl?: string) => void    
reportIssue (ecInstanceId: string, sourceId: string, level: "Error" | "Warning", category: string, message: string, type: string) => void    

Defined in

Last Updated: 03 May, 2024