@Extension
public class GitUserContentRepositorySSHAccess
extends org.jenkinsci.plugins.gitserver.RepositoryResolver
| Constructor and Description |
|---|
GitUserContentRepositorySSHAccess() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jgit.transport.ReceivePack |
createReceivePack(String fullRepositoryName) |
org.eclipse.jgit.transport.UploadPack |
createUploadPack(String fullRepositoryName) |
public org.eclipse.jgit.transport.ReceivePack createReceivePack(String fullRepositoryName) throws IOException, InterruptedException
createReceivePack in class org.jenkinsci.plugins.gitserver.RepositoryResolverIOExceptionInterruptedExceptionpublic org.eclipse.jgit.transport.UploadPack createUploadPack(String fullRepositoryName) throws IOException, InterruptedException
createUploadPack in class org.jenkinsci.plugins.gitserver.RepositoryResolverIOExceptionInterruptedExceptionCopyright © 2004-2012. All Rights Reserved.