Uses of Class
org.eluder.coveralls.maven.plugin.domain.Source
Packages that use Source
Package
Description
Provides domain objects used to construct the JSON payload sent 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.
-
Uses of Source in org.eluder.coveralls.maven.plugin.domain
Methods in org.eluder.coveralls.maven.plugin.domain that return SourceMethods in org.eluder.coveralls.maven.plugin.domain with parameters of type Source -
Uses of Source in org.eluder.coveralls.maven.plugin.json
Methods in org.eluder.coveralls.maven.plugin.json with parameters of type Source -
Uses of Source in org.eluder.coveralls.maven.plugin.logging
Methods in org.eluder.coveralls.maven.plugin.logging with parameters of type SourceModifier and TypeMethodDescriptionprotected voidCoverageTracingLogger.onSourceInternal(Source source) -
Uses of Source in org.eluder.coveralls.maven.plugin.parser
Fields in org.eluder.coveralls.maven.plugin.parser declared as SourceModifier and TypeFieldDescriptionprotected SourceCoberturaParser.sourceDeprecated, for removal: This API element is subject to removal in a future version.The source.protected SourceSagaParser.sourceThe source.Methods in org.eluder.coveralls.maven.plugin.parser that return SourceModifier and TypeMethodDescriptionprotected final SourceAbstractXmlEventParser.loadSource(String sourceFile) Load source. -
Uses of Source in org.eluder.coveralls.maven.plugin.source
Methods in org.eluder.coveralls.maven.plugin.source that return SourceModifier and TypeMethodDescriptionLoad.Methods in org.eluder.coveralls.maven.plugin.source with parameters of type SourceModifier and TypeMethodDescriptionfinal voidvoidHandles a parsed source file.voidprotected abstract voidChainingSourceCallback.onSourceInternal(Source source) On source internal.