com.cisco.step.jenkins.plugins.jenkow
Class JenkowWorkflowRepositorySSHAccess

java.lang.Object
  extended by org.jenkinsci.plugins.gitserver.RepositoryResolver
      extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
JenkowWorkflowRepositorySSHAccess()
           
 
Method Summary
 org.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JenkowWorkflowRepositorySSHAccess

public JenkowWorkflowRepositorySSHAccess()
Method Detail

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.