Class GitScriptlerRepositorySSHAccess
- java.lang.Object
-
- org.jenkinsci.plugins.gitserver.RepositoryResolver
-
- org.jenkinsci.plugins.scriptler.git.GitScriptlerRepositorySSHAccess
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class GitScriptlerRepositorySSHAccess extends org.jenkinsci.plugins.gitserver.RepositoryResolver
Exposes this repository over SSH.- Author:
- Dominik Bartholdi (imod)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description GitScriptlerRepositorySSHAccess()
-
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
- Specified by:
createReceivePack
in classorg.jenkinsci.plugins.gitserver.RepositoryResolver
- Throws:
IOException
- See Also:
RepositoryResolver.createReceivePack(java.lang.String)
-
createUploadPack
public org.eclipse.jgit.transport.UploadPack createUploadPack(String fullRepositoryName) throws IOException
- Specified by:
createUploadPack
in classorg.jenkinsci.plugins.gitserver.RepositoryResolver
- Throws:
IOException
- See Also:
RepositoryResolver.createUploadPack(java.lang.String)
-
-