Klasse PathResolver

java.lang.Object
io.jenkins.plugins.coverage.metrics.steps.PathResolver

public class PathResolver extends Object
Resolves source code files on the agent using the stored paths of the coverage reports. Since these paths are relative, this resolver tries to find the absolute paths by guessing the prefix to the relative path. It also evaluates the defined source paths as prefixes when resolving the absolute paths.