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(GhprbTrigger trigger)
           
 
Method Summary
 String getBotUserLogin()
           
 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(GhprbTrigger trigger)
Method Detail

isUserMemberOfOrganization

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

getBotUserLogin

public String getBotUserLogin()


Copyright © 2004-2016. All Rights Reserved.