Interface LibraryStepRetrieverVerifier
- All Superinterfaces:
ExtensionPoint
- All Known Implementing Classes:
MultibranchScmRevisionVerifier
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public interface LibraryStepRetrieverVerifier
extends ExtensionPoint
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Method Summary
-
Method Details
-
verify
void verify(Run<?, ?> run, TaskListener listener, SCM scm, String name) throws IOException, InterruptedException- Throws:
IOException
InterruptedException
-
all
-