Uses of Class
org.eluder.coveralls.maven.plugin.ProcessingException
Packages that use ProcessingException
Package
Description
Provides the main Maven plugin classes.
Provides HTTP client related classes to post the coverage data to Coveralls.
Provides JSON related classes to serialize the coverage data to be sent to Coveralls.
Provides logging related classes to log messages to the Maven console.
Provides parsers for various coverage report formats.
Provides classes to read source files for coverage reports.
Provides utilities for the plugin.
-
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 ProcessingExceptionModifier and TypeMethodDescriptionSubmit a coveralls json file to the API. -
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(InputStream inputStream) Creates the event reader.protected abstract voidAbstractXmlEventParser.onEvent(XMLStreamReader xml, SourceCallback callback) On event.protected voidCloverParser.onEvent(XMLStreamReader xml, SourceCallback callback) protected voidCoberturaParser.onEvent(XMLStreamReader xml, SourceCallback callback) Deprecated, for removal: This API element is subject to removal in a future version.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