Class WorkflowLibSshRepository
java.lang.Object
org.jenkinsci.plugins.gitserver.RepositoryResolver
org.jenkinsci.plugins.workflow.cps.global.WorkflowLibSshRepository
- All Implemented Interfaces:
ExtensionPoint
@Extension
public class WorkflowLibSshRepository
extends org.jenkinsci.plugins.gitserver.RepositoryResolver
Exposes the workflow libs as a git repository over SSH.
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jgit.transport.ReceivePack
createReceivePack
(String fullRepositoryName) org.eclipse.jgit.transport.UploadPack
createUploadPack
(String fullRepositoryName) Methods inherited from class org.jenkinsci.plugins.gitserver.RepositoryResolver
all
-
Constructor Details
-
WorkflowLibSshRepository
public WorkflowLibSshRepository()
-
-
Method Details
-
createReceivePack
public org.eclipse.jgit.transport.ReceivePack createReceivePack(String fullRepositoryName) throws IOException, InterruptedException - Specified by:
createReceivePack
in classorg.jenkinsci.plugins.gitserver.RepositoryResolver
- Throws:
IOException
InterruptedException
-
createUploadPack
public org.eclipse.jgit.transport.UploadPack createUploadPack(String fullRepositoryName) throws IOException, InterruptedException - Specified by:
createUploadPack
in classorg.jenkinsci.plugins.gitserver.RepositoryResolver
- Throws:
IOException
InterruptedException
-