com.cisco.step.jenkins.plugins.jenkow
Class JenkowWorkflowRepositorySSHAccess
java.lang.Object
org.jenkinsci.plugins.gitserver.RepositoryResolver
com.cisco.step.jenkins.plugins.jenkow.JenkowWorkflowRepositorySSHAccess
- All Implemented Interfaces:
- hudson.ExtensionPoint
@Extension
public class JenkowWorkflowRepositorySSHAccess
- extends org.jenkinsci.plugins.gitserver.RepositoryResolver
Exposes this repository over SSH.
- Author:
- Max Spring
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class org.jenkinsci.plugins.gitserver.RepositoryResolver |
all |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JenkowWorkflowRepositorySSHAccess
public JenkowWorkflowRepositorySSHAccess()
createReceivePack
public org.eclipse.jgit.transport.ReceivePack createReceivePack(String fullRepositoryName)
throws IOException,
InterruptedException
- Specified by:
createReceivePack in class org.jenkinsci.plugins.gitserver.RepositoryResolver
- Throws:
IOException
InterruptedException
createUploadPack
public org.eclipse.jgit.transport.UploadPack createUploadPack(String fullRepositoryName)
throws IOException,
InterruptedException
- Specified by:
createUploadPack in class org.jenkinsci.plugins.gitserver.RepositoryResolver
- Throws:
IOException
InterruptedException
Copyright © 2004-2012. All Rights Reserved.