Uses of Class
org.eluder.coveralls.maven.plugin.ProcessingException
Packages that use ProcessingException
Package
Description
-
Uses of ProcessingException in org.eluder.coveralls.maven.plugin
Methods in org.eluder.coveralls.maven.plugin that throw ProcessingExceptionModifier and TypeMethodDescriptionprotected JobCoverallsReportMojo.createJob()Creates the job.voidCoverageParser.parse(SourceCallback callback) Parses a coverage report.protected voidCoverallsReportMojo.writeCoveralls(JsonWriter writer, SourceCallback sourceCallback, List<CoverageParser> parsers) Writes coverage data to JSON file. -
Uses of ProcessingException in org.eluder.coveralls.maven.plugin.httpclient
Methods in org.eluder.coveralls.maven.plugin.httpclient that throw ProcessingException -
Uses of ProcessingException in org.eluder.coveralls.maven.plugin.json
Methods in org.eluder.coveralls.maven.plugin.json that throw ProcessingException -
Uses of ProcessingException in org.eluder.coveralls.maven.plugin.logging
Methods in org.eluder.coveralls.maven.plugin.logging that throw ProcessingExceptionModifier and TypeMethodDescriptionprotected voidCoverageTracingLogger.onSourceInternal(Source source) -
Uses of ProcessingException in org.eluder.coveralls.maven.plugin.parser
Methods in org.eluder.coveralls.maven.plugin.parser that throw ProcessingExceptionModifier and TypeMethodDescriptionprotected XMLStreamReaderAbstractXmlEventParser.createEventReader(Reader reader) protected abstract voidAbstractXmlEventParser.onEvent(XMLStreamReader xml, SourceCallback callback) protected voidCloverParser.onEvent(XMLStreamReader xml, SourceCallback callback) protected voidCoberturaParser.onEvent(XMLStreamReader xml, SourceCallback callback) protected voidJaCoCoParser.onEvent(XMLStreamReader xml, SourceCallback callback) protected voidSagaParser.onEvent(XMLStreamReader xml, SourceCallback callback) final voidAbstractXmlEventParser.parse(SourceCallback callback) -
Uses of ProcessingException in org.eluder.coveralls.maven.plugin.source
Methods in org.eluder.coveralls.maven.plugin.source that throw ProcessingExceptionModifier and TypeMethodDescriptionfinal voidChainingSourceCallback.onBegin()voidSourceCallback.onBegin()Called before source parsing has started.voidUniqueSourceCallback.onBegin()protected voidChainingSourceCallback.onBeginInternal()Defaults to no-op implementation.final voidChainingSourceCallback.onComplete()voidSourceCallback.onComplete()Called after all sources are handled.voidUniqueSourceCallback.onComplete()protected voidChainingSourceCallback.onCompleteInternal()Defaults to no-op implementation.final voidvoidHandles a parsed source file.voidprotected abstract voidChainingSourceCallback.onSourceInternal(Source source) On source internal. -
Uses of ProcessingException in org.eluder.coveralls.maven.plugin.util
Methods in org.eluder.coveralls.maven.plugin.util that throw ProcessingException