Class MinerFactory
java.lang.Object
io.jenkins.plugins.forensics.miner.MinerFactory
- All Implemented Interfaces:
ExtensionPoint
Jenkins extension point that allows plugins to create
RepositoryMiner
instances based on a supported SCM
.- Author:
- Ullrich Hafner
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Optional
<RepositoryMiner> createMiner
(SCM scm, Run<?, ?> run, FilePath workspace, TaskListener listener, edu.hm.hafner.util.FilteredLog logger) Returns a repository miner for the specifiedSCM
.
-
Constructor Details
-
MinerFactory
public MinerFactory()
-
-
Method Details
-
createMiner
public abstract Optional<RepositoryMiner> createMiner(SCM scm, Run<?, ?> run, FilePath workspace, TaskListener listener, edu.hm.hafner.util.FilteredLog logger) Returns a repository miner for the specifiedSCM
.
-