com.base2services.jenkins.github
Class GitHubSQSHook

java.lang.Object
  extended by com.base2services.jenkins.github.GitHubSQSHook

public class GitHubSQSHook
extends Object

Manage the GitHub SQS Service Hook

Author:
aaronwalker

Constructor Summary
GitHubSQSHook()
           
 
Method Summary
static GitHubSQSHook get()
           
 Iterable<org.kohsuke.github.GitHub> login(String host, String userName)
          Logs in as the given user and returns the connection object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GitHubSQSHook

public GitHubSQSHook()
Method Detail

login

public Iterable<org.kohsuke.github.GitHub> login(String host,
                                                 String userName)
Logs in as the given user and returns the connection object.


get

public static GitHubSQSHook get()


Copyright © 2004-2013. All Rights Reserved.