org.jenkinsci.plugins.ghprb
Class GhprbGitHub

java.lang.Object
  extended by org.jenkinsci.plugins.ghprb.GhprbGitHub

public class GhprbGitHub
extends Object

Author:
janinko

Constructor Summary
GhprbGitHub()
           
 
Method Summary
 org.kohsuke.github.GitHub get()
           
 boolean isUserMemberOfOrganization(String organisation, org.kohsuke.github.GHUser member)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GhprbGitHub

public GhprbGitHub()
Method Detail

get

public org.kohsuke.github.GitHub get()
                              throws IOException
Throws:
IOException

isUserMemberOfOrganization

public boolean isUserMemberOfOrganization(String organisation,
                                          org.kohsuke.github.GHUser member)


Copyright © 2004-2014. All Rights Reserved.