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 Constructor Description WorkflowLibSshRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.jgit.transport.ReceivePack
createReceivePack(String fullRepositoryName)
org.eclipse.jgit.transport.UploadPack
createUploadPack(String fullRepositoryName)
-
-
-
Method Detail
-
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
-
-