Interface GitHubMockContext

    • Method Detail

      • client

        org.kohsuke.github.GitHub client​(long id)
      • repository

        org.kohsuke.github.GHRepository repository​(String id)
      • issue

        org.kohsuke.github.GHIssue issue​(long id)
      • pullRequest

        org.kohsuke.github.GHPullRequest pullRequest​(long id)
      • ghObject

        <T extends org.kohsuke.github.GHObject> T ghObject​(Class<T> type,
                                                           long id)
      • ghObjects

        Object[] ghObjects()