diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index e7d75a731..e43abe1ea 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - + -All Classes (GitHub API for Java 1.68 API) - +All Classes (GitHub API for Java 1.69 API) + @@ -69,6 +69,7 @@
  • GHMilestone
  • GHMilestoneState
  • GHMyself
  • +
  • GHMyself.RepositoryListFilter
  • GHNotificationStream
  • GHObject
  • GHOrganization
  • @@ -90,6 +91,7 @@
  • GHReleaseBuilder
  • GHRepository
  • GHRepository.Contributor
  • +
  • GHRepository.ForkSort
  • GHRepositorySearchBuilder
  • GHRepositorySearchBuilder.Sort
  • GHSearchBuilder
  • diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 88e345335..10f99451d 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + -All Classes (GitHub API for Java 1.68 API) - +All Classes (GitHub API for Java 1.69 API) + @@ -69,6 +69,7 @@
  • GHMilestone
  • GHMilestoneState
  • GHMyself
  • +
  • GHMyself.RepositoryListFilter
  • GHNotificationStream
  • GHObject
  • GHOrganization
  • @@ -90,6 +91,7 @@
  • GHReleaseBuilder
  • GHRepository
  • GHRepository.Contributor
  • +
  • GHRepository.ForkSort
  • GHRepositorySearchBuilder
  • GHRepositorySearchBuilder.Sort
  • GHSearchBuilder
  • diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 875a5e29d..18973b7b6 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,16 +2,16 @@ - + -Constant Field Values (GitHub API for Java 1.68 API) - +Constant Field Values (GitHub API for Java 1.69 API) + diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 5410b7013..60a812ddb 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,16 +2,16 @@ - + -Deprecated List (GitHub API for Java 1.68 API) - +Deprecated List (GitHub API for Java 1.69 API) + @@ -156,77 +156,82 @@ -org.kohsuke.github.GHHook.getHtmlUrl() -
    This object has no HTML URL.
    - - - -org.kohsuke.github.GHCommitStatus.getHtmlUrl() -
    This object has no HTML URL.
    - - - -org.kohsuke.github.GHThread.getHtmlUrl() -
    This object has no HTML URL.
    - - - org.kohsuke.github.GHDeployment.getHtmlUrl()
    This object has no HTML URL.
    - -org.kohsuke.github.GHAsset.getHtmlUrl() -
    This object has no HTML URL.
    - - -org.kohsuke.github.GHAuthorization.getHtmlUrl() -
    This object has no HTML URL.
    - - - org.kohsuke.github.GHIssueComment.getHtmlUrl()
    This object has no HTML URL.
    + +org.kohsuke.github.GHAuthorization.getHtmlUrl() +
    This object has no HTML URL.
    + + +org.kohsuke.github.GHThread.getHtmlUrl() +
    This object has no HTML URL.
    + + + +org.kohsuke.github.GHCommitStatus.getHtmlUrl() +
    This object has no HTML URL.
    + + + +org.kohsuke.github.GHHook.getHtmlUrl() +
    This object has no HTML URL.
    + + + org.kohsuke.github.GHDeploymentStatus.getHtmlUrl()
    This object has no HTML URL.
    + +org.kohsuke.github.GHAsset.getHtmlUrl() +
    This object has no HTML URL.
    + + org.kohsuke.github.GHPullRequest.getIssueUpdatedAt() +org.kohsuke.github.GHRepository.getMasterBranch() +
    Renamed to GHRepository.getDefaultBranch()
    + + + org.kohsuke.github.GHOrganization.getMembers()
    use GHOrganization.listMembers()
    - + org.kohsuke.github.GHRepository.getMilestones()
    Use GHRepository.listMilestones(GHIssueState)
    - + org.kohsuke.github.GHRepository.getPostCommitHooks()
    Use GHRepository.getHooks() and GHRepository.createHook(String, Map, Collection, boolean)
    - + org.kohsuke.github.GHRepository.getReleases()
    use GHRepository.listReleases()
    - + org.kohsuke.github.GHIssueComment.getUserName() - + org.kohsuke.github.GHPerson.iterateRepositories(int)
    Use GHPerson.listRepositories()
    - + org.kohsuke.github.GHMyself.listAllRepositories()
    Use GHMyself.listRepositories()
    diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index d6063f332..b1451bf84 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,16 +2,16 @@ - + -API Help (GitHub API for Java 1.68 API) - +API Help (GitHub API for Java 1.69 API) + diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 2f7815b0d..015044aad 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,16 +2,16 @@ - + -Index (GitHub API for Java 1.68 API) - +Index (GitHub API for Java 1.69 API) + @@ -251,6 +251,10 @@
     
    createGist() - Method in class org.kohsuke.github.GitHub
     
    +
    createHook(String, Map<String, String>, Collection<GHEvent>, boolean) - Method in class org.kohsuke.github.GHOrganization
    +
    +
    See https://api.github.com/hooks for possible names and their configuration scheme.
    +
    createHook(String, Map<String, String>, Collection<GHEvent>, boolean) - Method in class org.kohsuke.github.GHRepository
    See https://api.github.com/hooks for possible names and their configuration scheme.
    @@ -293,6 +297,10 @@
    Creates a new authorization.
    +
    createWebHook(URL, Collection<GHEvent>) - Method in class org.kohsuke.github.GHOrganization
    +
     
    +
    createWebHook(URL) - Method in class org.kohsuke.github.GHOrganization
    +
     
    createWebHook(URL, Collection<GHEvent>) - Method in class org.kohsuke.github.GHRepository
     
    createWebHook(URL) - Method in class org.kohsuke.github.GHRepository
    @@ -331,6 +339,10 @@
    Deletes this hook.
    +
    delete() - Method in class org.kohsuke.github.GHIssueComment
    +
    +
    Deletes this issue comment.
    +
    delete() - Method in class org.kohsuke.github.GHLabel
     
    delete() - Method in class org.kohsuke.github.GHPullRequestReviewComment
    @@ -760,6 +772,10 @@
    This field doesn't appear to be consistently available in all the situations where this class is used.
    +
    getDefaultBranch() - Method in class org.kohsuke.github.GHRepository
    +
    +
    Returns the primary branch you'll configure in the "Admin > Options" config page.
    +
    getDeletions() - Method in class org.kohsuke.github.GHPullRequest
     
    getDeletions() - Method in class org.kohsuke.github.GHPullRequestFileDetail
    @@ -843,7 +859,7 @@
     
    getFileName() - Method in class org.kohsuke.github.GHCommit.File
    -
    Just the base name and the extension without any directory name.
    +
    Full path in the repository.
    getFileName() - Method in class org.kohsuke.github.GHGistFile
     
    @@ -870,7 +886,9 @@
    Lists the users that this user is following
    getForks() - Method in class org.kohsuke.github.GHRepository
    -
     
    +
    +
    Returns the number of all forks of this repository.
    +
    getForksUrl() - Method in class org.kohsuke.github.GHGist
     
    getFullName() - Method in class org.kohsuke.github.GHRepository
    @@ -910,8 +928,14 @@
    getHomepage() - Method in class org.kohsuke.github.GHRepository
     
    +
    getHook(int) - Method in class org.kohsuke.github.GHOrganization
    +
     
    getHook(int) - Method in class org.kohsuke.github.GHRepository
     
    +
    getHooks() - Method in class org.kohsuke.github.GHOrganization
    +
    +
    Retrieves the currently configured hooks.
    +
    getHooks() - Method in class org.kohsuke.github.GHRepository
    Retrieves the currently configured hooks.
    @@ -1096,7 +1120,9 @@
    getMasterBranch() - Method in class org.kohsuke.github.GHRepository
    -
    Returns the primary branch you'll configure in the "Admin > Options" config page.
    +
    Deprecated. + +
    getMembers() - Method in class org.kohsuke.github.GHOrganization
    @@ -1311,6 +1337,10 @@
    Use GHRepository.getHooks() and GHRepository.createHook(String, Map, Collection, boolean)
    +
    getPreviousFilename() - Method in class org.kohsuke.github.GHCommit.File
    +
    +
    Previous path, in case file has moved.
    +
    getPublicGistCount() - Method in class org.kohsuke.github.GHPerson
     
    getPublicKeys() - Method in class org.kohsuke.github.GHMyself
    @@ -2050,6 +2080,10 @@
    GHMyself() - Constructor for class org.kohsuke.github.GHMyself
     
    +
    GHMyself.RepositoryListFilter - Enum in org.kohsuke.github
    +
    +
    Type of repositories returned during listing.
    +
    GHNotificationStream - Class in org.kohsuke.github
    Listens to GitHub notification stream.
    @@ -2168,6 +2202,10 @@
     
    GHRepository.Contributor() - Constructor for class org.kohsuke.github.GHRepository.Contributor
     
    +
    GHRepository.ForkSort - Enum in org.kohsuke.github
    +
    +
    Sort orders for listing forks
    +
    GHRepositorySearchBuilder - Class in org.kohsuke.github
    Search repositories.
    @@ -2518,6 +2556,15 @@
    listForks() - Method in class org.kohsuke.github.GHGist
     
    +
    listForks() - Method in class org.kohsuke.github.GHRepository
    +
    +
    Lists all the direct forks of this repository, sorted by + github api default, currently ForkSort.NEWEST.
    +
    +
    listForks(GHRepository.ForkSort) - Method in class org.kohsuke.github.GHRepository
    +
    +
    Lists all the direct forks of this repository, sorted by the given sort order.
    +
    listGists() - Method in class org.kohsuke.github.GHUser
    Lists Gists created by this user.
    @@ -2572,7 +2619,11 @@
    listRepositories(int) - Method in class org.kohsuke.github.GHMyself
    -
    Lists up all the repositories this user owns (public and private) using the specified page size.
    +
    List repositories that are accessible to the authenticated user (public and private) using the specified page size.
    +
    +
    listRepositories(int, GHMyself.RepositoryListFilter) - Method in class org.kohsuke.github.GHMyself
    +
    +
    List repositories of a certain type that are accessible by current authenticated user using the specified page size.
    listRepositories(int) - Method in class org.kohsuke.github.GHOrganization
    @@ -2931,6 +2982,8 @@
    setContentType(String) - Method in class org.kohsuke.github.GHAsset
     
    +
    setDefaultBranch(String) - Method in class org.kohsuke.github.GHRepository
    +
     
    setDescription(String) - Method in class org.kohsuke.github.GHRepository
     
    setEmailServiceHook(String) - Method in class org.kohsuke.github.GHRepository
    @@ -3067,6 +3120,10 @@
     
    update(byte[], String, String) - Method in class org.kohsuke.github.GHContent
     
    +
    update(String) - Method in class org.kohsuke.github.GHIssueComment
    +
    +
    Updates the body of the issue comment.
    +
    update(String) - Method in class org.kohsuke.github.GHPullRequestReviewComment
    Updates the comment.
    @@ -3138,10 +3195,18 @@
    Returns the enum constant of this type with the specified name.
    +
    valueOf(String) - Static method in enum org.kohsuke.github.GHMyself.RepositoryListFilter
    +
    +
    Returns the enum constant of this type with the specified name.
    +
    valueOf(String) - Static method in enum org.kohsuke.github.GHOrganization.Permission
    Returns the enum constant of this type with the specified name.
    +
    valueOf(String) - Static method in enum org.kohsuke.github.GHRepository.ForkSort
    +
    +
    Returns the enum constant of this type with the specified name.
    +
    valueOf(String) - Static method in enum org.kohsuke.github.GHRepositorySearchBuilder.Sort
    Returns the enum constant of this type with the specified name.
    @@ -3189,11 +3254,21 @@ the order they are declared.
    Returns an array containing the constants of this enum type, in the order they are declared.
    +
    values() - Static method in enum org.kohsuke.github.GHMyself.RepositoryListFilter
    +
    +
    Returns an array containing the constants of this enum type, in +the order they are declared.
    +
    values() - Static method in enum org.kohsuke.github.GHOrganization.Permission
    Returns an array containing the constants of this enum type, in the order they are declared.
    +
    values() - Static method in enum org.kohsuke.github.GHRepository.ForkSort
    +
    +
    Returns an array containing the constants of this enum type, in +the order they are declared.
    +
    values() - Static method in enum org.kohsuke.github.GHRepositorySearchBuilder.Sort
    Returns an array containing the constants of this enum type, in diff --git a/apidocs/index.html b/apidocs/index.html index 63d1aebd5..4f3b9ac63 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,9 +2,9 @@ - + -GitHub API for Java 1.68 API +GitHub API for Java 1.69 API diff --git a/apidocs/org/kohsuke/github/GHAuthorization.html b/apidocs/org/kohsuke/github/GHAuthorization.html index 6cfab0965..4fc63a1a2 100644 --- a/apidocs/org/kohsuke/github/GHAuthorization.html +++ b/apidocs/org/kohsuke/github/GHAuthorization.html @@ -2,16 +2,16 @@ - + -GHAuthorization (GitHub API for Java 1.68 API) - +GHAuthorization (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHBranch.Commit.html b/apidocs/org/kohsuke/github/GHBranch.Commit.html index 234cd5455..210f357fb 100644 --- a/apidocs/org/kohsuke/github/GHBranch.Commit.html +++ b/apidocs/org/kohsuke/github/GHBranch.Commit.html @@ -2,16 +2,16 @@ - + -GHBranch.Commit (GitHub API for Java 1.68 API) - +GHBranch.Commit (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHBranch.html b/apidocs/org/kohsuke/github/GHBranch.html index 5ddae780b..6ba081769 100644 --- a/apidocs/org/kohsuke/github/GHBranch.html +++ b/apidocs/org/kohsuke/github/GHBranch.html @@ -2,16 +2,16 @@ - + -GHBranch (GitHub API for Java 1.68 API) - +GHBranch (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHCommit.File.html b/apidocs/org/kohsuke/github/GHCommit.File.html index cce955257..46cf5a0bb 100644 --- a/apidocs/org/kohsuke/github/GHCommit.File.html +++ b/apidocs/org/kohsuke/github/GHCommit.File.html @@ -2,16 +2,16 @@ - + -GHCommit.File (GitHub API for Java 1.68 API) - +GHCommit.File (GitHub API for Java 1.69 API) + @@ -149,7 +149,7 @@ extends String getFileName() -
    Just the base name and the extension without any directory name.
    +
    Full path in the repository.
    @@ -177,19 +177,25 @@ extends +String +getPreviousFilename() +
    Previous path, in case file has moved.
    + + + URL getRawUrl()
    URL like 'https://raw.github.com/jenkinsci/jenkins/4eb17c197dfdcf8ef7ff87eb160f24f6a20b7f0e/core/pom.xml' that resolves to the actual content of the file.
    - + String getSha()
    [0-9a-f]{40} SHA1 checksum.
    - + String getStatus()
    "modified", "added", or "deleted"
    @@ -281,7 +287,17 @@ extends

    getFileName

    public String getFileName()
    -
    Just the base name and the extension without any directory name.
    +
    Full path in the repository.
    + + + + + + diff --git a/apidocs/org/kohsuke/github/GHCommit.GHAuthor.html b/apidocs/org/kohsuke/github/GHCommit.GHAuthor.html index 69799b02b..1927cb92b 100644 --- a/apidocs/org/kohsuke/github/GHCommit.GHAuthor.html +++ b/apidocs/org/kohsuke/github/GHCommit.GHAuthor.html @@ -2,16 +2,16 @@ - + -GHCommit.GHAuthor (GitHub API for Java 1.68 API) - +GHCommit.GHAuthor (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHCommit.Parent.html b/apidocs/org/kohsuke/github/GHCommit.Parent.html index 5a6848f24..84d658c18 100644 --- a/apidocs/org/kohsuke/github/GHCommit.Parent.html +++ b/apidocs/org/kohsuke/github/GHCommit.Parent.html @@ -2,16 +2,16 @@ - + -GHCommit.Parent (GitHub API for Java 1.68 API) - +GHCommit.Parent (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHCommit.ShortInfo.html b/apidocs/org/kohsuke/github/GHCommit.ShortInfo.html index aad4d0f7c..378fa3adb 100644 --- a/apidocs/org/kohsuke/github/GHCommit.ShortInfo.html +++ b/apidocs/org/kohsuke/github/GHCommit.ShortInfo.html @@ -2,16 +2,16 @@ - + -GHCommit.ShortInfo (GitHub API for Java 1.68 API) - +GHCommit.ShortInfo (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHCommit.Stats.html b/apidocs/org/kohsuke/github/GHCommit.Stats.html index 158ea1bad..0c90ee0c1 100644 --- a/apidocs/org/kohsuke/github/GHCommit.Stats.html +++ b/apidocs/org/kohsuke/github/GHCommit.Stats.html @@ -2,16 +2,16 @@ - + -GHCommit.Stats (GitHub API for Java 1.68 API) - +GHCommit.Stats (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHCommit.html b/apidocs/org/kohsuke/github/GHCommit.html index a83a0465e..409e938d9 100644 --- a/apidocs/org/kohsuke/github/GHCommit.html +++ b/apidocs/org/kohsuke/github/GHCommit.html @@ -2,16 +2,16 @@ - + -GHCommit (GitHub API for Java 1.68 API) - +GHCommit (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHCommitComment.html b/apidocs/org/kohsuke/github/GHCommitComment.html index 5d3c4e20c..c018e8fe8 100644 --- a/apidocs/org/kohsuke/github/GHCommitComment.html +++ b/apidocs/org/kohsuke/github/GHCommitComment.html @@ -2,16 +2,16 @@ - + -GHCommitComment (GitHub API for Java 1.68 API) - +GHCommitComment (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHCommitPointer.html b/apidocs/org/kohsuke/github/GHCommitPointer.html index f13404038..48e99510a 100644 --- a/apidocs/org/kohsuke/github/GHCommitPointer.html +++ b/apidocs/org/kohsuke/github/GHCommitPointer.html @@ -2,16 +2,16 @@ - + -GHCommitPointer (GitHub API for Java 1.68 API) - +GHCommitPointer (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHCommitQueryBuilder.html b/apidocs/org/kohsuke/github/GHCommitQueryBuilder.html index 77c263b55..137c95253 100644 --- a/apidocs/org/kohsuke/github/GHCommitQueryBuilder.html +++ b/apidocs/org/kohsuke/github/GHCommitQueryBuilder.html @@ -2,16 +2,16 @@ - + -GHCommitQueryBuilder (GitHub API for Java 1.68 API) - +GHCommitQueryBuilder (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHCommitState.html b/apidocs/org/kohsuke/github/GHCommitState.html index 8734a6c28..66f8707bc 100644 --- a/apidocs/org/kohsuke/github/GHCommitState.html +++ b/apidocs/org/kohsuke/github/GHCommitState.html @@ -2,16 +2,16 @@ - + -GHCommitState (GitHub API for Java 1.68 API) - +GHCommitState (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHCommitStatus.html b/apidocs/org/kohsuke/github/GHCommitStatus.html index 6f7375585..52db722aa 100644 --- a/apidocs/org/kohsuke/github/GHCommitStatus.html +++ b/apidocs/org/kohsuke/github/GHCommitStatus.html @@ -2,16 +2,16 @@ - + -GHCommitStatus (GitHub API for Java 1.68 API) - +GHCommitStatus (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHCompare.Commit.html b/apidocs/org/kohsuke/github/GHCompare.Commit.html index fa06f9ea9..81d4e6566 100644 --- a/apidocs/org/kohsuke/github/GHCompare.Commit.html +++ b/apidocs/org/kohsuke/github/GHCompare.Commit.html @@ -2,16 +2,16 @@ - + -GHCompare.Commit (GitHub API for Java 1.68 API) - +GHCompare.Commit (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHCompare.InnerCommit.html b/apidocs/org/kohsuke/github/GHCompare.InnerCommit.html index 2ed106869..f70a23375 100644 --- a/apidocs/org/kohsuke/github/GHCompare.InnerCommit.html +++ b/apidocs/org/kohsuke/github/GHCompare.InnerCommit.html @@ -2,16 +2,16 @@ - + -GHCompare.InnerCommit (GitHub API for Java 1.68 API) - +GHCompare.InnerCommit (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHCompare.Status.html b/apidocs/org/kohsuke/github/GHCompare.Status.html index f95bac53a..eadc68662 100644 --- a/apidocs/org/kohsuke/github/GHCompare.Status.html +++ b/apidocs/org/kohsuke/github/GHCompare.Status.html @@ -2,16 +2,16 @@ - + -GHCompare.Status (GitHub API for Java 1.68 API) - +GHCompare.Status (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHCompare.Tree.html b/apidocs/org/kohsuke/github/GHCompare.Tree.html index e5fdca8e3..458d21842 100644 --- a/apidocs/org/kohsuke/github/GHCompare.Tree.html +++ b/apidocs/org/kohsuke/github/GHCompare.Tree.html @@ -2,16 +2,16 @@ - + -GHCompare.Tree (GitHub API for Java 1.68 API) - +GHCompare.Tree (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHCompare.User.html b/apidocs/org/kohsuke/github/GHCompare.User.html index 03f6477a2..d72ffa0ee 100644 --- a/apidocs/org/kohsuke/github/GHCompare.User.html +++ b/apidocs/org/kohsuke/github/GHCompare.User.html @@ -2,16 +2,16 @@ - + -GHCompare.User (GitHub API for Java 1.68 API) - +GHCompare.User (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHCompare.html b/apidocs/org/kohsuke/github/GHCompare.html index 6532507c2..0a9f12636 100644 --- a/apidocs/org/kohsuke/github/GHCompare.html +++ b/apidocs/org/kohsuke/github/GHCompare.html @@ -2,16 +2,16 @@ - + -GHCompare (GitHub API for Java 1.68 API) - +GHCompare (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHContent.html b/apidocs/org/kohsuke/github/GHContent.html index c653ea7c8..f770c68b7 100644 --- a/apidocs/org/kohsuke/github/GHContent.html +++ b/apidocs/org/kohsuke/github/GHContent.html @@ -2,16 +2,16 @@ - + -GHContent (GitHub API for Java 1.68 API) - +GHContent (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHContentSearchBuilder.html b/apidocs/org/kohsuke/github/GHContentSearchBuilder.html index a24143dad..c6d62461e 100644 --- a/apidocs/org/kohsuke/github/GHContentSearchBuilder.html +++ b/apidocs/org/kohsuke/github/GHContentSearchBuilder.html @@ -2,16 +2,16 @@ - + -GHContentSearchBuilder (GitHub API for Java 1.68 API) - +GHContentSearchBuilder (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHContentUpdateResponse.html b/apidocs/org/kohsuke/github/GHContentUpdateResponse.html index 92f1d7df0..6f0334d47 100644 --- a/apidocs/org/kohsuke/github/GHContentUpdateResponse.html +++ b/apidocs/org/kohsuke/github/GHContentUpdateResponse.html @@ -2,16 +2,16 @@ - + -GHContentUpdateResponse (GitHub API for Java 1.68 API) - +GHContentUpdateResponse (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHDeployKey.html b/apidocs/org/kohsuke/github/GHDeployKey.html index 066842db7..752666339 100644 --- a/apidocs/org/kohsuke/github/GHDeployKey.html +++ b/apidocs/org/kohsuke/github/GHDeployKey.html @@ -2,16 +2,16 @@ - + -GHDeployKey (GitHub API for Java 1.68 API) - +GHDeployKey (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHDeployment.html b/apidocs/org/kohsuke/github/GHDeployment.html index b8c5a1fe9..b56136a1a 100644 --- a/apidocs/org/kohsuke/github/GHDeployment.html +++ b/apidocs/org/kohsuke/github/GHDeployment.html @@ -2,16 +2,16 @@ - + -GHDeployment (GitHub API for Java 1.68 API) - +GHDeployment (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHDeploymentBuilder.html b/apidocs/org/kohsuke/github/GHDeploymentBuilder.html index 4c0592ac4..6f8af9bc3 100644 --- a/apidocs/org/kohsuke/github/GHDeploymentBuilder.html +++ b/apidocs/org/kohsuke/github/GHDeploymentBuilder.html @@ -2,16 +2,16 @@ - + -GHDeploymentBuilder (GitHub API for Java 1.68 API) - +GHDeploymentBuilder (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHDeploymentState.html b/apidocs/org/kohsuke/github/GHDeploymentState.html index 5aa9533dc..a9f94a25b 100644 --- a/apidocs/org/kohsuke/github/GHDeploymentState.html +++ b/apidocs/org/kohsuke/github/GHDeploymentState.html @@ -2,16 +2,16 @@ - + -GHDeploymentState (GitHub API for Java 1.68 API) - +GHDeploymentState (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHDeploymentStatus.html b/apidocs/org/kohsuke/github/GHDeploymentStatus.html index a76e02e35..239347cc3 100644 --- a/apidocs/org/kohsuke/github/GHDeploymentStatus.html +++ b/apidocs/org/kohsuke/github/GHDeploymentStatus.html @@ -2,16 +2,16 @@ - + -GHDeploymentStatus (GitHub API for Java 1.68 API) - +GHDeploymentStatus (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHDeploymentStatusBuilder.html b/apidocs/org/kohsuke/github/GHDeploymentStatusBuilder.html index bbfa44155..66a42f6d3 100644 --- a/apidocs/org/kohsuke/github/GHDeploymentStatusBuilder.html +++ b/apidocs/org/kohsuke/github/GHDeploymentStatusBuilder.html @@ -2,16 +2,16 @@ - + -GHDeploymentStatusBuilder (GitHub API for Java 1.68 API) - +GHDeploymentStatusBuilder (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHEmail.html b/apidocs/org/kohsuke/github/GHEmail.html index 570beaf4f..6b8634af6 100644 --- a/apidocs/org/kohsuke/github/GHEmail.html +++ b/apidocs/org/kohsuke/github/GHEmail.html @@ -2,16 +2,16 @@ - + -GHEmail (GitHub API for Java 1.68 API) - +GHEmail (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHEvent.html b/apidocs/org/kohsuke/github/GHEvent.html index b5cc5c7dd..e34e0fea0 100644 --- a/apidocs/org/kohsuke/github/GHEvent.html +++ b/apidocs/org/kohsuke/github/GHEvent.html @@ -2,16 +2,16 @@ - + -GHEvent (GitHub API for Java 1.68 API) - +GHEvent (GitHub API for Java 1.69 API) + @@ -174,6 +174,12 @@ extends MEMBER  +PAGE_BUILD  + + +PING  + + PUBLIC  @@ -189,12 +195,15 @@ extends RELEASE  -STATUS  +REPOSITORY  -TEAM_ADD  +STATUS  +TEAM_ADD  + + WATCH  @@ -380,6 +389,15 @@ the order they are declared.
    public static final GHEvent MEMBER
    + + + + @@ -425,6 +443,15 @@ the order they are declared.
    public static final GHEvent RELEASE
    + + + + @@ -446,12 +473,21 @@ the order they are declared. - diff --git a/apidocs/org/kohsuke/github/GHEventInfo.GHEventRepository.html b/apidocs/org/kohsuke/github/GHEventInfo.GHEventRepository.html index f4be05ca5..abdd37485 100644 --- a/apidocs/org/kohsuke/github/GHEventInfo.GHEventRepository.html +++ b/apidocs/org/kohsuke/github/GHEventInfo.GHEventRepository.html @@ -2,16 +2,16 @@ - + -GHEventInfo.GHEventRepository (GitHub API for Java 1.68 API) - +GHEventInfo.GHEventRepository (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHEventInfo.html b/apidocs/org/kohsuke/github/GHEventInfo.html index 8adecae50..ae216d349 100644 --- a/apidocs/org/kohsuke/github/GHEventInfo.html +++ b/apidocs/org/kohsuke/github/GHEventInfo.html @@ -2,16 +2,16 @@ - + -GHEventInfo (GitHub API for Java 1.68 API) - +GHEventInfo (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHEventPayload.IssueComment.html b/apidocs/org/kohsuke/github/GHEventPayload.IssueComment.html index 9681d1020..84581f526 100644 --- a/apidocs/org/kohsuke/github/GHEventPayload.IssueComment.html +++ b/apidocs/org/kohsuke/github/GHEventPayload.IssueComment.html @@ -2,16 +2,16 @@ - + -GHEventPayload.IssueComment (GitHub API for Java 1.68 API) - +GHEventPayload.IssueComment (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHEventPayload.PullRequest.html b/apidocs/org/kohsuke/github/GHEventPayload.PullRequest.html index 8e3e0ba1a..111761931 100644 --- a/apidocs/org/kohsuke/github/GHEventPayload.PullRequest.html +++ b/apidocs/org/kohsuke/github/GHEventPayload.PullRequest.html @@ -2,16 +2,16 @@ - + -GHEventPayload.PullRequest (GitHub API for Java 1.68 API) - +GHEventPayload.PullRequest (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHEventPayload.Push.PushCommit.html b/apidocs/org/kohsuke/github/GHEventPayload.Push.PushCommit.html index 586919aa8..72b1959a3 100644 --- a/apidocs/org/kohsuke/github/GHEventPayload.Push.PushCommit.html +++ b/apidocs/org/kohsuke/github/GHEventPayload.Push.PushCommit.html @@ -2,16 +2,16 @@ - + -GHEventPayload.Push.PushCommit (GitHub API for Java 1.68 API) - +GHEventPayload.Push.PushCommit (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHEventPayload.Push.html b/apidocs/org/kohsuke/github/GHEventPayload.Push.html index 73075093c..8ed1c25ef 100644 --- a/apidocs/org/kohsuke/github/GHEventPayload.Push.html +++ b/apidocs/org/kohsuke/github/GHEventPayload.Push.html @@ -2,16 +2,16 @@ - + -GHEventPayload.Push (GitHub API for Java 1.68 API) - +GHEventPayload.Push (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHEventPayload.html b/apidocs/org/kohsuke/github/GHEventPayload.html index b1a4a1cfa..44a0fe4d2 100644 --- a/apidocs/org/kohsuke/github/GHEventPayload.html +++ b/apidocs/org/kohsuke/github/GHEventPayload.html @@ -2,16 +2,16 @@ - + -GHEventPayload (GitHub API for Java 1.68 API) - +GHEventPayload (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHException.html b/apidocs/org/kohsuke/github/GHException.html index f47cf4504..e4680b425 100644 --- a/apidocs/org/kohsuke/github/GHException.html +++ b/apidocs/org/kohsuke/github/GHException.html @@ -2,16 +2,16 @@ - + -GHException (GitHub API for Java 1.68 API) - +GHException (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHGist.html b/apidocs/org/kohsuke/github/GHGist.html index 4896a3417..2e68cfda1 100644 --- a/apidocs/org/kohsuke/github/GHGist.html +++ b/apidocs/org/kohsuke/github/GHGist.html @@ -2,16 +2,16 @@ - + -GHGist (GitHub API for Java 1.68 API) - +GHGist (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHGistBuilder.html b/apidocs/org/kohsuke/github/GHGistBuilder.html index 3915323c2..eb0fb0998 100644 --- a/apidocs/org/kohsuke/github/GHGistBuilder.html +++ b/apidocs/org/kohsuke/github/GHGistBuilder.html @@ -2,16 +2,16 @@ - + -GHGistBuilder (GitHub API for Java 1.68 API) - +GHGistBuilder (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHGistFile.html b/apidocs/org/kohsuke/github/GHGistFile.html index c38b8862a..8148c59d7 100644 --- a/apidocs/org/kohsuke/github/GHGistFile.html +++ b/apidocs/org/kohsuke/github/GHGistFile.html @@ -2,16 +2,16 @@ - + -GHGistFile (GitHub API for Java 1.68 API) - +GHGistFile (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHHook.html b/apidocs/org/kohsuke/github/GHHook.html index ab5882ac7..03926eebb 100644 --- a/apidocs/org/kohsuke/github/GHHook.html +++ b/apidocs/org/kohsuke/github/GHHook.html @@ -2,16 +2,16 @@ - + -GHHook (GitHub API for Java 1.68 API) - +GHHook (GitHub API for Java 1.69 API) + @@ -102,7 +102,7 @@


  • -
    public class GHHook
    +
    public abstract class GHHook
     extends GHObject
    Author:
    Kohsuke Kawaguchi
    diff --git a/apidocs/org/kohsuke/github/GHIssue.Label.html b/apidocs/org/kohsuke/github/GHIssue.Label.html index 4d3a6fcc6..30c2e5f2c 100644 --- a/apidocs/org/kohsuke/github/GHIssue.Label.html +++ b/apidocs/org/kohsuke/github/GHIssue.Label.html @@ -2,16 +2,16 @@ - + -GHIssue.Label (GitHub API for Java 1.68 API) - +GHIssue.Label (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHIssue.PullRequest.html b/apidocs/org/kohsuke/github/GHIssue.PullRequest.html index 6e796c645..4369e0195 100644 --- a/apidocs/org/kohsuke/github/GHIssue.PullRequest.html +++ b/apidocs/org/kohsuke/github/GHIssue.PullRequest.html @@ -2,16 +2,16 @@ - + -GHIssue.PullRequest (GitHub API for Java 1.68 API) - +GHIssue.PullRequest (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHIssue.html b/apidocs/org/kohsuke/github/GHIssue.html index a7a61290d..cc5ccd8a0 100644 --- a/apidocs/org/kohsuke/github/GHIssue.html +++ b/apidocs/org/kohsuke/github/GHIssue.html @@ -2,16 +2,16 @@ - + -GHIssue (GitHub API for Java 1.68 API) - +GHIssue (GitHub API for Java 1.69 API) + @@ -261,7 +261,7 @@ extends -void +GHIssueComment comment(String message)
    Updates the issue by adding a comment.
    @@ -653,10 +653,12 @@ extends
  • comment

    -
    public void comment(String message)
    -             throws IOException
    +
    @WithBridgeMethods(value=void.class)
    +public GHIssueComment comment(String message)
    +                       throws IOException
    Updates the issue by adding a comment.
    -
    Throws:
    +
    Returns:
    Newly posted comment.
    +
    Throws:
    IOException
  • diff --git a/apidocs/org/kohsuke/github/GHIssueBuilder.html b/apidocs/org/kohsuke/github/GHIssueBuilder.html index 976808d63..f74f40cb0 100644 --- a/apidocs/org/kohsuke/github/GHIssueBuilder.html +++ b/apidocs/org/kohsuke/github/GHIssueBuilder.html @@ -2,16 +2,16 @@ - + -GHIssueBuilder (GitHub API for Java 1.68 API) - +GHIssueBuilder (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHIssueComment.html b/apidocs/org/kohsuke/github/GHIssueComment.html index a1d3bf0c7..900accaa4 100644 --- a/apidocs/org/kohsuke/github/GHIssueComment.html +++ b/apidocs/org/kohsuke/github/GHIssueComment.html @@ -2,16 +2,16 @@ - + -GHIssueComment (GitHub API for Java 1.68 API) - +GHIssueComment (GitHub API for Java 1.69 API) + @@ -158,12 +158,18 @@ extends Method and Description +void +delete() +
    Deletes this issue comment.
    + + + String getBody()
    The comment itself.
    - + URL getHtmlUrl()
    Deprecated.  @@ -171,24 +177,30 @@ extends + GHIssue getParent()
    Gets the issue to which this comment is associated.
    - + GHUser getUser()
    Gets the user who posted this comment.
    - + String getUserName()
    Deprecated. 
    + +void +update(String body) +
    Updates the body of the issue comment.
    + +
    • @@ -283,7 +295,7 @@ public  -
        +
        • getHtmlUrl

          public URL getHtmlUrl()
          @@ -296,6 +308,32 @@ public  + + + + + + +
            +
          • +

            delete

            +
            public void delete()
            +            throws IOException
            +
            Deletes this issue comment.
            +
            Throws:
            +
            IOException
            +
          • +
        diff --git a/apidocs/org/kohsuke/github/GHIssueSearchBuilder.Sort.html b/apidocs/org/kohsuke/github/GHIssueSearchBuilder.Sort.html index 22b7c4a60..c0c516b85 100644 --- a/apidocs/org/kohsuke/github/GHIssueSearchBuilder.Sort.html +++ b/apidocs/org/kohsuke/github/GHIssueSearchBuilder.Sort.html @@ -2,16 +2,16 @@ - + -GHIssueSearchBuilder.Sort (GitHub API for Java 1.68 API) - +GHIssueSearchBuilder.Sort (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHIssueSearchBuilder.html b/apidocs/org/kohsuke/github/GHIssueSearchBuilder.html index d4a7f517c..f08352e6e 100644 --- a/apidocs/org/kohsuke/github/GHIssueSearchBuilder.html +++ b/apidocs/org/kohsuke/github/GHIssueSearchBuilder.html @@ -2,16 +2,16 @@ - + -GHIssueSearchBuilder (GitHub API for Java 1.68 API) - +GHIssueSearchBuilder (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHIssueState.html b/apidocs/org/kohsuke/github/GHIssueState.html index fb01ec408..4d1811e51 100644 --- a/apidocs/org/kohsuke/github/GHIssueState.html +++ b/apidocs/org/kohsuke/github/GHIssueState.html @@ -2,16 +2,16 @@ - + -GHIssueState (GitHub API for Java 1.68 API) - +GHIssueState (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHKey.html b/apidocs/org/kohsuke/github/GHKey.html index 35b6777d5..0da165bde 100644 --- a/apidocs/org/kohsuke/github/GHKey.html +++ b/apidocs/org/kohsuke/github/GHKey.html @@ -2,16 +2,16 @@ - + -GHKey (GitHub API for Java 1.68 API) - +GHKey (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHLabel.html b/apidocs/org/kohsuke/github/GHLabel.html index 1948e0912..b34dad1a2 100644 --- a/apidocs/org/kohsuke/github/GHLabel.html +++ b/apidocs/org/kohsuke/github/GHLabel.html @@ -2,16 +2,16 @@ - + -GHLabel (GitHub API for Java 1.68 API) - +GHLabel (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHMilestone.html b/apidocs/org/kohsuke/github/GHMilestone.html index e6abf03a3..4e2881b23 100644 --- a/apidocs/org/kohsuke/github/GHMilestone.html +++ b/apidocs/org/kohsuke/github/GHMilestone.html @@ -2,16 +2,16 @@ - + -GHMilestone (GitHub API for Java 1.68 API) - +GHMilestone (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHMilestoneState.html b/apidocs/org/kohsuke/github/GHMilestoneState.html index bb0184d3e..721fe6ddd 100644 --- a/apidocs/org/kohsuke/github/GHMilestoneState.html +++ b/apidocs/org/kohsuke/github/GHMilestoneState.html @@ -2,16 +2,16 @@ - + -GHMilestoneState (GitHub API for Java 1.68 API) - +GHMilestoneState (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHMyself.RepositoryListFilter.html b/apidocs/org/kohsuke/github/GHMyself.RepositoryListFilter.html new file mode 100644 index 000000000..2a5b31e0e --- /dev/null +++ b/apidocs/org/kohsuke/github/GHMyself.RepositoryListFilter.html @@ -0,0 +1,379 @@ + + + + + + +GHMyself.RepositoryListFilter (GitHub API for Java 1.69 API) + + + + + + + + + + + +
        +
        org.kohsuke.github
        +

        Enum GHMyself.RepositoryListFilter

        +
        +
        + +
        + +
        +
        + +
        +
        +
          +
        • + + + +
            +
          • + + +

            Method Detail

            + + + +
              +
            • +

              values

              +
              public static GHMyself.RepositoryListFilter[] values()
              +
              Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
              +for (GHMyself.RepositoryListFilter c : GHMyself.RepositoryListFilter.values())
              +    System.out.println(c);
              +
              +
              Returns:
              an array containing the constants of this enum type, in +the order they are declared
              +
            • +
            + + + +
              +
            • +

              valueOf

              +
              public static GHMyself.RepositoryListFilter valueOf(String name)
              +
              Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
              +
              Parameters:
              name - the name of the enum constant to be returned.
              +
              Returns:
              the enum constant with the specified name
              +
              Throws:
              +
              IllegalArgumentException - if this enum type has no constant +with the specified name
              +
              NullPointerException - if the argument is null
              +
            • +
            +
          • +
          +
        • +
        +
        +
        + + + + + +

        Copyright © 2015. All Rights Reserved.

        + + diff --git a/apidocs/org/kohsuke/github/GHMyself.html b/apidocs/org/kohsuke/github/GHMyself.html index 61b6a658f..2cc1c211b 100644 --- a/apidocs/org/kohsuke/github/GHMyself.html +++ b/apidocs/org/kohsuke/github/GHMyself.html @@ -2,16 +2,16 @@ - + -GHMyself (GitHub API for Java 1.68 API) - +GHMyself (GitHub API for Java 1.69 API) + @@ -38,7 +38,7 @@
  • + + + + @@ -454,7 +498,7 @@ extends + + + + @@ -1295,8 +1341,7 @@ extends

    getMasterBranch

    public String getMasterBranch()
    -
    Returns the primary branch you'll configure in the "Admin > Options" config page.
    -
    Returns:
    This field is null until the user explicitly configures the master branch.
    +
    Deprecated. Renamed to getDefaultBranch()
    @@ -1499,6 +1544,18 @@ public IOException
    + + + + @@ -1512,6 +1569,29 @@ public IOException
    + + + + + + + + diff --git a/apidocs/org/kohsuke/github/GHRepositorySearchBuilder.Sort.html b/apidocs/org/kohsuke/github/GHRepositorySearchBuilder.Sort.html index e72c85fcb..ce70f51ac 100644 --- a/apidocs/org/kohsuke/github/GHRepositorySearchBuilder.Sort.html +++ b/apidocs/org/kohsuke/github/GHRepositorySearchBuilder.Sort.html @@ -2,16 +2,16 @@ - + -GHRepositorySearchBuilder.Sort (GitHub API for Java 1.68 API) - +GHRepositorySearchBuilder.Sort (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/GHRepositorySearchBuilder.html b/apidocs/org/kohsuke/github/GHRepositorySearchBuilder.html index 67245f9c5..e277920b2 100644 --- a/apidocs/org/kohsuke/github/GHRepositorySearchBuilder.html +++ b/apidocs/org/kohsuke/github/GHRepositorySearchBuilder.html @@ -2,16 +2,16 @@ - + -GHRepositorySearchBuilder (GitHub API for Java 1.68 API) - +GHRepositorySearchBuilder (GitHub API for Java 1.69 API) + @@ -37,7 +37,7 @@ GHHook +GHOrganization.createHook(String name, + Map<String,String> config, + Collection<GHEvent> events, + boolean active) +
    See https://api.github.com/hooks for possible names and their configuration scheme.
    + + + +GHHook GHRepository.createHook(String name, Map<String,String> config, Collection<GHEvent> events, @@ -144,6 +153,11 @@ the order they are declared.
    See https://api.github.com/hooks for possible names and their configuration scheme.
    + +GHHook +GHOrganization.createWebHook(URL url, + Collection<GHEvent> events)  + GHHook GHRepository.createWebHook(URL url, diff --git a/apidocs/org/kohsuke/github/class-use/GHEventInfo.GHEventRepository.html b/apidocs/org/kohsuke/github/class-use/GHEventInfo.GHEventRepository.html index 1f75dd7e0..329aa9419 100644 --- a/apidocs/org/kohsuke/github/class-use/GHEventInfo.GHEventRepository.html +++ b/apidocs/org/kohsuke/github/class-use/GHEventInfo.GHEventRepository.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHEventInfo.GHEventRepository (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHEventInfo.GHEventRepository (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHEventInfo.html b/apidocs/org/kohsuke/github/class-use/GHEventInfo.html index 910c4eeae..2189672f8 100644 --- a/apidocs/org/kohsuke/github/class-use/GHEventInfo.html +++ b/apidocs/org/kohsuke/github/class-use/GHEventInfo.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHEventInfo (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHEventInfo (GitHub API for Java 1.69 API) + @@ -104,7 +104,7 @@ PagedIterable<GHEventInfo> -GHUser.listEvents() +GHOrganization.listEvents()
    Lists events performed by a user (this includes private events if the caller is authenticated.
    @@ -116,14 +116,14 @@ PagedIterable<GHEventInfo> -GHRepository.listEvents() -
    Lists repository events.
    +GHUser.listEvents() +
    Lists events performed by a user (this includes private events if the caller is authenticated.
    PagedIterable<GHEventInfo> -GHOrganization.listEvents() -
    Lists events performed by a user (this includes private events if the caller is authenticated.
    +GHRepository.listEvents() +
    Lists repository events.
    diff --git a/apidocs/org/kohsuke/github/class-use/GHEventPayload.IssueComment.html b/apidocs/org/kohsuke/github/class-use/GHEventPayload.IssueComment.html index 59e83d97f..f5f44b023 100644 --- a/apidocs/org/kohsuke/github/class-use/GHEventPayload.IssueComment.html +++ b/apidocs/org/kohsuke/github/class-use/GHEventPayload.IssueComment.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHEventPayload.IssueComment (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHEventPayload.IssueComment (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHEventPayload.PullRequest.html b/apidocs/org/kohsuke/github/class-use/GHEventPayload.PullRequest.html index b973fb1c4..7b1de9902 100644 --- a/apidocs/org/kohsuke/github/class-use/GHEventPayload.PullRequest.html +++ b/apidocs/org/kohsuke/github/class-use/GHEventPayload.PullRequest.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHEventPayload.PullRequest (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHEventPayload.PullRequest (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHEventPayload.Push.PushCommit.html b/apidocs/org/kohsuke/github/class-use/GHEventPayload.Push.PushCommit.html index 1fb551f61..c96dbd24d 100644 --- a/apidocs/org/kohsuke/github/class-use/GHEventPayload.Push.PushCommit.html +++ b/apidocs/org/kohsuke/github/class-use/GHEventPayload.Push.PushCommit.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHEventPayload.Push.PushCommit (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHEventPayload.Push.PushCommit (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHEventPayload.Push.html b/apidocs/org/kohsuke/github/class-use/GHEventPayload.Push.html index c05f70a92..25dd42a71 100644 --- a/apidocs/org/kohsuke/github/class-use/GHEventPayload.Push.html +++ b/apidocs/org/kohsuke/github/class-use/GHEventPayload.Push.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHEventPayload.Push (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHEventPayload.Push (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHEventPayload.html b/apidocs/org/kohsuke/github/class-use/GHEventPayload.html index 7b265f65e..0f3b750ea 100644 --- a/apidocs/org/kohsuke/github/class-use/GHEventPayload.html +++ b/apidocs/org/kohsuke/github/class-use/GHEventPayload.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHEventPayload (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHEventPayload (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHException.html b/apidocs/org/kohsuke/github/class-use/GHException.html index 306bc78f4..3b559a3e9 100644 --- a/apidocs/org/kohsuke/github/class-use/GHException.html +++ b/apidocs/org/kohsuke/github/class-use/GHException.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHException (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHException (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHGist.html b/apidocs/org/kohsuke/github/class-use/GHGist.html index 09f467acc..148062076 100644 --- a/apidocs/org/kohsuke/github/class-use/GHGist.html +++ b/apidocs/org/kohsuke/github/class-use/GHGist.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHGist (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHGist (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHGistBuilder.html b/apidocs/org/kohsuke/github/class-use/GHGistBuilder.html index a29976aec..28861497e 100644 --- a/apidocs/org/kohsuke/github/class-use/GHGistBuilder.html +++ b/apidocs/org/kohsuke/github/class-use/GHGistBuilder.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHGistBuilder (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHGistBuilder (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHGistFile.html b/apidocs/org/kohsuke/github/class-use/GHGistFile.html index 7b0a6e5c9..2175b6e03 100644 --- a/apidocs/org/kohsuke/github/class-use/GHGistFile.html +++ b/apidocs/org/kohsuke/github/class-use/GHGistFile.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHGistFile (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHGistFile (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHHook.html b/apidocs/org/kohsuke/github/class-use/GHHook.html index 83f01cf74..ea78ac48d 100644 --- a/apidocs/org/kohsuke/github/class-use/GHHook.html +++ b/apidocs/org/kohsuke/github/class-use/GHHook.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHHook (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHHook (GitHub API for Java 1.69 API) + @@ -98,7 +98,7 @@ GHHook -GHRepository.createHook(String name, +GHOrganization.createHook(String name, Map<String,String> config, Collection<GHEvent> events, boolean active) @@ -107,13 +107,35 @@ GHHook +GHRepository.createHook(String name, + Map<String,String> config, + Collection<GHEvent> events, + boolean active) +
    See https://api.github.com/hooks for possible names and their configuration scheme.
    + + + +GHHook +GHOrganization.createWebHook(URL url)  + + +GHHook GHRepository.createWebHook(URL url)  GHHook +GHOrganization.createWebHook(URL url, + Collection<GHEvent> events)  + + +GHHook GHRepository.createWebHook(URL url, Collection<GHEvent> events)  + +GHHook +GHOrganization.getHook(int id)  + GHHook GHRepository.getHook(int id)  @@ -129,6 +151,12 @@ List<GHHook> +GHOrganization.getHooks() +
    Retrieves the currently configured hooks.
    + + + +List<GHHook> GHRepository.getHooks()
    Retrieves the currently configured hooks.
    diff --git a/apidocs/org/kohsuke/github/class-use/GHIssue.Label.html b/apidocs/org/kohsuke/github/class-use/GHIssue.Label.html index bd2a26cd6..94ba0aa05 100644 --- a/apidocs/org/kohsuke/github/class-use/GHIssue.Label.html +++ b/apidocs/org/kohsuke/github/class-use/GHIssue.Label.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHIssue.Label (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHIssue.Label (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHIssue.PullRequest.html b/apidocs/org/kohsuke/github/class-use/GHIssue.PullRequest.html index 3d7f11cd6..113919b92 100644 --- a/apidocs/org/kohsuke/github/class-use/GHIssue.PullRequest.html +++ b/apidocs/org/kohsuke/github/class-use/GHIssue.PullRequest.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHIssue.PullRequest (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHIssue.PullRequest (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHIssue.html b/apidocs/org/kohsuke/github/class-use/GHIssue.html index 2fac4f701..23b7ba250 100644 --- a/apidocs/org/kohsuke/github/class-use/GHIssue.html +++ b/apidocs/org/kohsuke/github/class-use/GHIssue.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHIssue (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHIssue (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHIssueBuilder.html b/apidocs/org/kohsuke/github/class-use/GHIssueBuilder.html index 0e21d6c68..062442c25 100644 --- a/apidocs/org/kohsuke/github/class-use/GHIssueBuilder.html +++ b/apidocs/org/kohsuke/github/class-use/GHIssueBuilder.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHIssueBuilder (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHIssueBuilder (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHIssueComment.html b/apidocs/org/kohsuke/github/class-use/GHIssueComment.html index f9d701a67..d9e8e3651 100644 --- a/apidocs/org/kohsuke/github/class-use/GHIssueComment.html +++ b/apidocs/org/kohsuke/github/class-use/GHIssueComment.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHIssueComment (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHIssueComment (GitHub API for Java 1.69 API) + @@ -98,6 +98,12 @@ GHIssueComment +GHIssue.comment(String message) +
    Updates the issue by adding a comment.
    + + + +GHIssueComment GHEventPayload.IssueComment.getComment()  diff --git a/apidocs/org/kohsuke/github/class-use/GHIssueSearchBuilder.Sort.html b/apidocs/org/kohsuke/github/class-use/GHIssueSearchBuilder.Sort.html index d33af52f9..6fa4899e7 100644 --- a/apidocs/org/kohsuke/github/class-use/GHIssueSearchBuilder.Sort.html +++ b/apidocs/org/kohsuke/github/class-use/GHIssueSearchBuilder.Sort.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHIssueSearchBuilder.Sort (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHIssueSearchBuilder.Sort (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHIssueSearchBuilder.html b/apidocs/org/kohsuke/github/class-use/GHIssueSearchBuilder.html index 7072eedc8..eb06922b8 100644 --- a/apidocs/org/kohsuke/github/class-use/GHIssueSearchBuilder.html +++ b/apidocs/org/kohsuke/github/class-use/GHIssueSearchBuilder.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHIssueSearchBuilder (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHIssueSearchBuilder (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHIssueState.html b/apidocs/org/kohsuke/github/class-use/GHIssueState.html index 1f3c5c373..df860f98b 100644 --- a/apidocs/org/kohsuke/github/class-use/GHIssueState.html +++ b/apidocs/org/kohsuke/github/class-use/GHIssueState.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHIssueState (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHIssueState (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHKey.html b/apidocs/org/kohsuke/github/class-use/GHKey.html index e8edf137d..c2f346d9f 100644 --- a/apidocs/org/kohsuke/github/class-use/GHKey.html +++ b/apidocs/org/kohsuke/github/class-use/GHKey.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHKey (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHKey (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHLabel.html b/apidocs/org/kohsuke/github/class-use/GHLabel.html index 236adacc7..563dc6f60 100644 --- a/apidocs/org/kohsuke/github/class-use/GHLabel.html +++ b/apidocs/org/kohsuke/github/class-use/GHLabel.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHLabel (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHLabel (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHMilestone.html b/apidocs/org/kohsuke/github/class-use/GHMilestone.html index ebd8dba5c..f591acfa7 100644 --- a/apidocs/org/kohsuke/github/class-use/GHMilestone.html +++ b/apidocs/org/kohsuke/github/class-use/GHMilestone.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHMilestone (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHMilestone (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHMilestoneState.html b/apidocs/org/kohsuke/github/class-use/GHMilestoneState.html index f5a86ce12..39ff36051 100644 --- a/apidocs/org/kohsuke/github/class-use/GHMilestoneState.html +++ b/apidocs/org/kohsuke/github/class-use/GHMilestoneState.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHMilestoneState (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHMilestoneState (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHMyself.RepositoryListFilter.html b/apidocs/org/kohsuke/github/class-use/GHMyself.RepositoryListFilter.html new file mode 100644 index 000000000..00cd10a4c --- /dev/null +++ b/apidocs/org/kohsuke/github/class-use/GHMyself.RepositoryListFilter.html @@ -0,0 +1,182 @@ + + + + + + +Uses of Class org.kohsuke.github.GHMyself.RepositoryListFilter (GitHub API for Java 1.69 API) + + + + + + + + + + +
    +

    Uses of Class
    org.kohsuke.github.GHMyself.RepositoryListFilter

    +
    +
    + +
    + + + + +

    Copyright © 2015. All Rights Reserved.

    + + diff --git a/apidocs/org/kohsuke/github/class-use/GHMyself.html b/apidocs/org/kohsuke/github/class-use/GHMyself.html index 85a84e70d..0d90304ae 100644 --- a/apidocs/org/kohsuke/github/class-use/GHMyself.html +++ b/apidocs/org/kohsuke/github/class-use/GHMyself.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHMyself (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHMyself (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHNotificationStream.html b/apidocs/org/kohsuke/github/class-use/GHNotificationStream.html index 9f50e6d75..ed4971852 100644 --- a/apidocs/org/kohsuke/github/class-use/GHNotificationStream.html +++ b/apidocs/org/kohsuke/github/class-use/GHNotificationStream.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHNotificationStream (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHNotificationStream (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHObject.html b/apidocs/org/kohsuke/github/class-use/GHObject.html index 2685f211e..ebebf215d 100644 --- a/apidocs/org/kohsuke/github/class-use/GHObject.html +++ b/apidocs/org/kohsuke/github/class-use/GHObject.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHObject (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHObject (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHOrganization.Permission.html b/apidocs/org/kohsuke/github/class-use/GHOrganization.Permission.html index 796501a63..cd2d7ded0 100644 --- a/apidocs/org/kohsuke/github/class-use/GHOrganization.Permission.html +++ b/apidocs/org/kohsuke/github/class-use/GHOrganization.Permission.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHOrganization.Permission (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHOrganization.Permission (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHOrganization.html b/apidocs/org/kohsuke/github/class-use/GHOrganization.html index 151b3c55e..126b20f6a 100644 --- a/apidocs/org/kohsuke/github/class-use/GHOrganization.html +++ b/apidocs/org/kohsuke/github/class-use/GHOrganization.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHOrganization (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHOrganization (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHPerson.html b/apidocs/org/kohsuke/github/class-use/GHPerson.html index 989d11a31..c0ea63d5b 100644 --- a/apidocs/org/kohsuke/github/class-use/GHPerson.html +++ b/apidocs/org/kohsuke/github/class-use/GHPerson.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHPerson (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHPerson (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHPersonSet.html b/apidocs/org/kohsuke/github/class-use/GHPersonSet.html index bca9807ad..02360e6b5 100644 --- a/apidocs/org/kohsuke/github/class-use/GHPersonSet.html +++ b/apidocs/org/kohsuke/github/class-use/GHPersonSet.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHPersonSet (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHPersonSet (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHPullRequest.html b/apidocs/org/kohsuke/github/class-use/GHPullRequest.html index 50edf8515..93e0f9a37 100644 --- a/apidocs/org/kohsuke/github/class-use/GHPullRequest.html +++ b/apidocs/org/kohsuke/github/class-use/GHPullRequest.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHPullRequest (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHPullRequest (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.Authorship.html b/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.Authorship.html index 6b0f01172..34a75891f 100644 --- a/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.Authorship.html +++ b/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.Authorship.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHPullRequestCommitDetail.Authorship (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHPullRequestCommitDetail.Authorship (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.Commit.html b/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.Commit.html index ddc063e43..e80420981 100644 --- a/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.Commit.html +++ b/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.Commit.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHPullRequestCommitDetail.Commit (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHPullRequestCommitDetail.Commit (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.CommitPointer.html b/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.CommitPointer.html index 784112425..749d60ba4 100644 --- a/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.CommitPointer.html +++ b/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.CommitPointer.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHPullRequestCommitDetail.CommitPointer (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHPullRequestCommitDetail.CommitPointer (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.Tree.html b/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.Tree.html index ba4c2fdbe..323002984 100644 --- a/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.Tree.html +++ b/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.Tree.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHPullRequestCommitDetail.Tree (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHPullRequestCommitDetail.Tree (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.html b/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.html index b984feaad..cdf9d2ea7 100644 --- a/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.html +++ b/apidocs/org/kohsuke/github/class-use/GHPullRequestCommitDetail.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHPullRequestCommitDetail (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHPullRequestCommitDetail (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHPullRequestFileDetail.html b/apidocs/org/kohsuke/github/class-use/GHPullRequestFileDetail.html index 126a46d5e..6542ed858 100644 --- a/apidocs/org/kohsuke/github/class-use/GHPullRequestFileDetail.html +++ b/apidocs/org/kohsuke/github/class-use/GHPullRequestFileDetail.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHPullRequestFileDetail (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHPullRequestFileDetail (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHPullRequestReviewComment.html b/apidocs/org/kohsuke/github/class-use/GHPullRequestReviewComment.html index 11d50a585..04d145a7c 100644 --- a/apidocs/org/kohsuke/github/class-use/GHPullRequestReviewComment.html +++ b/apidocs/org/kohsuke/github/class-use/GHPullRequestReviewComment.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHPullRequestReviewComment (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHPullRequestReviewComment (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHRateLimit.html b/apidocs/org/kohsuke/github/class-use/GHRateLimit.html index bd860d4cd..d3ae7a695 100644 --- a/apidocs/org/kohsuke/github/class-use/GHRateLimit.html +++ b/apidocs/org/kohsuke/github/class-use/GHRateLimit.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHRateLimit (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHRateLimit (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHRef.GHObject.html b/apidocs/org/kohsuke/github/class-use/GHRef.GHObject.html index 7b3b56589..1f1a03be2 100644 --- a/apidocs/org/kohsuke/github/class-use/GHRef.GHObject.html +++ b/apidocs/org/kohsuke/github/class-use/GHRef.GHObject.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHRef.GHObject (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHRef.GHObject (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHRef.html b/apidocs/org/kohsuke/github/class-use/GHRef.html index 2e8b5f53f..613b6a907 100644 --- a/apidocs/org/kohsuke/github/class-use/GHRef.html +++ b/apidocs/org/kohsuke/github/class-use/GHRef.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHRef (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHRef (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHRelease.html b/apidocs/org/kohsuke/github/class-use/GHRelease.html index e5a9bd682..fad9800e1 100644 --- a/apidocs/org/kohsuke/github/class-use/GHRelease.html +++ b/apidocs/org/kohsuke/github/class-use/GHRelease.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHRelease (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHRelease (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHReleaseBuilder.html b/apidocs/org/kohsuke/github/class-use/GHReleaseBuilder.html index 003453662..04b278987 100644 --- a/apidocs/org/kohsuke/github/class-use/GHReleaseBuilder.html +++ b/apidocs/org/kohsuke/github/class-use/GHReleaseBuilder.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHReleaseBuilder (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHReleaseBuilder (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHRepository.Contributor.html b/apidocs/org/kohsuke/github/class-use/GHRepository.Contributor.html index 090d19b96..38e7d3121 100644 --- a/apidocs/org/kohsuke/github/class-use/GHRepository.Contributor.html +++ b/apidocs/org/kohsuke/github/class-use/GHRepository.Contributor.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHRepository.Contributor (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHRepository.Contributor (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHRepository.ForkSort.html b/apidocs/org/kohsuke/github/class-use/GHRepository.ForkSort.html new file mode 100644 index 000000000..87f163f8d --- /dev/null +++ b/apidocs/org/kohsuke/github/class-use/GHRepository.ForkSort.html @@ -0,0 +1,181 @@ + + + + + + +Uses of Class org.kohsuke.github.GHRepository.ForkSort (GitHub API for Java 1.69 API) + + + + + + + + + + +
    +

    Uses of Class
    org.kohsuke.github.GHRepository.ForkSort

    +
    +
    + +
    + + + + +

    Copyright © 2015. All Rights Reserved.

    + + diff --git a/apidocs/org/kohsuke/github/class-use/GHRepository.html b/apidocs/org/kohsuke/github/class-use/GHRepository.html index 42faaccf7..545af0ee9 100644 --- a/apidocs/org/kohsuke/github/class-use/GHRepository.html +++ b/apidocs/org/kohsuke/github/class-use/GHRepository.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHRepository (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHRepository (GitHub API for Java 1.69 API) + @@ -137,42 +137,42 @@ GHRepository -GHMilestone.getOwner()  - - -GHRepository -GHAsset.getOwner()  - - -GHRepository -GHTag.getOwner()  - - -GHRepository -GHBranch.getOwner() -
    Repository that this branch is in.
    - - - -GHRepository GHContent.getOwner()  GHRepository -GHCommitComment.getOwner()  - - -GHRepository -GHRelease.getOwner()  - - -GHRepository GHCommit.getOwner()
    The repository that contains the commit.
    GHRepository +GHCommitComment.getOwner()  + + +GHRepository +GHTag.getOwner()  + + +GHRepository +GHBranch.getOwner() +
    Repository that this branch is in.
    + + + +GHRepository +GHMilestone.getOwner()  + + +GHRepository +GHAsset.getOwner()  + + +GHRepository +GHRelease.getOwner()  + + +GHRepository GHRepository.getParent()
    Forked repositories have a 'parent' attribute that specifies the repository this repository is directly forked from.
    @@ -180,30 +180,30 @@ GHRepository -GHThread.getRepository()  +GHEventInfo.getRepository() +
    Repository where the change was made.
    + GHRepository +GHSubscription.getRepository()  + + +GHRepository GHCommitPointer.getRepository()
    The repository that contains the commit.
    - -GHRepository -GHSubscription.getRepository()  - GHRepository -GHEventInfo.getRepository() -
    Repository where the change was made.
    - - - -GHRepository GHIssue.getRepository()
    Repository to which the issue belongs.
    + +GHRepository +GHThread.getRepository()  + GHRepository GHEventPayload.PullRequest.getRepository()  @@ -218,14 +218,14 @@ GHRepository -GHPerson.getRepository(String name)  - - -GHRepository GitHub.getRepository(String name)
    Gets the repository object from 'user/reponame' string that GitHub calls as "repository name"
    + +GHRepository +GHPerson.getRepository(String name)  + GHRepository GHRepository.getSource() @@ -293,40 +293,60 @@ PagedIterable<GHRepository> +GHRepository.listForks() +
    Lists all the direct forks of this repository, sorted by + github api default, currently ForkSort.NEWEST.
    + + + +PagedIterable<GHRepository> +GHRepository.listForks(GHRepository.ForkSort sort) +
    Lists all the direct forks of this repository, sorted by the given sort order.
    + + + +PagedIterable<GHRepository> GHPerson.listRepositories()
    Lists up all the repositories using a 30 items page size.
    PagedIterable<GHRepository> -GHTeam.listRepositories()  - - -PagedIterable<GHRepository> GHMyself.listRepositories()
    Lists up all repositories this user owns (public and private).
    + +PagedIterable<GHRepository> +GHTeam.listRepositories()  + PagedIterable<GHRepository> -GHPerson.listRepositories(int pageSize) +GHOrganization.listRepositories(int pageSize)
    Lists up all the repositories using the specified page size.
    PagedIterable<GHRepository> -GHOrganization.listRepositories(int pageSize) +GHPerson.listRepositories(int pageSize)
    Lists up all the repositories using the specified page size.
    PagedIterable<GHRepository> GHMyself.listRepositories(int pageSize) -
    Lists up all the repositories this user owns (public and private) using the specified page size.
    +
    List repositories that are accessible to the authenticated user (public and private) using the specified page size.
    PagedIterable<GHRepository> +GHMyself.listRepositories(int pageSize, + GHMyself.RepositoryListFilter repoType) +
    List repositories of a certain type that are accessible by current authenticated user using the specified page size.
    + + + +PagedIterable<GHRepository> GHUser.listSubscriptions()
    Lists all the subscribed (aka watched) repositories.
    @@ -368,6 +388,14 @@ GHRepository repository)
      +GHCompare +GHCompare.wrap(GHRepository owner)  + + +GHDeployKey +GHDeployKey.wrap(GHRepository repo)  + + GHMilestone GHMilestone.wrap(GHRepository repo)  @@ -375,14 +403,6 @@ GHDeploymentStatus GHDeploymentStatus.wrap(GHRepository owner)  - -GHDeployKey -GHDeployKey.wrap(GHRepository repo)  - - -GHCompare -GHCompare.wrap(GHRepository owner)  - diff --git a/apidocs/org/kohsuke/github/class-use/GHRepositorySearchBuilder.Sort.html b/apidocs/org/kohsuke/github/class-use/GHRepositorySearchBuilder.Sort.html index 21a99717a..c6ce44835 100644 --- a/apidocs/org/kohsuke/github/class-use/GHRepositorySearchBuilder.Sort.html +++ b/apidocs/org/kohsuke/github/class-use/GHRepositorySearchBuilder.Sort.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHRepositorySearchBuilder.Sort (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHRepositorySearchBuilder.Sort (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHRepositorySearchBuilder.html b/apidocs/org/kohsuke/github/class-use/GHRepositorySearchBuilder.html index 5672b0655..2533fd594 100644 --- a/apidocs/org/kohsuke/github/class-use/GHRepositorySearchBuilder.html +++ b/apidocs/org/kohsuke/github/class-use/GHRepositorySearchBuilder.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHRepositorySearchBuilder (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHRepositorySearchBuilder (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHSearchBuilder.html b/apidocs/org/kohsuke/github/class-use/GHSearchBuilder.html index 4ede56ce8..9963398e0 100644 --- a/apidocs/org/kohsuke/github/class-use/GHSearchBuilder.html +++ b/apidocs/org/kohsuke/github/class-use/GHSearchBuilder.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHSearchBuilder (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHSearchBuilder (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHSubscription.html b/apidocs/org/kohsuke/github/class-use/GHSubscription.html index c17b588bb..0f710a730 100644 --- a/apidocs/org/kohsuke/github/class-use/GHSubscription.html +++ b/apidocs/org/kohsuke/github/class-use/GHSubscription.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHSubscription (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHSubscription (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHTag.html b/apidocs/org/kohsuke/github/class-use/GHTag.html index dbd34ddb4..6b6ffba9f 100644 --- a/apidocs/org/kohsuke/github/class-use/GHTag.html +++ b/apidocs/org/kohsuke/github/class-use/GHTag.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHTag (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHTag (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHTeam.html b/apidocs/org/kohsuke/github/class-use/GHTeam.html index 9b2f4227d..73205567b 100644 --- a/apidocs/org/kohsuke/github/class-use/GHTeam.html +++ b/apidocs/org/kohsuke/github/class-use/GHTeam.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHTeam (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHTeam (GitHub API for Java 1.69 API) + @@ -132,17 +132,17 @@ - - - - + + + + - + - + - + @@ -198,6 +198,18 @@ + + + + + + + + @@ -211,22 +223,10 @@ - - - - - - - - - - - - + + + + - - @@ -355,14 +355,14 @@ - - @@ -383,15 +383,15 @@ - - diff --git a/apidocs/org/kohsuke/github/class-use/GHUserSearchBuilder.Sort.html b/apidocs/org/kohsuke/github/class-use/GHUserSearchBuilder.Sort.html index c02c3c826..2d8300d3a 100644 --- a/apidocs/org/kohsuke/github/class-use/GHUserSearchBuilder.Sort.html +++ b/apidocs/org/kohsuke/github/class-use/GHUserSearchBuilder.Sort.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHUserSearchBuilder.Sort (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHUserSearchBuilder.Sort (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHUserSearchBuilder.html b/apidocs/org/kohsuke/github/class-use/GHUserSearchBuilder.html index 8b8b1d48a..416e0c353 100644 --- a/apidocs/org/kohsuke/github/class-use/GHUserSearchBuilder.html +++ b/apidocs/org/kohsuke/github/class-use/GHUserSearchBuilder.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHUserSearchBuilder (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHUserSearchBuilder (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHVerifiedKey.html b/apidocs/org/kohsuke/github/class-use/GHVerifiedKey.html index bc2741744..0c0c5f18f 100644 --- a/apidocs/org/kohsuke/github/class-use/GHVerifiedKey.html +++ b/apidocs/org/kohsuke/github/class-use/GHVerifiedKey.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHVerifiedKey (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHVerifiedKey (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GitHub.html b/apidocs/org/kohsuke/github/class-use/GitHub.html index 95f4760fe..2641f999c 100644 --- a/apidocs/org/kohsuke/github/class-use/GitHub.html +++ b/apidocs/org/kohsuke/github/class-use/GitHub.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GitHub (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GitHub (GitHub API for Java 1.69 API) + @@ -174,23 +174,23 @@ - + - - - - - + + + + + - + diff --git a/apidocs/org/kohsuke/github/class-use/GitHubBuilder.html b/apidocs/org/kohsuke/github/class-use/GitHubBuilder.html index f5871b5af..016f03d19 100644 --- a/apidocs/org/kohsuke/github/class-use/GitHubBuilder.html +++ b/apidocs/org/kohsuke/github/class-use/GitHubBuilder.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GitHubBuilder (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GitHubBuilder (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GitUser.html b/apidocs/org/kohsuke/github/class-use/GitUser.html index 5e2ba28df..731f9f7c7 100644 --- a/apidocs/org/kohsuke/github/class-use/GitUser.html +++ b/apidocs/org/kohsuke/github/class-use/GitUser.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GitUser (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GitUser (GitHub API for Java 1.69 API) + @@ -131,7 +131,7 @@ - + @@ -139,15 +139,15 @@ - + - + - + @@ -155,7 +155,7 @@ - +
    Set<GHTeam>GHRepository.getTeams() -
    If this repository belongs to an organization, return a set of teams.
    -
    Map<String,GHTeam> GHOrganization.getTeams()
    Teams by their names.
    Set<GHTeam>GHRepository.getTeams() +
    If this repository belongs to an organization, return a set of teams.
    +
    PagedIterable<GHTeam> GHOrganization.listTeams() diff --git a/apidocs/org/kohsuke/github/class-use/GHThread.html b/apidocs/org/kohsuke/github/class-use/GHThread.html index b09a6b2d9..30f9abce1 100644 --- a/apidocs/org/kohsuke/github/class-use/GHThread.html +++ b/apidocs/org/kohsuke/github/class-use/GHThread.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHThread (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHThread (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHTree.html b/apidocs/org/kohsuke/github/class-use/GHTree.html index 8017a792d..1a3899aba 100644 --- a/apidocs/org/kohsuke/github/class-use/GHTree.html +++ b/apidocs/org/kohsuke/github/class-use/GHTree.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHTree (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHTree (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHTreeEntry.html b/apidocs/org/kohsuke/github/class-use/GHTreeEntry.html index 4028d5e6b..eee3f4308 100644 --- a/apidocs/org/kohsuke/github/class-use/GHTreeEntry.html +++ b/apidocs/org/kohsuke/github/class-use/GHTreeEntry.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHTreeEntry (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHTreeEntry (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHUser.html b/apidocs/org/kohsuke/github/class-use/GHUser.html index 34e4187bc..7c0f21462 100644 --- a/apidocs/org/kohsuke/github/class-use/GHUser.html +++ b/apidocs/org/kohsuke/github/class-use/GHUser.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHUser (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.GHUser (GitHub API for Java 1.69 API) + @@ -172,15 +172,15 @@
    GHUserGHCommitStatus.getCreator() GHDeployment.getCreator() 
    GHUserGHMilestone.getCreator() GHCommitStatus.getCreator() 
    GHUserGHDeployment.getCreator() GHMilestone.getCreator() 
    GHUser
    GHUserGHIssueComment.getUser() +
    Gets the user who posted this comment.
    +
    GHUserGHCommitComment.getUser() +
    Gets the user who put this comment.
    +
    GHUser GHPullRequestReviewComment.getUser()
    Gets the user who posted this comment.
    GHUserGHIssueComment.getUser() -
    Gets the user who posted this comment.
    -
    GHUser GHIssue.getUser()
    User who submitted the issue.
    GHUserGHCommitComment.getUser() -
    Gets the user who put this comment.
    -
    protected GHUser GitHub.getUser(GHUser orig) @@ -267,10 +267,6 @@
    Set<GHUser>GHTeam.getMembers() 
    List<GHUser> GHOrganization.getMembers()
    Deprecated.  @@ -278,6 +274,10 @@
    Set<GHUser>GHTeam.getMembers() 
    PagedIterable<GHUser> GHRepository.listCollaborators() @@ -286,14 +286,14 @@
    PagedIterable<GHUser>GHTeam.listMembers() -
    Retrieves the current members.
    +
    GHOrganization.listMembers() +
    All the members of this organization.
    PagedIterable<GHUser>GHOrganization.listMembers() -
    All the members of this organization.
    +
    GHTeam.listMembers() +
    Retrieves the current members.
    booleanGHTeam.hasMember(GHUser user) -
    Checks if this team has the specified user as a member.
    +
    GHOrganization.hasMember(GHUser user) +
    Checks if this organization has the specified user as a member.
    booleanGHOrganization.hasMember(GHUser user) -
    Checks if this organization has the specified user as a member.
    +
    GHTeam.hasMember(GHUser user) +
    Checks if this team has the specified user as a member.
    voidGHTeam.remove(GHUser u) -
    Removes a member to the team.
    +
    GHOrganization.remove(GHUser user) +
    Remove a member of the organisation - which will remove them from + all teams, and remove their access to the organization’s repositories.
    voidGHOrganization.remove(GHUser user) -
    Remove a member of the organisation - which will remove them from - all teams, and remove their access to the organization’s repositories.
    +
    GHTeam.remove(GHUser u) +
    Removes a member to the team.
    GitHubGHMilestone.getRoot() GHAuthorization.getRoot() 
    GitHubGHAsset.getRoot() 
    GitHub GHTag.getRoot() 
    GitHub GHBranch.getRoot() 
    GitHubGHMilestone.getRoot() 
    GitHubGHAuthorization.getRoot() GHAsset.getRoot() 
    GitHub
    GitUserGHPullRequestCommitDetail.Commit.getAuthor() GHCompare.InnerCommit.getAuthor() 
    GitUser
    GitUserGHEventPayload.Push.PushCommit.getAuthor() GHPullRequestCommitDetail.Commit.getAuthor() 
    GitUserGHCompare.InnerCommit.getAuthor() GHEventPayload.Push.PushCommit.getAuthor() 
    GitUserGHPullRequestCommitDetail.Commit.getCommitter() GHCompare.InnerCommit.getCommitter() 
    GitUser
    GitUserGHCompare.InnerCommit.getCommitter() GHPullRequestCommitDetail.Commit.getCommitter() 
    diff --git a/apidocs/org/kohsuke/github/class-use/HttpConnector.html b/apidocs/org/kohsuke/github/class-use/HttpConnector.html index 460b73139..2ced1762e 100644 --- a/apidocs/org/kohsuke/github/class-use/HttpConnector.html +++ b/apidocs/org/kohsuke/github/class-use/HttpConnector.html @@ -2,16 +2,16 @@ - + -Uses of Interface org.kohsuke.github.HttpConnector (GitHub API for Java 1.68 API) - +Uses of Interface org.kohsuke.github.HttpConnector (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/MarkdownMode.html b/apidocs/org/kohsuke/github/class-use/MarkdownMode.html index 2e15dc14c..da6e2a922 100644 --- a/apidocs/org/kohsuke/github/class-use/MarkdownMode.html +++ b/apidocs/org/kohsuke/github/class-use/MarkdownMode.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.MarkdownMode (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.MarkdownMode (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/PagedIterable.html b/apidocs/org/kohsuke/github/class-use/PagedIterable.html index 7644f1ebc..19526ba1b 100644 --- a/apidocs/org/kohsuke/github/class-use/PagedIterable.html +++ b/apidocs/org/kohsuke/github/class-use/PagedIterable.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.PagedIterable (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.PagedIterable (GitHub API for Java 1.69 API) + @@ -148,17 +148,17 @@ -PagedIterable<GHIssueComment> -GHIssue.listComments() -
    Obtains all the comments associated with this issue.
    - - - PagedIterable<GHCommitComment> GHCommit.listComments()
    Lists up all the commit comments in this repository.
    + +PagedIterable<GHIssueComment> +GHIssue.listComments() +
    Obtains all the comments associated with this issue.
    + + PagedIterable<GHCommitComment> GHRepository.listCommitComments() @@ -202,7 +202,7 @@ PagedIterable<GHEventInfo> -GHUser.listEvents() +GHOrganization.listEvents()
    Lists events performed by a user (this includes private events if the caller is authenticated.
    @@ -214,14 +214,14 @@ PagedIterable<GHEventInfo> -GHRepository.listEvents() -
    Lists repository events.
    +GHUser.listEvents() +
    Lists events performed by a user (this includes private events if the caller is authenticated.
    PagedIterable<GHEventInfo> -GHOrganization.listEvents() -
    Lists events performed by a user (this includes private events if the caller is authenticated.
    +GHRepository.listEvents() +
    Lists repository events.
    @@ -231,9 +231,22 @@ +PagedIterable<GHRepository> +GHRepository.listForks() +
    Lists all the direct forks of this repository, sorted by + github api default, currently ForkSort.NEWEST.
    + + + PagedIterable<GHGist> GHGist.listForks()  + +PagedIterable<GHRepository> +GHRepository.listForks(GHRepository.ForkSort sort) +
    Lists all the direct forks of this repository, sorted by the given sort order.
    + + PagedIterable<GHGist> GHUser.listGists() @@ -254,14 +267,14 @@ PagedIterable<GHUser> -GHTeam.listMembers() -
    Retrieves the current members.
    +GHOrganization.listMembers() +
    All the members of this organization.
    PagedIterable<GHUser> -GHOrganization.listMembers() -
    All the members of this organization.
    +GHTeam.listMembers() +
    Retrieves the current members.
    @@ -298,45 +311,52 @@ PagedIterable<GHRepository> -GHTeam.listRepositories()  - - -PagedIterable<GHRepository> GHMyself.listRepositories()
    Lists up all repositories this user owns (public and private).
    + +PagedIterable<GHRepository> +GHTeam.listRepositories()  + PagedIterable<GHRepository> -GHPerson.listRepositories(int pageSize) +GHOrganization.listRepositories(int pageSize)
    Lists up all the repositories using the specified page size.
    PagedIterable<GHRepository> -GHOrganization.listRepositories(int pageSize) +GHPerson.listRepositories(int pageSize)
    Lists up all the repositories using the specified page size.
    PagedIterable<GHRepository> GHMyself.listRepositories(int pageSize) -
    Lists up all the repositories this user owns (public and private) using the specified page size.
    +
    List repositories that are accessible to the authenticated user (public and private) using the specified page size.
    +PagedIterable<GHRepository> +GHMyself.listRepositories(int pageSize, + GHMyself.RepositoryListFilter repoType) +
    List repositories of a certain type that are accessible by current authenticated user using the specified page size.
    + + + PagedIterable<GHPullRequestReviewComment> GHPullRequest.listReviewComments()
    Obtains all the review comments associated with this pull request.
    - + PagedIterable<GHCommitStatus> GHCommit.listStatuses()
    Gets the status of this commit, newer ones first.
    - + PagedIterable<GHUser> GHRepository.listSubscribers()
    Lists all the subscribers (aka watchers.) @@ -344,17 +364,17 @@ https://developer.github.com/v3/activity/watching/
    - + PagedIterable<GHRepository> GHUser.listSubscriptions()
    Lists all the subscribed (aka watched) repositories.
    - + PagedIterable<GHTag> GHRepository.listTags()  - + PagedIterable<GHTeam> GHOrganization.listTeams()
    List up all the teams.
    diff --git a/apidocs/org/kohsuke/github/class-use/PagedIterator.html b/apidocs/org/kohsuke/github/class-use/PagedIterator.html index a88b8c5e7..bac5a27fb 100644 --- a/apidocs/org/kohsuke/github/class-use/PagedIterator.html +++ b/apidocs/org/kohsuke/github/class-use/PagedIterator.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.PagedIterator (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.PagedIterator (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/PagedSearchIterable.html b/apidocs/org/kohsuke/github/class-use/PagedSearchIterable.html index 2bb565bfd..dc06f6458 100644 --- a/apidocs/org/kohsuke/github/class-use/PagedSearchIterable.html +++ b/apidocs/org/kohsuke/github/class-use/PagedSearchIterable.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.PagedSearchIterable (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.PagedSearchIterable (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/class-use/RateLimitHandler.html b/apidocs/org/kohsuke/github/class-use/RateLimitHandler.html index c7ec11b00..63de179f3 100644 --- a/apidocs/org/kohsuke/github/class-use/RateLimitHandler.html +++ b/apidocs/org/kohsuke/github/class-use/RateLimitHandler.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.RateLimitHandler (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.RateLimitHandler (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/extras/OkHttpConnector.html b/apidocs/org/kohsuke/github/extras/OkHttpConnector.html index 6c41cf1f3..d6583ab8c 100644 --- a/apidocs/org/kohsuke/github/extras/OkHttpConnector.html +++ b/apidocs/org/kohsuke/github/extras/OkHttpConnector.html @@ -2,16 +2,16 @@ - + -OkHttpConnector (GitHub API for Java 1.68 API) - +OkHttpConnector (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/extras/class-use/OkHttpConnector.html b/apidocs/org/kohsuke/github/extras/class-use/OkHttpConnector.html index 9182baaf3..8dbb5af97 100644 --- a/apidocs/org/kohsuke/github/extras/class-use/OkHttpConnector.html +++ b/apidocs/org/kohsuke/github/extras/class-use/OkHttpConnector.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.extras.OkHttpConnector (GitHub API for Java 1.68 API) - +Uses of Class org.kohsuke.github.extras.OkHttpConnector (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/extras/package-frame.html b/apidocs/org/kohsuke/github/extras/package-frame.html index 06e6a6934..f1cf1950d 100644 --- a/apidocs/org/kohsuke/github/extras/package-frame.html +++ b/apidocs/org/kohsuke/github/extras/package-frame.html @@ -2,10 +2,10 @@ - + -org.kohsuke.github.extras (GitHub API for Java 1.68 API) - +org.kohsuke.github.extras (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/extras/package-summary.html b/apidocs/org/kohsuke/github/extras/package-summary.html index 17fa16e53..ccf328f7c 100644 --- a/apidocs/org/kohsuke/github/extras/package-summary.html +++ b/apidocs/org/kohsuke/github/extras/package-summary.html @@ -2,16 +2,16 @@ - + -org.kohsuke.github.extras (GitHub API for Java 1.68 API) - +org.kohsuke.github.extras (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/extras/package-tree.html b/apidocs/org/kohsuke/github/extras/package-tree.html index 6ca69135d..b5da20102 100644 --- a/apidocs/org/kohsuke/github/extras/package-tree.html +++ b/apidocs/org/kohsuke/github/extras/package-tree.html @@ -2,16 +2,16 @@ - + -org.kohsuke.github.extras Class Hierarchy (GitHub API for Java 1.68 API) - +org.kohsuke.github.extras Class Hierarchy (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/extras/package-use.html b/apidocs/org/kohsuke/github/extras/package-use.html index 9ab4e0872..705d971af 100644 --- a/apidocs/org/kohsuke/github/extras/package-use.html +++ b/apidocs/org/kohsuke/github/extras/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package org.kohsuke.github.extras (GitHub API for Java 1.68 API) - +Uses of Package org.kohsuke.github.extras (GitHub API for Java 1.69 API) + diff --git a/apidocs/org/kohsuke/github/package-frame.html b/apidocs/org/kohsuke/github/package-frame.html index 3e813ce10..aa32be89c 100644 --- a/apidocs/org/kohsuke/github/package-frame.html +++ b/apidocs/org/kohsuke/github/package-frame.html @@ -2,10 +2,10 @@ - + -org.kohsuke.github (GitHub API for Java 1.68 API) - +org.kohsuke.github (GitHub API for Java 1.69 API) + @@ -114,7 +114,9 @@
  • GHIssueSearchBuilder.Sort
  • GHIssueState
  • GHMilestoneState
  • +
  • GHMyself.RepositoryListFilter
  • GHOrganization.Permission
  • +
  • GHRepository.ForkSort
  • GHRepositorySearchBuilder.Sort
  • GHUserSearchBuilder.Sort
  • MarkdownMode
  • diff --git a/apidocs/org/kohsuke/github/package-summary.html b/apidocs/org/kohsuke/github/package-summary.html index 1faed7fd8..04a3f5851 100644 --- a/apidocs/org/kohsuke/github/package-summary.html +++ b/apidocs/org/kohsuke/github/package-summary.html @@ -2,16 +2,16 @@ - + -org.kohsuke.github (GitHub API for Java 1.68 API) - +org.kohsuke.github (GitHub API for Java 1.69 API) + @@ -618,9 +618,21 @@   +GHMyself.RepositoryListFilter + +
    Type of repositories returned during listing.
    + + + GHOrganization.Permission   + +GHRepository.ForkSort + +
    Sort orders for listing forks
    + + GHRepositorySearchBuilder.Sort   diff --git a/apidocs/org/kohsuke/github/package-tree.html b/apidocs/org/kohsuke/github/package-tree.html index 3838806de..ed2d00794 100644 --- a/apidocs/org/kohsuke/github/package-tree.html +++ b/apidocs/org/kohsuke/github/package-tree.html @@ -2,16 +2,16 @@ - + -org.kohsuke.github Class Hierarchy (GitHub API for Java 1.68 API) - +org.kohsuke.github Class Hierarchy (GitHub API for Java 1.69 API) + @@ -233,17 +233,19 @@ diff --git a/apidocs/org/kohsuke/github/package-use.html b/apidocs/org/kohsuke/github/package-use.html index 2fde9cbcd..0f609d679 100644 --- a/apidocs/org/kohsuke/github/package-use.html +++ b/apidocs/org/kohsuke/github/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package org.kohsuke.github (GitHub API for Java 1.68 API) - +Uses of Package org.kohsuke.github (GitHub API for Java 1.69 API) + @@ -303,88 +303,98 @@ +GHMyself.RepositoryListFilter +
    Type of repositories returned during listing.
    + + + GHNotificationStream
    Listens to GitHub notification stream.
    - + GHObject
    Most (all?) domain objects in GitHub seems to have these 4 properties.
    - + GHOrganization  - + GHOrganization.Permission  - + GHPerson
    Common part of GHUser and GHOrganization.
    - + GHPersonSet
    Set of GHPerson with helper lookup methods.
    - + GHPullRequest
    A pull request.
    - + GHPullRequestCommitDetail
    Commit detail inside a GHPullRequest.
    - + GHPullRequestCommitDetail.Commit  - + GHPullRequestCommitDetail.CommitPointer  - + GHPullRequestFileDetail
    File detail inside a GHPullRequest.
    - + GHPullRequestReviewComment
    Review comment to the pull request
    - + GHRateLimit
    Rate limit.
    - + GHRef
    Provides information on a Git ref from GitHub.
    - + GHRef.GHObject  - + GHRelease
    Release in a github repository.
    - + GHReleaseBuilder
    Builder pattern for creating a GHRelease
    - + GHRepository
    A repository on GitHub.
    - + GHRepository.Contributor  + +GHRepository.ForkSort +
    Sort orders for listing forks
    + + GHRepositorySearchBuilder
    Search repositories.
    diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html index 8ac5e18fb..4d7f6e152 100644 --- a/apidocs/overview-frame.html +++ b/apidocs/overview-frame.html @@ -2,10 +2,10 @@ - + -Overview List (GitHub API for Java 1.68 API) - +Overview List (GitHub API for Java 1.69 API) + diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html index fe210816f..ed1657b3b 100644 --- a/apidocs/overview-summary.html +++ b/apidocs/overview-summary.html @@ -2,16 +2,16 @@ - + -Overview (GitHub API for Java 1.68 API) - +Overview (GitHub API for Java 1.69 API) + @@ -64,7 +64,7 @@
    -

    GitHub API for Java 1.68 API

    +

    GitHub API for Java 1.69 API

    diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index 7241c25fc..a8d29c2b3 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,16 +2,16 @@ - + -Class Hierarchy (GitHub API for Java 1.68 API) - +Class Hierarchy (GitHub API for Java 1.69 API) + @@ -235,17 +235,19 @@ diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index f095109cb..d0a8d9124 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,16 +2,16 @@ - + -Serialized Form (GitHub API for Java 1.68 API) - +Serialized Form (GitHub API for Java 1.69 API) + diff --git a/dependencies.html b/dependencies.html index 72d3e34c2..d7ffd657f 100644 --- a/dependencies.html +++ b/dependencies.html @@ -265,7 +265,23 @@ -
    mockito-all 1.9.5 jarThe MIT License
    +The MIT License +
    +

    provided

    +

    The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

    + + + + + + + + + + + + +
    GroupIdArtifactIdVersionTypeLicense
    com.google.code.findbugsannotations3.0.0jarGNU Lesser Public License

    Project Transitive Dependencies

    The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

    @@ -278,37 +294,43 @@ ArtifactId Version Type -License +License +Optional com.fasterxml.jackson.core jackson-annotations 2.2.3 jar -The Apache Software License, Version 2.0-GNU Lesser General Public License, Version 2.1 +The Apache Software License, Version 2.0-GNU Lesser General Public License, Version 2.1 +No com.fasterxml.jackson.core jackson-core 2.2.3 jar -The Apache Software License, Version 2.0-GNU Lesser General Public License, Version 2.1 - -com.squareup.okhttp -okhttp -2.0.0 -jar -Apache 2.0 - -com.squareup.okio -okio -1.0.0 -jar -Apache 2.0 +The Apache Software License, Version 2.0-GNU Lesser General Public License, Version 2.1 +No org.jenkins-ci annotation-indexer 1.4 jar -MIT License
    +MIT License +No + +com.squareup.okhttp +okhttp +2.0.0 +jar +Apache 2.0 +Yes + +com.squareup.okio +okio +1.0.0 +jar +Apache 2.0 +Yes

    test

    The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

    @@ -473,7 +495,7 @@

    Dependency Tree

      -
    • org.kohsuke:github-api:jar:1.68 Information
    • org.kohsuke:github-api:jar:1.69 Information
    +

    Project License: The MIT License

    +
  • com.google.code.findbugs:annotations:jar:3.0.0 (provided) Information
  • Licenses

    Apache 2: JavaEWAH

    @@ -865,6 +896,7 @@ The goal of word-aligned compression is not to achieve the best compression, but

    Unknown: Localizer, Type arithmetic library for Java5, commons-beanutils, servlet-api

    GNU Lesser General Public License, Version 2.1: Jackson-annotations, Jackson-core, jackson-databind

    The Apache Software License, Version 2.0: Collections, Commons Codec, Commons FileUpload, Commons IO, Commons Lang, Discovery, Guava (Google Common Libraries), Jackson-annotations, Jackson-core, Logging, ezmorph, jackson-databind, json-lib

    +

    GNU Lesser Public License: FindBugs-Annotations

    The MIT license: GitHub API for Java

    Revised BSD: JSch

    MIT license: Stapler Jetty Runner, WordNet Random Name Generator

    @@ -911,6 +943,14 @@ The goal of word-aligned compression is not to achieve the best compression, but 1.6 Yes +annotations-3.0.0.jar +77.21 kB +138 +64 +5 +1.6 +Yes + guava-r06.jar 936.40 kB 744 @@ -918,7 +958,7 @@ The goal of word-aligned compression is not to achieve the best compression, but 8 1.5 Yes - + JavaEWAH-0.5.6.jar 53.92 kB 41 @@ -926,7 +966,7 @@ The goal of word-aligned compression is not to achieve the best compression, but 3 1.5 Yes - + bridge-method-annotation-1.14.jar 3.19 kB 13 @@ -934,7 +974,7 @@ The goal of word-aligned compression is not to achieve the best compression, but 1 1.5 No - + jsch-0.1.46.jar 225.75 kB 135 @@ -942,7 +982,231 @@ The goal of word-aligned compression is not to achieve the best compression, but 4 1.4 Yes + +commons-beanutils-1.7.0.jar +188.67 kB +129 +111 +5 +1.2 +Yes +commons-codec-1.7.jar +259.60 kB +227 +85 +6 +1.6 +Yes + +commons-collections-3.2.jar +571.26 kB +477 +458 +12 +1.1 +Yes + +commons-discovery-0.4.jar +76.68 kB +74 +59 +8 +1.1 +Yes + +commons-fileupload-1.2.1.jar +57.78 kB +60 +43 +5 +1.3 +Yes + +commons-io-1.4.jar +109.04 kB +93 +76 +5 +1.3 +Yes + +commons-lang-2.6.jar +284.22 kB +155 +133 +10 +1.3 +Yes + +commons-logging-1.0.4.jar +38.01 kB +29 +18 +2 +1.2 +Yes + +servlet-api-2.5.jar +105.11 kB +68 +42 +2 +1.5 +Yes + +junit-4.11.jar +245.04 kB +266 +233 +28 +1.5 +Yes + +ezmorph-1.0.3.jar +77.83 kB +58 +43 +6 +1.1 +Yes + +jetty-continuation-7.5.4.v20111024.jar +20.19 kB +23 +11 +1 +1.5 +Yes + +jetty-http-7.5.4.v20111024.jar +115.08 kB +67 +49 +4 +1.5 +Yes + +jetty-io-7.5.4.v20111024.jar +90.95 kB +69 +55 +3 +1.5 +Yes + +jetty-security-7.5.4.v20111024.jar +83.05 kB +68 +55 +2 +1.5 +Yes + +jetty-server-7.5.4.v20111024.jar +307.31 kB +176 +140 +9 +1.5 +Yes + +jetty-servlet-7.5.4.v20111024.jar +86.82 kB +59 +38 +4 +1.5 +Yes + +jetty-util-7.5.4.v20111024.jar +215.62 kB +140 +120 +8 +1.5 +Yes + +org.eclipse.jgit-3.1.0.201310021548-r.jar +1.83 MB +1191 +1143 +30 +1.5 +Yes + +hamcrest-core-1.3.jar +45.02 kB +52 +45 +3 +1.5 +Yes + +annotation-indexer-1.4.jar +16.09 kB +24 +11 +1 +1.5 +Yes + +tiger-types-1.3.jar +17.52 kB +22 +12 +1 +1.5 +Yes + +localizer-1.7.jar +6.66 kB +15 +5 +1 +1.5 +Yes + +wordnet-random-name-1.2.jar +17.10 kB +15 +2 +1 +1.5 +Yes + +json-lib-2.1-rev6.jar +113.37 kB +84 +72 +8 +1.5 +Yes + +stapler-1.177.jar +264.65 kB +223 +193 +8 +1.5 +Yes + +stapler-jetty-1.1.jar +3.36 kB +13 +1 +1 +1.5 +Yes + +mockito-all-1.9.5.jar +1.58 MB +1372 +698 +74 +1.5 +Yes + okhttp-2.0.0.jar 260.96 kB 158 @@ -950,6 +1214,14 @@ The goal of word-aligned compression is not to achieve the best compression, but 5 1.6 Yes + +okhttp-urlconnection-2.0.0.jar +30.76 kB +24 +12 +2 +1.6 +Yes okio-1.0.0.jar 52.13 kB @@ -959,238 +1231,6 @@ The goal of word-aligned compression is not to achieve the best compression, but 1.6 Yes -commons-beanutils-1.7.0.jar -188.67 kB -129 -111 -5 -1.2 -Yes - -commons-codec-1.7.jar -259.60 kB -227 -85 -6 -1.6 -Yes - -commons-collections-3.2.jar -571.26 kB -477 -458 -12 -1.1 -Yes - -commons-discovery-0.4.jar -76.68 kB -74 -59 -8 -1.1 -Yes - -commons-fileupload-1.2.1.jar -57.78 kB -60 -43 -5 -1.3 -Yes - -commons-io-1.4.jar -109.04 kB -93 -76 -5 -1.3 -Yes - -commons-lang-2.6.jar -284.22 kB -155 -133 -10 -1.3 -Yes - -commons-logging-1.0.4.jar -38.01 kB -29 -18 -2 -1.2 -Yes - -servlet-api-2.5.jar -105.11 kB -68 -42 -2 -1.5 -Yes - -junit-4.11.jar -245.04 kB -266 -233 -28 -1.5 -Yes - -ezmorph-1.0.3.jar -77.83 kB -58 -43 -6 -1.1 -Yes - -jetty-continuation-7.5.4.v20111024.jar -20.19 kB -23 -11 -1 -1.5 -Yes - -jetty-http-7.5.4.v20111024.jar -115.08 kB -67 -49 -4 -1.5 -Yes - -jetty-io-7.5.4.v20111024.jar -90.95 kB -69 -55 -3 -1.5 -Yes - -jetty-security-7.5.4.v20111024.jar -83.05 kB -68 -55 -2 -1.5 -Yes - -jetty-server-7.5.4.v20111024.jar -307.31 kB -176 -140 -9 -1.5 -Yes - -jetty-servlet-7.5.4.v20111024.jar -86.82 kB -59 -38 -4 -1.5 -Yes - -jetty-util-7.5.4.v20111024.jar -215.62 kB -140 -120 -8 -1.5 -Yes - -org.eclipse.jgit-3.1.0.201310021548-r.jar -1.83 MB -1191 -1143 -30 -1.5 -Yes - -hamcrest-core-1.3.jar -45.02 kB -52 -45 -3 -1.5 -Yes - -annotation-indexer-1.4.jar -16.09 kB -24 -11 -1 -1.5 -Yes - -tiger-types-1.3.jar -17.52 kB -22 -12 -1 -1.5 -Yes - -localizer-1.7.jar -6.66 kB -15 -5 -1 -1.5 -Yes - -wordnet-random-name-1.2.jar -17.10 kB -15 -2 -1 -1.5 -Yes - -json-lib-2.1-rev6.jar -113.37 kB -84 -72 -8 -1.5 -Yes - -stapler-1.177.jar -264.65 kB -223 -193 -8 -1.5 -Yes - -stapler-jetty-1.1.jar -3.36 kB -13 -1 -1 -1.5 -Yes - -mockito-all-1.9.5.jar -1.58 MB -1372 -698 -74 -1.5 -Yes - -okhttp-urlconnection-2.0.0.jar -30.76 kB -24 -12 -2 -1.6 -Yes - Total Size Entries @@ -1198,15 +1238,15 @@ The goal of word-aligned compression is not to achieve the best compression, but Packages Java Version Debug Information - -38 -9.49 MB -7160 -5707 -301 -1.6 -37 +39 +9.56 MB +7298 +5771 +306 +1.6 +38 + compile: 11 compile: 2.11 MB compile: 1490 @@ -1214,14 +1254,22 @@ The goal of word-aligned compression is not to achieve the best compression, but compile: 60 - compile: 10 - + test: 27 test: 7.38 MB test: 5670 test: 4524 test: 241 - -test: 27
    +test: 27 + +provided: 1 +provided: 77.21 kB +provided: 138 +provided: 64 +provided: 5 +- +provided: 1

    Dependency Repository Locations

    @@ -1232,6 +1280,12 @@ The goal of word-aligned compression is not to achieve the best compression, but + + + + + + @@ -1240,87 +1294,131 @@ The goal of word-aligned compression is not to achieve the best compression, but

    Repository locations for each of the Dependencies.

    Snapshot Blacklisted
    m.g.o-publichttp://maven.glassfish.org/content/groups/public/YesYesNo
    sonatype-nexus-snapshots
    central
    https://oss.sonatype.org/content/repositories/snapshots
    http://repo.maven.apache.org/maven2
    Yes
    - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + -
    Artifact
    Artifactrepo.jenkins-ci.org
    com.fasterxml.jackson.core:jackson-annotations:jar:2.2.3
    com.fasterxml.jackson.core:jackson-annotations:jar:2.2.3Found at http://repo.jenkins-ci.org/public/
    com.fasterxml.jackson.core:jackson-core:jar:2.2.3
    com.fasterxml.jackson.core:jackson-core:jar:2.2.3Found at http://repo.jenkins-ci.org/public/
    com.fasterxml.jackson.core:jackson-databind:jar:2.2.3
    com.fasterxml.jackson.core:jackson-databind:jar:2.2.3Found at http://repo.jenkins-ci.org/public/
    com.google.guava:guava:jar:r06
    com.google.code.findbugs:annotations:jar:3.0.0Found at http://repo.jenkins-ci.org/public/
    com.googlecode.javaewah:JavaEWAH:jar:0.5.6
    com.google.guava:guava:jar:r06Found at http://repo.jenkins-ci.org/public/
    com.infradna.tool:bridge-method-annotation:jar:1.14
    com.googlecode.javaewah:JavaEWAH:jar:0.5.6Found at http://repo.jenkins-ci.org/public/
    com.jcraft:jsch:jar:0.1.46
    com.infradna.tool:bridge-method-annotation:jar:1.14Found at http://repo.jenkins-ci.org/public/
    com.squareup.okhttp:okhttp:jar:2.0.0
    com.jcraft:jsch:jar:0.1.46Found at http://repo.jenkins-ci.org/public/
    com.squareup.okio:okio:jar:1.0.0
    commons-beanutils:commons-beanutils:jar:1.7.0Found at http://repo.jenkins-ci.org/public/
    commons-beanutils:commons-beanutils:jar:1.7.0
    commons-codec:commons-codec:jar:1.7Found at http://repo.jenkins-ci.org/public/
    commons-codec:commons-codec:jar:1.7
    commons-collections:commons-collections:jar:3.2Found at http://repo.jenkins-ci.org/public/
    commons-collections:commons-collections:jar:3.2
    commons-discovery:commons-discovery:jar:0.4Found at http://repo.jenkins-ci.org/public/
    commons-discovery:commons-discovery:jar:0.4
    commons-fileupload:commons-fileupload:jar:1.2.1Found at http://repo.jenkins-ci.org/public/
    commons-fileupload:commons-fileupload:jar:1.2.1
    commons-io:commons-io:jar:1.4Found at http://repo.jenkins-ci.org/public/
    commons-io:commons-io:jar:1.4
    commons-lang:commons-lang:jar:2.6Found at http://repo.jenkins-ci.org/public/
    commons-lang:commons-lang:jar:2.6
    commons-logging:commons-logging:jar:1.0.4Found at http://repo.jenkins-ci.org/public/
    commons-logging:commons-logging:jar:1.0.4
    javax.servlet:servlet-api:jar:2.5Found at http://repo.jenkins-ci.org/public/
    javax.servlet:servlet-api:jar:2.5
    junit:junit:jar:4.11Found at http://repo.jenkins-ci.org/public/
    junit:junit:jar:4.11
    net.sf.ezmorph:ezmorph:jar:1.0.3Found at http://repo.jenkins-ci.org/public/
    net.sf.ezmorph:ezmorph:jar:1.0.3
    org.eclipse.jetty:jetty-continuation:jar:7.5.4.v20111024Found at http://repo.jenkins-ci.org/public/
    org.eclipse.jetty:jetty-continuation:jar:7.5.4.v20111024
    org.eclipse.jetty:jetty-http:jar:7.5.4.v20111024Found at http://repo.jenkins-ci.org/public/
    org.eclipse.jetty:jetty-http:jar:7.5.4.v20111024
    org.eclipse.jetty:jetty-io:jar:7.5.4.v20111024Found at http://repo.jenkins-ci.org/public/
    org.eclipse.jetty:jetty-io:jar:7.5.4.v20111024
    org.eclipse.jetty:jetty-security:jar:7.5.4.v20111024Found at http://repo.jenkins-ci.org/public/
    org.eclipse.jetty:jetty-security:jar:7.5.4.v20111024
    org.eclipse.jetty:jetty-server:jar:7.5.4.v20111024Found at http://repo.jenkins-ci.org/public/
    org.eclipse.jetty:jetty-server:jar:7.5.4.v20111024
    org.eclipse.jetty:jetty-servlet:jar:7.5.4.v20111024Found at http://repo.jenkins-ci.org/public/
    org.eclipse.jetty:jetty-servlet:jar:7.5.4.v20111024
    org.eclipse.jetty:jetty-util:jar:7.5.4.v20111024Found at http://repo.jenkins-ci.org/public/
    org.eclipse.jetty:jetty-util:jar:7.5.4.v20111024
    org.eclipse.jgit:org.eclipse.jgit:jar:3.1.0.201310021548-rFound at http://repo.jenkins-ci.org/public/
    org.eclipse.jgit:org.eclipse.jgit:jar:3.1.0.201310021548-r
    org.hamcrest:hamcrest-core:jar:1.3Found at http://repo.jenkins-ci.org/public/
    org.hamcrest:hamcrest-core:jar:1.3
    org.jenkins-ci:annotation-indexer:jar:1.4Found at http://repo.jenkins-ci.org/public/
    org.jenkins-ci:annotation-indexer:jar:1.4
    org.jvnet:tiger-types:jar:1.3Found at http://repo.jenkins-ci.org/public/
    org.jvnet:tiger-types:jar:1.3
    org.jvnet.localizer:localizer:jar:1.7Found at http://repo.jenkins-ci.org/public/
    org.jvnet.localizer:localizer:jar:1.7
    org.kohsuke:wordnet-random-name:jar:1.2Found at http://repo.jenkins-ci.org/public/
    org.kohsuke:wordnet-random-name:jar:1.2
    org.kohsuke.stapler:json-lib:jar:2.1-rev6Found at http://repo.jenkins-ci.org/public/
    org.kohsuke.stapler:json-lib:jar:2.1-rev6
    org.kohsuke.stapler:stapler:jar:1.177Found at http://repo.jenkins-ci.org/public/
    org.kohsuke.stapler:stapler:jar:1.177
    org.kohsuke.stapler:stapler-jetty:jar:1.1Found at http://repo.jenkins-ci.org/public/
    org.kohsuke.stapler:stapler-jetty:jar:1.1
    org.mockito:mockito-all:jar:1.9.5Found at http://repo.jenkins-ci.org/public/
    org.mockito:mockito-all:jar:1.9.5
    com.squareup.okhttp:okhttp:jar:2.0.0Found at http://repo.jenkins-ci.org/public/
    com.squareup.okhttp:okhttp-urlconnection:jar:2.0.0
    com.squareup.okhttp:okhttp-urlconnection:jar:2.0.0Found at http://repo.jenkins-ci.org/public/
    Total
    com.squareup.okio:okio:jar:1.0.0Found at http://repo.jenkins-ci.org/public/
    38 (compile: 11, test: 27)
    +Total +repo.jenkins-ci.org + +39 (compile: 11, test: 27, provided: 1) +39

    diff --git a/dependency-convergence.html b/dependency-convergence.html index c1381596a..0bf4a63b4 100644 --- a/dependency-convergence.html +++ b/dependency-convergence.html @@ -183,10 +183,10 @@ Number of dependencies (NOD): -38 +39 Number of unique artifacts (NOA): -43 +44 Number of version-conflicting artifacts (NOC): 4 @@ -211,11 +211,11 @@ 1.3.1 -
      org.kohsuke:github-api:jar:1.68
      \- org.kohsuke.stapler:stapler-jetty:jar:1.1:test
         \- org.kohsuke.stapler:stapler:jar:1.177:test
            \- (commons-io:commons-io:jar:1.3.1:test - omitted for conflict with 1.4)

    +
      org.kohsuke:github-api:jar:1.69
      \- org.kohsuke.stapler:stapler-jetty:jar:1.1:test
         \- org.kohsuke.stapler:stapler:jar:1.177:test
            \- (commons-io:commons-io:jar:1.3.1:test - omitted for conflict with 1.4)

    1.4 -
      org.kohsuke:github-api:jar:1.68
      \- commons-io:commons-io:jar:1.4:compile

    +
      org.kohsuke:github-api:jar:1.69
      \- commons-io:commons-io:jar:1.4:compile

    commons-lang:commons-lang

    @@ -226,11 +226,11 @@ +
      org.kohsuke:github-api:jar:1.69
      \- org.kohsuke.stapler:stapler-jetty:jar:1.1:test
         \- org.kohsuke.stapler:stapler:jar:1.177:test
            \- org.kohsuke.stapler:json-lib:jar:2.1-rev6:test
               +- (commons-lang:commons-lang:jar:2.3:test - omitted for conflict with 2.6)
               \- net.sf.ezmorph:ezmorph:jar:1.0.3:test
                  \- (commons-lang:commons-lang:jar:2.3:test - omitted for conflict with 2.6)

    2.3 -
      org.kohsuke:github-api:jar:1.68
      \- org.kohsuke.stapler:stapler-jetty:jar:1.1:test
         \- org.kohsuke.stapler:stapler:jar:1.177:test
            \- org.kohsuke.stapler:json-lib:jar:2.1-rev6:test
               +- (commons-lang:commons-lang:jar:2.3:test - omitted for conflict with 2.6)
               \- net.sf.ezmorph:ezmorph:jar:1.0.3:test
                  \- (commons-lang:commons-lang:jar:2.3:test - omitted for conflict with 2.6)

    2.6 -
      org.kohsuke:github-api:jar:1.68
      \- commons-lang:commons-lang:jar:2.6:compile

    +
      org.kohsuke:github-api:jar:1.69
      \- commons-lang:commons-lang:jar:2.6:compile

    commons-logging:commons-logging

    @@ -241,15 +241,15 @@ +
      org.kohsuke:github-api:jar:1.69
      \- org.kohsuke.stapler:stapler-jetty:jar:1.1:test
         \- org.kohsuke.stapler:stapler:jar:1.177:test
            \- commons-beanutils:commons-beanutils:jar:1.7.0:test
               \- (commons-logging:commons-logging:jar:1.0.3:test - omitted for conflict with 1.0.4)

    +
      org.kohsuke:github-api:jar:1.69
      \- org.kohsuke.stapler:stapler-jetty:jar:1.1:test
         \- org.kohsuke.stapler:stapler:jar:1.177:test
            \- commons-discovery:commons-discovery:jar:0.4:test
               \- commons-logging:commons-logging:jar:1.0.4:test

    1.0.3 -
      org.kohsuke:github-api:jar:1.68
      \- org.kohsuke.stapler:stapler-jetty:jar:1.1:test
         \- org.kohsuke.stapler:stapler:jar:1.177:test
            \- commons-beanutils:commons-beanutils:jar:1.7.0:test
               \- (commons-logging:commons-logging:jar:1.0.3:test - omitted for conflict with 1.0.4)

    1.0.4 -
      org.kohsuke:github-api:jar:1.68
      \- org.kohsuke.stapler:stapler-jetty:jar:1.1:test
         \- org.kohsuke.stapler:stapler:jar:1.177:test
            \- commons-discovery:commons-discovery:jar:0.4:test
               \- commons-logging:commons-logging:jar:1.0.4:test

    1.1 -
      org.kohsuke:github-api:jar:1.68
      \- org.kohsuke.stapler:stapler-jetty:jar:1.1:test
         \- org.kohsuke.stapler:stapler:jar:1.177:test
            \- org.kohsuke.stapler:json-lib:jar:2.1-rev6:test
               \- (commons-logging:commons-logging:jar:1.1:test - omitted for conflict with 1.0.4)

    +
      org.kohsuke:github-api:jar:1.69
      \- org.kohsuke.stapler:stapler-jetty:jar:1.1:test
         \- org.kohsuke.stapler:stapler:jar:1.177:test
            \- org.kohsuke.stapler:json-lib:jar:2.1-rev6:test
               \- (commons-logging:commons-logging:jar:1.1:test - omitted for conflict with 1.0.4)

    junit:junit

    @@ -260,11 +260,11 @@ +
      org.kohsuke:github-api:jar:1.69
      \- junit:junit:jar:4.11:test

    4.11 -
      org.kohsuke:github-api:jar:1.68
      \- junit:junit:jar:4.11:test

    4.5 -
      org.kohsuke:github-api:jar:1.68
      \- org.kohsuke.stapler:stapler-jetty:jar:1.1:test
         \- org.kohsuke.stapler:stapler:jar:1.177:test
            \- (junit:junit:jar:4.5:test - omitted for conflict with 4.11)

    +
      org.kohsuke:github-api:jar:1.69
      \- org.kohsuke.stapler:stapler-jetty:jar:1.1:test
         \- org.kohsuke.stapler:stapler:jar:1.177:test
            \- (junit:junit:jar:4.5:test - omitted for conflict with 4.11)


    diff --git a/dependency-info.html b/dependency-info.html index 391e32acf..e097ee2d9 100644 --- a/dependency-info.html +++ b/dependency-info.html @@ -178,36 +178,36 @@
    <dependency>
       <groupId>org.kohsuke</groupId>
       <artifactId>github-api</artifactId>
    -  <version>1.68</version>
    +  <version>1.69</version>
     </dependency>

    Apache Buildr

    -
    'org.kohsuke:github-api:jar:1.68'
    +
    'org.kohsuke:github-api:jar:1.69'

    Apache Ivy

    -
    <dependency org="org.kohsuke" name="github-api" rev="1.68">
    +
    <dependency org="org.kohsuke" name="github-api" rev="1.69">
       <artifact name="github-api" type="jar" />
     </dependency>

    Groovy Grape

    @Grapes(
    -@Grab(group='org.kohsuke', module='github-api', version='1.68')
    +@Grab(group='org.kohsuke', module='github-api', version='1.69')
     )

    Grails

    -
    compile 'org.kohsuke:github-api:1.68'
    +
    compile 'org.kohsuke:github-api:1.69'

    Leiningen

    -
    [org.kohsuke/github-api "1.68"]
    +
    [org.kohsuke/github-api "1.69"]

    SBT

    -
    libraryDependencies += "org.kohsuke" % "github-api" % "1.68"
    +
    libraryDependencies += "org.kohsuke" % "github-api" % "1.69"

    diff --git a/distribution-management.html b/distribution-management.html index 4524ef80b..b0ce6540d 100644 --- a/distribution-management.html +++ b/distribution-management.html @@ -192,8 +192,8 @@ -  | Last Published: 2015-04-19 -  | Version: 1.68 +  | Last Published: 2015-07-17 +  | Version: 1.69

    diff --git a/index.html b/index.html index 40beb7396..51515717a 100644 --- a/index.html +++ b/index.html @@ -235,8 +235,8 @@ GitHub gitHub = GitHubBuilder.fromCredentials() -  | Last Published: 2015-04-19 -  | Version: 1.68 +  | Last Published: 2015-07-17 +  | Version: 1.69

    diff --git a/license.html b/license.html index acc602f6e..596e51e07 100644 --- a/license.html +++ b/license.html @@ -206,7 +206,7 @@
    -
    +
    @@ -217,8 +217,7 @@ @@ -340,7 +339,7 @@ urchinTracker(); - +

    diff --git a/mail-lists.html b/mail-lists.html index 7673dd215..3368fe31a 100644 --- a/mail-lists.html +++ b/mail-lists.html @@ -198,8 +198,8 @@ -  | Last Published: 2015-04-19 -  | Version: 1.68 +  | Last Published: 2015-07-17 +  | Version: 1.69

    diff --git a/plugin-management.html b/plugin-management.html index 7f597dad4..fb46fdf15 100644 --- a/plugin-management.html +++ b/plugin-management.html @@ -188,11 +188,11 @@ org.apache.maven.plugins maven-dependency-plugin -2.1 +2.8 org.apache.maven.plugins maven-release-plugin -2.0
    +2.3.2

    diff --git a/plugins.html b/plugins.html index f18672f37..174d6bd4e 100644 --- a/plugins.html +++ b/plugins.html @@ -184,11 +184,11 @@ org.apache.maven.plugins maven-clean-plugin -2.4.1 +2.5 org.apache.maven.plugins maven-compiler-plugin -2.3.2 +2.5.1 org.apache.maven.plugins maven-deploy-plugin @@ -200,11 +200,11 @@ org.apache.maven.plugins maven-install-plugin -2.3.1 +2.4 org.apache.maven.plugins maven-jar-plugin -2.3.2 +2.4 org.apache.maven.plugins maven-javadoc-plugin @@ -216,7 +216,7 @@ org.apache.maven.plugins maven-resources-plugin -2.5 +2.6 org.apache.maven.plugins maven-site-plugin @@ -228,12 +228,16 @@ org.apache.maven.plugins maven-surefire-plugin -2.10 +2.12.4 org.codehaus.gmaven gmaven-plugin 1.4 +org.codehaus.mojo +findbugs-maven-plugin +3.0.1 + org.sonatype.plugins nexus-staging-maven-plugin 1.6.2
    @@ -264,8 +268,8 @@ -  | Last Published: 2015-04-19 -  | Version: 1.68 +  | Last Published: 2015-07-17 +  | Version: 1.69

    diff --git a/project-info.html b/project-info.html index 41a33e076..c2e454455 100644 --- a/project-info.html +++ b/project-info.html @@ -227,8 +227,8 @@ -  | Last Published: 2015-04-19 -  | Version: 1.68 +  | Last Published: 2015-07-17 +  | Version: 1.69

    diff --git a/project-reports.html b/project-reports.html index 48345a978..6640f69e6 100644 --- a/project-reports.html +++ b/project-reports.html @@ -157,8 +157,8 @@ -  | Last Published: 2015-04-19 -  | Version: 1.68 +  | Last Published: 2015-07-17 +  | Version: 1.69

    diff --git a/project-summary.html b/project-summary.html index efcf1da49..685aa732f 100644 --- a/project-summary.html +++ b/project-summary.html @@ -204,7 +204,7 @@ github-api Version -1.68 +1.69 Type jar @@ -223,8 +223,8 @@ -  | Last Published: 2015-04-19 -  | Version: 1.68 +  | Last Published: 2015-07-17 +  | Version: 1.69

    diff --git a/source-repository.html b/source-repository.html index d2ca23c26..433ce5a22 100644 --- a/source-repository.html +++ b/source-repository.html @@ -182,12 +182,12 @@

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    -
    $ git clone --branch github-api-1.68 git@github.com/kohsuke/github-api.git
    +
    $ git clone --branch github-api-1.69 git@github.com/kohsuke/github-api.git

    Developer Access

    Only project developers can access the Git tree via this method (See http://git-scm.com/docs/git-clone).

    -
    $ git clone --branch github-api-1.68 ssh://git@github.com/kohsuke/github-api.git
    +
    $ git clone --branch github-api-1.69 ssh://git@github.com/kohsuke/github-api.git

    Access from Behind a Firewall

    Refer to the documentation of the SCM used for more information about access behind a firewall.

    @@ -203,8 +203,8 @@ -  | Last Published: 2015-04-19 -  | Version: 1.68 +  | Last Published: 2015-07-17 +  | Version: 1.69

    diff --git a/team-list.html b/team-list.html index e9285c84a..02e904a9c 100644 --- a/team-list.html +++ b/team-list.html @@ -203,8 +203,8 @@ -  | Last Published: 2015-04-19 -  | Version: 1.68 +  | Last Published: 2015-07-17 +  | Version: 1.69

    diff --git a/testapidocs/Foo.html b/testapidocs/Foo.html index 7f36f5128..c7a1be3b3 100644 --- a/testapidocs/Foo.html +++ b/testapidocs/Foo.html @@ -2,16 +2,16 @@ - + -Foo (GitHub API for Java 1.68 Test API) - +Foo (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/allclasses-frame.html b/testapidocs/allclasses-frame.html index 01255beb6..2434fe7d6 100644 --- a/testapidocs/allclasses-frame.html +++ b/testapidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - + -All Classes (GitHub API for Java 1.68 Test API) - +All Classes (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/allclasses-noframe.html b/testapidocs/allclasses-noframe.html index 0e65ead59..f88735174 100644 --- a/testapidocs/allclasses-noframe.html +++ b/testapidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + -All Classes (GitHub API for Java 1.68 Test API) - +All Classes (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/class-use/Foo.html b/testapidocs/class-use/Foo.html index 9d49aeee4..f6d3a72fe 100644 --- a/testapidocs/class-use/Foo.html +++ b/testapidocs/class-use/Foo.html @@ -2,16 +2,16 @@ - + -Uses of Class Foo (GitHub API for Java 1.68 Test API) - +Uses of Class Foo (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/constant-values.html b/testapidocs/constant-values.html index 7de737231..262972f19 100644 --- a/testapidocs/constant-values.html +++ b/testapidocs/constant-values.html @@ -2,16 +2,16 @@ - + -Constant Field Values (GitHub API for Java 1.68 Test API) - +Constant Field Values (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/deprecated-list.html b/testapidocs/deprecated-list.html index 710f3e7f2..b6b530e8a 100644 --- a/testapidocs/deprecated-list.html +++ b/testapidocs/deprecated-list.html @@ -2,16 +2,16 @@ - + -Deprecated List (GitHub API for Java 1.68 Test API) - +Deprecated List (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/help-doc.html b/testapidocs/help-doc.html index 07e72ad76..97aa3fc31 100644 --- a/testapidocs/help-doc.html +++ b/testapidocs/help-doc.html @@ -2,16 +2,16 @@ - + -API Help (GitHub API for Java 1.68 Test API) - +API Help (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/index-all.html b/testapidocs/index-all.html index c44f1d930..e8da9a33c 100644 --- a/testapidocs/index-all.html +++ b/testapidocs/index-all.html @@ -2,16 +2,16 @@ - + -Index (GitHub API for Java 1.68 Test API) - +Index (GitHub API for Java 1.69 Test API) + @@ -92,6 +92,8 @@
     
    createPullRequest() - Method in class org.kohsuke.github.PullRequestTest
     
    +
    createPullRequestComment() - Method in class org.kohsuke.github.PullRequestTest
    +
     
    @@ -318,6 +320,8 @@
     
    testGitHubBuilderFromEnvironment() - Method in class org.kohsuke.github.GitHubTest
     
    +
    testGitHubEnterpriseDoesNotHaveRateLimit() - Method in class org.kohsuke.github.GitHubTest
    +
     
    testGitHubServerWithHttp() - Method in class org.kohsuke.github.GitHubTest
     
    testGitHubServerWithHttps() - Method in class org.kohsuke.github.GitHubTest
    @@ -364,6 +368,8 @@
     
    testPullRequestPopulate() - Method in class org.kohsuke.github.AppTest
     
    +
    testPullRequestReviewComments() - Method in class org.kohsuke.github.PullRequestTest
    +
     
    testQueryCommits() - Method in class org.kohsuke.github.AppTest
     
    testRateLimit() - Method in class org.kohsuke.github.AppTest
    diff --git a/testapidocs/index.html b/testapidocs/index.html index 55e7c7e7c..9dc5f9df1 100644 --- a/testapidocs/index.html +++ b/testapidocs/index.html @@ -2,9 +2,9 @@ - + -GitHub API for Java 1.68 Test API +GitHub API for Java 1.69 Test API diff --git a/testapidocs/org/kohsuke/class-use/HookApp.html b/testapidocs/org/kohsuke/class-use/HookApp.html index 0299abcb1..6fff3f629 100644 --- a/testapidocs/org/kohsuke/class-use/HookApp.html +++ b/testapidocs/org/kohsuke/class-use/HookApp.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.HookApp (GitHub API for Java 1.68 Test API) - +Uses of Class org.kohsuke.HookApp (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/org/kohsuke/github/AbstractGitHubApiTestBase.html b/testapidocs/org/kohsuke/github/AbstractGitHubApiTestBase.html index db83eb3d3..97aaee15e 100644 --- a/testapidocs/org/kohsuke/github/AbstractGitHubApiTestBase.html +++ b/testapidocs/org/kohsuke/github/AbstractGitHubApiTestBase.html @@ -2,16 +2,16 @@ - + -AbstractGitHubApiTestBase (GitHub API for Java 1.68 Test API) - +AbstractGitHubApiTestBase (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/org/kohsuke/github/AppTest.html b/testapidocs/org/kohsuke/github/AppTest.html index d6db283fb..c9d99d884 100644 --- a/testapidocs/org/kohsuke/github/AppTest.html +++ b/testapidocs/org/kohsuke/github/AppTest.html @@ -2,16 +2,16 @@ - + -AppTest (GitHub API for Java 1.68 Test API) - +AppTest (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/org/kohsuke/github/CommitTest.html b/testapidocs/org/kohsuke/github/CommitTest.html index 9ec27f963..f77fc7675 100644 --- a/testapidocs/org/kohsuke/github/CommitTest.html +++ b/testapidocs/org/kohsuke/github/CommitTest.html @@ -2,16 +2,16 @@ - + -CommitTest (GitHub API for Java 1.68 Test API) - +CommitTest (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/org/kohsuke/github/GHContentIntegrationTest.html b/testapidocs/org/kohsuke/github/GHContentIntegrationTest.html index 3c9851550..97bb0327d 100644 --- a/testapidocs/org/kohsuke/github/GHContentIntegrationTest.html +++ b/testapidocs/org/kohsuke/github/GHContentIntegrationTest.html @@ -2,16 +2,16 @@ - + -GHContentIntegrationTest (GitHub API for Java 1.68 Test API) - +GHContentIntegrationTest (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/org/kohsuke/github/GistTest.html b/testapidocs/org/kohsuke/github/GistTest.html index ed613d4ef..e1b4aaba0 100644 --- a/testapidocs/org/kohsuke/github/GistTest.html +++ b/testapidocs/org/kohsuke/github/GistTest.html @@ -2,16 +2,16 @@ - + -GistTest (GitHub API for Java 1.68 Test API) - +GistTest (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/org/kohsuke/github/GitHubTest.html b/testapidocs/org/kohsuke/github/GitHubTest.html index 7bbd4be69..d4f05e467 100644 --- a/testapidocs/org/kohsuke/github/GitHubTest.html +++ b/testapidocs/org/kohsuke/github/GitHubTest.html @@ -2,16 +2,16 @@ - + -GitHubTest (GitHub API for Java 1.68 Test API) - +GitHubTest (GitHub API for Java 1.69 Test API) + @@ -88,31 +88,17 @@
  • java.lang.Object
    • -
    • junit.framework.Assert
    • -
    • -
        -
      • junit.framework.TestCase
      • -
      • -
        • org.kohsuke.github.GitHubTest
      -
    • -
    -
  • -
    • -
      -
      All Implemented Interfaces:
      -
      junit.framework.Test
      -


      public class GitHubTest
      -extends junit.framework.TestCase
      +extends Object
      Unit test for GitHub.
    @@ -159,30 +145,27 @@ extends junit.framework.TestCase void -testGitHubServerWithHttp()  +testGitHubEnterpriseDoesNotHaveRateLimit()  void -testGitHubServerWithHttps()  +testGitHubServerWithHttp()  void +testGitHubServerWithHttps()  + + +void testGitHubServerWithoutServer() 
      -
    • - - -

      Methods inherited from class junit.framework.TestCase

      -assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
    • -
    - @@ -266,7 +249,7 @@ extends junit.framework.TestCase -
      +
      • testGitHubBuilderFromCustomEnvironment

        public void testGitHubBuilderFromCustomEnvironment()
        @@ -275,6 +258,18 @@ extends junit.framework.TestCase
        IOException
      + + + +
        +
      • +

        testGitHubEnterpriseDoesNotHaveRateLimit

        +
        public void testGitHubEnterpriseDoesNotHaveRateLimit()
        +                                              throws IOException
        +
        Throws:
        +
        IOException
        +
      • +
    diff --git a/testapidocs/org/kohsuke/github/LifecycleTest.html b/testapidocs/org/kohsuke/github/LifecycleTest.html index 38f989a0c..31da7d8a8 100644 --- a/testapidocs/org/kohsuke/github/LifecycleTest.html +++ b/testapidocs/org/kohsuke/github/LifecycleTest.html @@ -2,16 +2,16 @@ - + -LifecycleTest (GitHub API for Java 1.68 Test API) - +LifecycleTest (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/org/kohsuke/github/PullRequestTest.html b/testapidocs/org/kohsuke/github/PullRequestTest.html index b0082d7cb..14534eb8a 100644 --- a/testapidocs/org/kohsuke/github/PullRequestTest.html +++ b/testapidocs/org/kohsuke/github/PullRequestTest.html @@ -2,16 +2,16 @@ - + -PullRequestTest (GitHub API for Java 1.68 Test API) - +PullRequestTest (GitHub API for Java 1.69 Test API) + @@ -171,16 +171,24 @@ extends void -setAssignee()  +createPullRequestComment()  void -setLabels()  +setAssignee()  void +setLabels()  + + +void testGetUser()  + +void +testPullRequestReviewComments()  + + + + +
      +
    • +

      createPullRequestComment

      +
      public void createPullRequestComment()
      +                              throws Exception
      +
      Throws:
      +
      Exception
      +
    • +
    + + + +
      +
    • +

      testPullRequestReviewComments

      +
      public void testPullRequestReviewComments()
      +                                   throws Exception
      +
      Throws:
      +
      Exception
      +
    • +
    diff --git a/testapidocs/org/kohsuke/github/RepositoryMockTest.html b/testapidocs/org/kohsuke/github/RepositoryMockTest.html index 8442dda4e..53c7fbfcc 100644 --- a/testapidocs/org/kohsuke/github/RepositoryMockTest.html +++ b/testapidocs/org/kohsuke/github/RepositoryMockTest.html @@ -2,16 +2,16 @@ - + -RepositoryMockTest (GitHub API for Java 1.68 Test API) - +RepositoryMockTest (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/org/kohsuke/github/RepositoryTest.html b/testapidocs/org/kohsuke/github/RepositoryTest.html index 3e588e985..2ed5e926e 100644 --- a/testapidocs/org/kohsuke/github/RepositoryTest.html +++ b/testapidocs/org/kohsuke/github/RepositoryTest.html @@ -2,16 +2,16 @@ - + -RepositoryTest (GitHub API for Java 1.68 Test API) - +RepositoryTest (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/org/kohsuke/github/class-use/AbstractGitHubApiTestBase.html b/testapidocs/org/kohsuke/github/class-use/AbstractGitHubApiTestBase.html index ee970047a..42b37baa3 100644 --- a/testapidocs/org/kohsuke/github/class-use/AbstractGitHubApiTestBase.html +++ b/testapidocs/org/kohsuke/github/class-use/AbstractGitHubApiTestBase.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.AbstractGitHubApiTestBase (GitHub API for Java 1.68 Test API) - +Uses of Class org.kohsuke.github.AbstractGitHubApiTestBase (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/org/kohsuke/github/class-use/AppTest.html b/testapidocs/org/kohsuke/github/class-use/AppTest.html index 3ba76f231..538e31a3a 100644 --- a/testapidocs/org/kohsuke/github/class-use/AppTest.html +++ b/testapidocs/org/kohsuke/github/class-use/AppTest.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.AppTest (GitHub API for Java 1.68 Test API) - +Uses of Class org.kohsuke.github.AppTest (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/org/kohsuke/github/class-use/CommitTest.html b/testapidocs/org/kohsuke/github/class-use/CommitTest.html index 5dbde1dfe..1f548f858 100644 --- a/testapidocs/org/kohsuke/github/class-use/CommitTest.html +++ b/testapidocs/org/kohsuke/github/class-use/CommitTest.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.CommitTest (GitHub API for Java 1.68 Test API) - +Uses of Class org.kohsuke.github.CommitTest (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/org/kohsuke/github/class-use/GHContentIntegrationTest.html b/testapidocs/org/kohsuke/github/class-use/GHContentIntegrationTest.html index 2dbd5954b..6655df65c 100644 --- a/testapidocs/org/kohsuke/github/class-use/GHContentIntegrationTest.html +++ b/testapidocs/org/kohsuke/github/class-use/GHContentIntegrationTest.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GHContentIntegrationTest (GitHub API for Java 1.68 Test API) - +Uses of Class org.kohsuke.github.GHContentIntegrationTest (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/org/kohsuke/github/class-use/GistTest.html b/testapidocs/org/kohsuke/github/class-use/GistTest.html index df6f7135a..349271c4d 100644 --- a/testapidocs/org/kohsuke/github/class-use/GistTest.html +++ b/testapidocs/org/kohsuke/github/class-use/GistTest.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GistTest (GitHub API for Java 1.68 Test API) - +Uses of Class org.kohsuke.github.GistTest (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/org/kohsuke/github/class-use/GitHubTest.html b/testapidocs/org/kohsuke/github/class-use/GitHubTest.html index 6e5dd7457..a2086ff16 100644 --- a/testapidocs/org/kohsuke/github/class-use/GitHubTest.html +++ b/testapidocs/org/kohsuke/github/class-use/GitHubTest.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.GitHubTest (GitHub API for Java 1.68 Test API) - +Uses of Class org.kohsuke.github.GitHubTest (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/org/kohsuke/github/class-use/LifecycleTest.html b/testapidocs/org/kohsuke/github/class-use/LifecycleTest.html index 08ed1f499..fdf6fba19 100644 --- a/testapidocs/org/kohsuke/github/class-use/LifecycleTest.html +++ b/testapidocs/org/kohsuke/github/class-use/LifecycleTest.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.LifecycleTest (GitHub API for Java 1.68 Test API) - +Uses of Class org.kohsuke.github.LifecycleTest (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/org/kohsuke/github/class-use/PullRequestTest.html b/testapidocs/org/kohsuke/github/class-use/PullRequestTest.html index d0e0ec0b4..08ba7c5b4 100644 --- a/testapidocs/org/kohsuke/github/class-use/PullRequestTest.html +++ b/testapidocs/org/kohsuke/github/class-use/PullRequestTest.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.PullRequestTest (GitHub API for Java 1.68 Test API) - +Uses of Class org.kohsuke.github.PullRequestTest (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/org/kohsuke/github/class-use/RepositoryMockTest.html b/testapidocs/org/kohsuke/github/class-use/RepositoryMockTest.html index 002203f1a..97d9808fa 100644 --- a/testapidocs/org/kohsuke/github/class-use/RepositoryMockTest.html +++ b/testapidocs/org/kohsuke/github/class-use/RepositoryMockTest.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.RepositoryMockTest (GitHub API for Java 1.68 Test API) - +Uses of Class org.kohsuke.github.RepositoryMockTest (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/org/kohsuke/github/class-use/RepositoryTest.html b/testapidocs/org/kohsuke/github/class-use/RepositoryTest.html index 388e02e45..af9d539de 100644 --- a/testapidocs/org/kohsuke/github/class-use/RepositoryTest.html +++ b/testapidocs/org/kohsuke/github/class-use/RepositoryTest.html @@ -2,16 +2,16 @@ - + -Uses of Class org.kohsuke.github.RepositoryTest (GitHub API for Java 1.68 Test API) - +Uses of Class org.kohsuke.github.RepositoryTest (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/org/kohsuke/github/package-frame.html b/testapidocs/org/kohsuke/github/package-frame.html index 70498ec2d..5987cefab 100644 --- a/testapidocs/org/kohsuke/github/package-frame.html +++ b/testapidocs/org/kohsuke/github/package-frame.html @@ -2,10 +2,10 @@ - + -org.kohsuke.github (GitHub API for Java 1.68 Test API) - +org.kohsuke.github (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/org/kohsuke/github/package-summary.html b/testapidocs/org/kohsuke/github/package-summary.html index 6c792a6ef..d00e60362 100644 --- a/testapidocs/org/kohsuke/github/package-summary.html +++ b/testapidocs/org/kohsuke/github/package-summary.html @@ -2,16 +2,16 @@ - + -org.kohsuke.github (GitHub API for Java 1.68 Test API) - +org.kohsuke.github (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/org/kohsuke/github/package-tree.html b/testapidocs/org/kohsuke/github/package-tree.html index d48068fdd..363a8d4f6 100644 --- a/testapidocs/org/kohsuke/github/package-tree.html +++ b/testapidocs/org/kohsuke/github/package-tree.html @@ -2,16 +2,16 @@ - + -org.kohsuke.github Class Hierarchy (GitHub API for Java 1.68 Test API) - +org.kohsuke.github Class Hierarchy (GitHub API for Java 1.69 Test API) + @@ -75,15 +75,6 @@
    • java.lang.Object
    • diff --git a/testapidocs/org/kohsuke/github/package-use.html b/testapidocs/org/kohsuke/github/package-use.html index 2bf39e8aa..4a9498317 100644 --- a/testapidocs/org/kohsuke/github/package-use.html +++ b/testapidocs/org/kohsuke/github/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package org.kohsuke.github (GitHub API for Java 1.68 Test API) - +Uses of Package org.kohsuke.github (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/org/kohsuke/package-frame.html b/testapidocs/org/kohsuke/package-frame.html index 28a962ee4..f5403ad76 100644 --- a/testapidocs/org/kohsuke/package-frame.html +++ b/testapidocs/org/kohsuke/package-frame.html @@ -2,10 +2,10 @@ - + -org.kohsuke (GitHub API for Java 1.68 Test API) - +org.kohsuke (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/org/kohsuke/package-summary.html b/testapidocs/org/kohsuke/package-summary.html index 17806087c..c142256c4 100644 --- a/testapidocs/org/kohsuke/package-summary.html +++ b/testapidocs/org/kohsuke/package-summary.html @@ -2,16 +2,16 @@ - + -org.kohsuke (GitHub API for Java 1.68 Test API) - +org.kohsuke (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/org/kohsuke/package-tree.html b/testapidocs/org/kohsuke/package-tree.html index 6dfa5efcb..b59d7c610 100644 --- a/testapidocs/org/kohsuke/package-tree.html +++ b/testapidocs/org/kohsuke/package-tree.html @@ -2,16 +2,16 @@ - + -org.kohsuke Class Hierarchy (GitHub API for Java 1.68 Test API) - +org.kohsuke Class Hierarchy (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/org/kohsuke/package-use.html b/testapidocs/org/kohsuke/package-use.html index 710fa4b88..7634f36d2 100644 --- a/testapidocs/org/kohsuke/package-use.html +++ b/testapidocs/org/kohsuke/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package org.kohsuke (GitHub API for Java 1.68 Test API) - +Uses of Package org.kohsuke (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/overview-frame.html b/testapidocs/overview-frame.html index 1c85b3eb7..75192fc7f 100644 --- a/testapidocs/overview-frame.html +++ b/testapidocs/overview-frame.html @@ -2,10 +2,10 @@ - + -Overview List (GitHub API for Java 1.68 Test API) - +Overview List (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/overview-summary.html b/testapidocs/overview-summary.html index 3016b031f..faca06833 100644 --- a/testapidocs/overview-summary.html +++ b/testapidocs/overview-summary.html @@ -2,16 +2,16 @@ - + -Overview (GitHub API for Java 1.68 Test API) - +Overview (GitHub API for Java 1.69 Test API) + @@ -64,7 +64,7 @@
    -

    GitHub API for Java 1.68 Test API

    +

    GitHub API for Java 1.69 Test API

    diff --git a/testapidocs/overview-tree.html b/testapidocs/overview-tree.html index bf6b257c3..25dde368d 100644 --- a/testapidocs/overview-tree.html +++ b/testapidocs/overview-tree.html @@ -2,16 +2,16 @@ - + -Class Hierarchy (GitHub API for Java 1.68 Test API) - +Class Hierarchy (GitHub API for Java 1.69 Test API) + @@ -76,15 +76,6 @@
    • java.lang.Object diff --git a/testapidocs/package-frame.html b/testapidocs/package-frame.html index 15e3fa3ea..80f47ab4c 100644 --- a/testapidocs/package-frame.html +++ b/testapidocs/package-frame.html @@ -2,10 +2,10 @@ - + -&lt;Unnamed&gt; (GitHub API for Java 1.68 Test API) - +&lt;Unnamed&gt; (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/package-summary.html b/testapidocs/package-summary.html index ce4faebf5..abe98c363 100644 --- a/testapidocs/package-summary.html +++ b/testapidocs/package-summary.html @@ -2,16 +2,16 @@ - + - (GitHub API for Java 1.68 Test API) - + (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/package-tree.html b/testapidocs/package-tree.html index d3bc6425f..24b0204a5 100644 --- a/testapidocs/package-tree.html +++ b/testapidocs/package-tree.html @@ -2,16 +2,16 @@ - + - Class Hierarchy (GitHub API for Java 1.68 Test API) - + Class Hierarchy (GitHub API for Java 1.69 Test API) + diff --git a/testapidocs/package-use.html b/testapidocs/package-use.html index b118e6932..0c087288c 100644 --- a/testapidocs/package-use.html +++ b/testapidocs/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package (GitHub API for Java 1.68 Test API) - +Uses of Package (GitHub API for Java 1.69 Test API) +