diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 7eeed565e..b0b677960 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - + -All Classes (GitHub API for Java 1.61 API) - +All Classes (GitHub API for Java 1.62 API) + @@ -64,6 +64,7 @@
  • GHIssueSearchBuilder.Sort
  • GHIssueState
  • GHKey
  • +
  • GHLabel
  • GHMilestone
  • GHMilestoneState
  • GHMyself
  • @@ -84,6 +85,8 @@
  • GHRelease
  • GHReleaseBuilder
  • GHRepository
  • +
  • GHRepository.Contributor
  • +
  • GHSubscription
  • GHTag
  • GHTeam
  • GHUser
  • diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 343c6e0ff..b43be27cf 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + -All Classes (GitHub API for Java 1.61 API) - +All Classes (GitHub API for Java 1.62 API) + @@ -64,6 +64,7 @@
  • GHIssueSearchBuilder.Sort
  • GHIssueState
  • GHKey
  • +
  • GHLabel
  • GHMilestone
  • GHMilestoneState
  • GHMyself
  • @@ -84,6 +85,8 @@
  • GHRelease
  • GHReleaseBuilder
  • GHRepository
  • +
  • GHRepository.Contributor
  • +
  • GHSubscription
  • GHTag
  • GHTeam
  • GHUser
  • diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 61ed639f4..046ba0c15 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,16 +2,16 @@ - + -Constant Field Values (GitHub API for Java 1.61 API) - +Constant Field Values (GitHub API for Java 1.62 API) + diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 1bcf6258f..0584e44d6 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,16 +2,16 @@ - + -Deprecated List (GitHub API for Java 1.61 API) - +Deprecated List (GitHub API for Java 1.62 API) + @@ -93,6 +93,11 @@ +org.kohsuke.github.GHIssue.Label +
    use GHLabel
    + + + org.kohsuke.github.GHPullRequestCommitDetail.Authorship
    Use GitUser
    diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index e86d92723..248ba23ad 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,16 +2,16 @@ - + -API Help (GitHub API for Java 1.61 API) - +API Help (GitHub API for Java 1.62 API) + diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 2224a2f91..a66bc1b3c 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,16 +2,16 @@ - + -Index (GitHub API for Java 1.61 API) - +Index (GitHub API for Java 1.62 API) + @@ -253,6 +253,8 @@
    createIssue(String) - Method in class org.kohsuke.github.GHRepository
     
    +
    createLabel(String, String) - Method in class org.kohsuke.github.GHRepository
    +
     
    createMilestone(String, String) - Method in class org.kohsuke.github.GHRepository
     
    createPullRequest(String, String, String, String) - Method in class org.kohsuke.github.GHRepository
    @@ -323,6 +325,8 @@
    Deletes this hook.
    +
    delete() - Method in class org.kohsuke.github.GHLabel
    +
     
    delete() - Method in class org.kohsuke.github.GHRef
    Deletes this ref from the repository using the GitHub API.
    @@ -335,6 +339,10 @@
    Deletes this repository.
    +
    delete() - Method in class org.kohsuke.github.GHSubscription
    +
    +
    Removes this subscription.
    +
    DELETE_REPO - Static variable in class org.kohsuke.github.GHAuthorization
     
    deployment_url - Variable in class org.kohsuke.github.GHDeploymentStatus
    @@ -546,7 +554,9 @@
    getClosedAt() - Method in class org.kohsuke.github.GHIssue
     
    getClosedBy() - Method in class org.kohsuke.github.GHIssue
    -
     
    +
    +
    Reports who has closed the issue.
    +
    getClosedBy() - Method in class org.kohsuke.github.GHPullRequest
     
    getClosedIssues() - Method in class org.kohsuke.github.GHMilestone
    @@ -559,8 +569,10 @@
    Gets the collaborators on this repository.
    -
    getColor() - Method in class org.kohsuke.github.GHIssue.Label
    -
     
    +
    getColor() - Method in class org.kohsuke.github.GHLabel
    +
    +
    Color code without leading '#', such as 'f29513'
    +
    getComment() - Method in class org.kohsuke.github.GHEventPayload.IssueComment
     
    getComment_count() - Method in class org.kohsuke.github.GHPullRequestCommitDetail.Commit
    @@ -645,6 +657,8 @@
     
    getContext() - Method in class org.kohsuke.github.GHCommitStatus
     
    +
    getContributions() - Method in class org.kohsuke.github.GHRepository.Contributor
    +
     
    getCreatedAt() - Method in class org.kohsuke.github.GHEventInfo
     
    getCreatedAt() - Method in class org.kohsuke.github.GHObject
    @@ -653,6 +667,8 @@
    getCreatedAt() - Method in class org.kohsuke.github.GHPerson
     
    +
    getCreatedAt() - Method in class org.kohsuke.github.GHSubscription
    +
     
    getCreator() - Method in class org.kohsuke.github.GHCommitStatus
     
    getCreator() - Method in class org.kohsuke.github.GHDeployment
    @@ -870,6 +886,8 @@
    String that looks like "USERNAME:REF".
    +
    getLabel(String) - Method in class org.kohsuke.github.GHRepository
    +
     
    getLabels() - Method in class org.kohsuke.github.GHIssue
     
    getLabels() - Method in class org.kohsuke.github.GHPullRequest
    @@ -986,7 +1004,7 @@
     
    getName() - Method in class org.kohsuke.github.GHHook
     
    -
    getName() - Method in class org.kohsuke.github.GHIssue.Label
    +
    getName() - Method in class org.kohsuke.github.GHLabel
     
    getName() - Method in class org.kohsuke.github.GHPerson
    @@ -1131,7 +1149,9 @@
    getPullRequest() - Method in class org.kohsuke.github.GHEventPayload.PullRequest
     
    getPullRequest() - Method in class org.kohsuke.github.GHIssue
    -
     
    +
    +
    Returns non-null if this issue is a shadow of a pull request.
    +
    getPullRequest() - Method in class org.kohsuke.github.GHPullRequest
     
    getPullRequest(int) - Method in class org.kohsuke.github.GHRepository
    @@ -1162,6 +1182,10 @@
    URL that serves this file as-is.
    getReadme() - Method in class org.kohsuke.github.GHRepository
    +
    +
    https://developer.github.com/v3/repos/contents/#get-the-readme
    +
    +
    getReason() - Method in class org.kohsuke.github.GHSubscription
     
    getRef() - Method in class org.kohsuke.github.GHCommitPointer
    @@ -1217,12 +1241,16 @@
     
    getRepository() - Method in class org.kohsuke.github.GHEventPayload.PullRequest
     
    +
    getRepository() - Method in class org.kohsuke.github.GHEventPayload.Push
    +
     
    getRepository() - Method in class org.kohsuke.github.GHIssue
    Repository to which the issue belongs.
    getRepository(String) - Method in class org.kohsuke.github.GHPerson
     
    +
    getRepository() - Method in class org.kohsuke.github.GHSubscription
    +
     
    getRepository(String) - Method in class org.kohsuke.github.GitHub
    Gets the repository object from 'user/reponame' string that GitHub calls as "repository name"
    @@ -1231,6 +1259,8 @@
     
    getRepositoryUrl() - Method in class org.kohsuke.github.GHDeploymentStatus
     
    +
    getRepositoryUrl() - Method in class org.kohsuke.github.GHSubscription
    +
     
    getReviewComments() - Method in class org.kohsuke.github.GHPullRequest
     
    getRoot() - Method in class org.kohsuke.github.GHAsset
    @@ -1323,6 +1353,10 @@
     
    getSubscribersCount() - Method in class org.kohsuke.github.GHRepository
     
    +
    getSubscription() - Method in class org.kohsuke.github.GHRepository
    +
    +
    Returns the current subscription.
    +
    getSvnUrl() - Method in class org.kohsuke.github.GHRepository
    Gets the Subversion URL to access this repository: https://github.com/rails/rails
    @@ -1407,14 +1441,14 @@
    Points to the commit API resource.
    -
    getUrl() - Method in class org.kohsuke.github.GHIssue.Label
    -
     
    getUrl() - Method in class org.kohsuke.github.GHIssue.PullRequest
     
    getUrl() - Method in class org.kohsuke.github.GHKey
    Something like "https://api.github.com/user/keys/73593"
    +
    getUrl() - Method in class org.kohsuke.github.GHLabel
    +
     
    getUrl() - Method in class org.kohsuke.github.GHObject
    API URL of this object.
    @@ -1435,6 +1469,8 @@
    API URL to this Git data, such as https://api.github.com/repos/jenkinsci/jenkins/git/commits/b72322675eb0114363a9a86e9ad5a170d1d07ac0
    +
    getUrl() - Method in class org.kohsuke.github.GHSubscription
    +
     
    getUser() - Method in class org.kohsuke.github.GHCommitComment
    Gets the user who put this comment.
    @@ -1708,9 +1744,15 @@
    GHIssue() - Constructor for class org.kohsuke.github.GHIssue
     
    GHIssue.Label - Class in org.kohsuke.github
    -
     
    +
    +
    Deprecated. + +
    +
    GHIssue.Label() - Constructor for class org.kohsuke.github.GHIssue.Label
    -
     
    +
    +
    Deprecated.
    GHIssue.PullRequest - Class in org.kohsuke.github
     
    GHIssue.PullRequest() - Constructor for class org.kohsuke.github.GHIssue.PullRequest
    @@ -1737,6 +1779,10 @@
    GHKey() - Constructor for class org.kohsuke.github.GHKey
     
    +
    GHLabel - Class in org.kohsuke.github
    +
     
    +
    GHLabel() - Constructor for class org.kohsuke.github.GHLabel
    +
     
    GHMilestone - Class in org.kohsuke.github
     
    GHMilestone() - Constructor for class org.kohsuke.github.GHMilestone
    @@ -1847,6 +1893,16 @@
    GHRepository() - Constructor for class org.kohsuke.github.GHRepository
     
    +
    GHRepository.Contributor - Class in org.kohsuke.github
    +
     
    +
    GHRepository.Contributor() - Constructor for class org.kohsuke.github.GHRepository.Contributor
    +
     
    +
    GHSubscription - Class in org.kohsuke.github
    +
    +
    Represents your subscribing to a repository.
    +
    +
    GHSubscription() - Constructor for class org.kohsuke.github.GHSubscription
    +
     
    GHTag - Class in org.kohsuke.github
    Represents a tag in GHRepository
    @@ -1976,6 +2032,8 @@
     
    isFork() - Method in class org.kohsuke.github.GHRepository
     
    +
    isIgnored() - Method in class org.kohsuke.github.GHSubscription
    +
     
    isIncomplete() - Method in class org.kohsuke.github.PagedSearchIterable
     
    isMemberOf(GHOrganization) - Method in class org.kohsuke.github.GHUser
    @@ -2004,8 +2062,12 @@
    Returns true if this user belongs to the specified organization as a public member.
    +
    isPullRequest() - Method in class org.kohsuke.github.GHIssue
    +
     
    isStarred() - Method in class org.kohsuke.github.GHGist
     
    +
    isSubscribed() - Method in class org.kohsuke.github.GHSubscription
    +
     
    isTruncated() - Method in class org.kohsuke.github.GHGistFile
    (?) indicates if GHGistFile.getContent() contains a truncated content.
    @@ -2090,6 +2152,8 @@
    Lists all the commit statues attached to the given commit, newer ones first.
    +
    listContributors() - Method in class org.kohsuke.github.GHRepository
    +
     
    listDeployments(String, String, String, String) - Method in class org.kohsuke.github.GHRepository
     
    listDirectoryContent() - Method in class org.kohsuke.github.GHContent
    @@ -2122,6 +2186,10 @@
    Lists up all the issues in this repository.
    +
    listLabels() - Method in class org.kohsuke.github.GHRepository
    +
    +
    Lists labels in this repository.
    +
    listMembers() - Method in class org.kohsuke.github.GHOrganization
    All the members of this organization.
    @@ -2172,6 +2240,16 @@
    Gets the status of this commit, newer ones first.
    +
    listSubscribers() - Method in class org.kohsuke.github.GHRepository
    +
    +
    Lists all the subscribers (aka watchers.) + + https://developer.github.com/v3/activity/watching/
    +
    +
    listSubscriptions() - Method in class org.kohsuke.github.GHUser
    +
    +
    Lists all the subscribed (aka watched) repositories.
    +
    listTags() - Method in class org.kohsuke.github.GHRepository
     
    listTeams() - Method in class org.kohsuke.github.GHOrganization
    @@ -2435,6 +2513,10 @@
     
    statuses_url - Variable in class org.kohsuke.github.GHDeployment
     
    +
    subscribe(boolean, boolean) - Method in class org.kohsuke.github.GHRepository
    +
    +
    Subscribes to this repository to get notifications.
    +
    @@ -2630,6 +2712,12 @@ the order they are declared.
     
    withPassword(String, String) - Method in class org.kohsuke.github.GitHubBuilder
     
    +
    withProxy(Proxy) - Method in class org.kohsuke.github.GitHubBuilder
    +
    +
    Configures connector + that uses HTTP library in JRE but use a specific proxy, instead of + the system default one.
    +
    wrap(GHAsset[], GHRelease) - Static method in class org.kohsuke.github.GHAsset
     
    wrap(GHRepository) - Method in class org.kohsuke.github.GHCompare
    diff --git a/apidocs/index.html b/apidocs/index.html index 284f26679..cf2dcae70 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,9 +2,9 @@ - + -GitHub API for Java 1.61 API +GitHub API for Java 1.62 API diff --git a/apidocs/org/kohsuke/github/GHAuthorization.html b/apidocs/org/kohsuke/github/GHAuthorization.html index 7381e05b1..da0e37b2f 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.61 API) - +GHAuthorization (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHBranch.Commit.html b/apidocs/org/kohsuke/github/GHBranch.Commit.html index 5e57b6cfd..f8dad9eb1 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.61 API) - +GHBranch.Commit (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHBranch.html b/apidocs/org/kohsuke/github/GHBranch.html index ba606d61f..06bf2082f 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.61 API) - +GHBranch (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHCommit.File.html b/apidocs/org/kohsuke/github/GHCommit.File.html index 33104b22e..7ea54c873 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.61 API) - +GHCommit.File (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHCommit.GHAuthor.html b/apidocs/org/kohsuke/github/GHCommit.GHAuthor.html index ac9b934a9..98c7b4d0b 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.61 API) - +GHCommit.GHAuthor (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHCommit.Parent.html b/apidocs/org/kohsuke/github/GHCommit.Parent.html index cd3ef74b7..d782925cf 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.61 API) - +GHCommit.Parent (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHCommit.ShortInfo.html b/apidocs/org/kohsuke/github/GHCommit.ShortInfo.html index b30182538..8e49d9ec4 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.61 API) - +GHCommit.ShortInfo (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHCommit.Stats.html b/apidocs/org/kohsuke/github/GHCommit.Stats.html index f3b3780ad..5d5165e27 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.61 API) - +GHCommit.Stats (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHCommit.html b/apidocs/org/kohsuke/github/GHCommit.html index 814e234e0..3ec49b0e1 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.61 API) - +GHCommit (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHCommitComment.html b/apidocs/org/kohsuke/github/GHCommitComment.html index 4d2b7ea6f..56d79267f 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.61 API) - +GHCommitComment (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHCommitPointer.html b/apidocs/org/kohsuke/github/GHCommitPointer.html index 55712cad6..2f86400eb 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.61 API) - +GHCommitPointer (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHCommitQueryBuilder.html b/apidocs/org/kohsuke/github/GHCommitQueryBuilder.html index bc83d8c67..5bad4a09d 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.61 API) - +GHCommitQueryBuilder (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHCommitState.html b/apidocs/org/kohsuke/github/GHCommitState.html index 812013984..b412ecd26 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.61 API) - +GHCommitState (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHCommitStatus.html b/apidocs/org/kohsuke/github/GHCommitStatus.html index 0ddaff8e0..5f18ecc0d 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.61 API) - +GHCommitStatus (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHCompare.Commit.html b/apidocs/org/kohsuke/github/GHCompare.Commit.html index fd7c15fc2..4290fa084 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.61 API) - +GHCompare.Commit (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHCompare.InnerCommit.html b/apidocs/org/kohsuke/github/GHCompare.InnerCommit.html index 29ee4cead..9d3f73040 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.61 API) - +GHCompare.InnerCommit (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHCompare.Status.html b/apidocs/org/kohsuke/github/GHCompare.Status.html index 3de3888b3..67ab17bbf 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.61 API) - +GHCompare.Status (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHCompare.Tree.html b/apidocs/org/kohsuke/github/GHCompare.Tree.html index 4c12ee757..98b553ba1 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.61 API) - +GHCompare.Tree (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHCompare.User.html b/apidocs/org/kohsuke/github/GHCompare.User.html index 9c84156c5..42708e2d7 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.61 API) - +GHCompare.User (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHCompare.html b/apidocs/org/kohsuke/github/GHCompare.html index 15203c46f..2ad4ce1b7 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.61 API) - +GHCompare (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHContent.html b/apidocs/org/kohsuke/github/GHContent.html index d4ae4b69c..123a1de88 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.61 API) - +GHContent (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHContentUpdateResponse.html b/apidocs/org/kohsuke/github/GHContentUpdateResponse.html index f02e41565..07171921d 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.61 API) - +GHContentUpdateResponse (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHDeployKey.html b/apidocs/org/kohsuke/github/GHDeployKey.html index cc65a2684..d02b42359 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.61 API) - +GHDeployKey (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHDeployment.html b/apidocs/org/kohsuke/github/GHDeployment.html index d87e5a280..0cd15d3b0 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.61 API) - +GHDeployment (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHDeploymentBuilder.html b/apidocs/org/kohsuke/github/GHDeploymentBuilder.html index f5561ae1e..6c5733bfe 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.61 API) - +GHDeploymentBuilder (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHDeploymentState.html b/apidocs/org/kohsuke/github/GHDeploymentState.html index 511612608..05718525a 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.61 API) - +GHDeploymentState (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHDeploymentStatus.html b/apidocs/org/kohsuke/github/GHDeploymentStatus.html index bbbd192de..2f0466a4f 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.61 API) - +GHDeploymentStatus (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHDeploymentStatusBuilder.html b/apidocs/org/kohsuke/github/GHDeploymentStatusBuilder.html index 4ea04f755..c4241a0a5 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.61 API) - +GHDeploymentStatusBuilder (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHEmail.html b/apidocs/org/kohsuke/github/GHEmail.html index 07740c09a..3289af4f7 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.61 API) - +GHEmail (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHEvent.html b/apidocs/org/kohsuke/github/GHEvent.html index 6b73c093b..5637ba728 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.61 API) - +GHEvent (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHEventInfo.GHEventRepository.html b/apidocs/org/kohsuke/github/GHEventInfo.GHEventRepository.html index 0b04ed3d0..9bb23e2a7 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.61 API) - +GHEventInfo.GHEventRepository (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHEventInfo.html b/apidocs/org/kohsuke/github/GHEventInfo.html index 3a96988c2..74bf4c225 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.61 API) - +GHEventInfo (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHEventPayload.IssueComment.html b/apidocs/org/kohsuke/github/GHEventPayload.IssueComment.html index 8291d43b9..58b59e0f0 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.61 API) - +GHEventPayload.IssueComment (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHEventPayload.PullRequest.html b/apidocs/org/kohsuke/github/GHEventPayload.PullRequest.html index 47ddee16a..8829b7be1 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.61 API) - +GHEventPayload.PullRequest (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHEventPayload.Push.PushCommit.html b/apidocs/org/kohsuke/github/GHEventPayload.Push.PushCommit.html index b5586a0db..41c5941c2 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.61 API) - +GHEventPayload.Push.PushCommit (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHEventPayload.Push.html b/apidocs/org/kohsuke/github/GHEventPayload.Push.html index a790bc619..52e533289 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.61 API) - +GHEventPayload.Push (GitHub API for Java 1.62 API) + @@ -214,6 +214,10 @@ extends +GHRepository +getRepository()  + + int getSize()
    The number of commits in the push.
    @@ -303,13 +307,22 @@ extends - diff --git a/apidocs/org/kohsuke/github/GHEventPayload.html b/apidocs/org/kohsuke/github/GHEventPayload.html index 373aa1abd..327ac627c 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.61 API) - +GHEventPayload (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHException.html b/apidocs/org/kohsuke/github/GHException.html index d5d89e348..fd72b5fe5 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.61 API) - +GHException (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHGist.html b/apidocs/org/kohsuke/github/GHGist.html index 6c7a4b263..8a6935d0c 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.61 API) - +GHGist (GitHub API for Java 1.62 API) + @@ -109,7 +109,8 @@ extends See Also:
    GHUser.listGists(), GitHub.getGist(String), -GitHub.createGist()
    +GitHub.createGist(), +documentation diff --git a/apidocs/org/kohsuke/github/GHGistBuilder.html b/apidocs/org/kohsuke/github/GHGistBuilder.html index 8c81eede5..8b459cc95 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.61 API) - +GHGistBuilder (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHGistFile.html b/apidocs/org/kohsuke/github/GHGistFile.html index c8b1e02b5..6b260a84e 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.61 API) - +GHGistFile (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHHook.html b/apidocs/org/kohsuke/github/GHHook.html index 4a61e4cd0..cd25efcff 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.61 API) - +GHHook (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHIssue.Label.html b/apidocs/org/kohsuke/github/GHIssue.Label.html index 89c3c470f..7070d04c9 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.61 API) - +GHIssue.Label (GitHub API for Java 1.62 API) + @@ -65,13 +65,13 @@
  • Nested | 
  • Field | 
  • Constr | 
  • -
  • Method
  • +
  • Method
  • @@ -88,10 +88,15 @@
  • java.lang.Object
  • +
  • +
    @@ -121,7 +129,9 @@ extends Constructor and Description -GHIssue.Label()  +GHIssue.Label() +
    Deprecated. 
    +  @@ -132,25 +142,13 @@ extends -Methods  - -Modifier and Type -Method and Description - - -String -getColor()  - - -String -getName()  - - -String -getUrl()  - - + - - - - diff --git a/apidocs/org/kohsuke/github/GHIssue.PullRequest.html b/apidocs/org/kohsuke/github/GHIssue.PullRequest.html index effd6ddd4..66bd836dc 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.61 API) - +GHIssue.PullRequest (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHIssue.html b/apidocs/org/kohsuke/github/GHIssue.html index 6f96955f5..58c876253 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.61 API) - +GHIssue (GitHub API for Java 1.62 API) + @@ -134,7 +134,11 @@ extends static class  -GHIssue.Label  +GHIssue.Label +
    Deprecated.  +
    use GHLabel
    +
    + static class  @@ -180,7 +184,7 @@ extends html_url  -protected List<GHIssue.Label> +protected List<GHLabel> labels  @@ -286,7 +290,9 @@ extends GHUser -getClosedBy()  +getClosedBy() +
    Reports who has closed the issue.
    + List<GHIssueComment> @@ -310,7 +316,7 @@ extends getIssuesApiRoute()  -Collection<GHIssue.Label> +Collection<GHLabel> getLabels()  @@ -325,7 +331,9 @@ extends GHIssue.PullRequest -getPullRequest()  +getPullRequest() +
    Returns non-null if this issue is a shadow of a pull request.
    + GHRepository @@ -348,26 +356,30 @@ extends +boolean +isPullRequest()  + + PagedIterable<GHIssueComment> listComments()
    Obtains all the comments associated with this issue.
    - + void reopen()
    Reopens this issue.
    - + void setBody(String body)  - + void setLabels(String... labels)  - + void setTitle(String title)  @@ -460,7 +472,7 @@ extends
  • labels

    -
    protected List<GHIssue.Label> labels
    +
    protected List<GHLabel> labels
  • @@ -607,8 +619,8 @@ extends
  • getLabels

    -
    public Collection<GHIssue.Label> getLabels()
    -                                    throws IOException
    +
    public Collection<GHLabel> getLabels()
    +                              throws IOException
    Throws:
    IOException
  • @@ -788,6 +800,12 @@ extends

    getClosedBy

    public GHUser getClosedBy()
    +
    Reports who has closed the issue. + +

    + Note that GitHub doesn't always seem to report this information + even for an issue that's already closed. See + https://github.com/kohsuke/github-api/issues/60.

    @@ -806,6 +824,16 @@ extends

    getPullRequest

    public GHIssue.PullRequest getPullRequest()
    +
    Returns non-null if this issue is a shadow of a pull request.
    + + + + + + diff --git a/apidocs/org/kohsuke/github/GHIssueBuilder.html b/apidocs/org/kohsuke/github/GHIssueBuilder.html index e9e815d94..b7a6ec034 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.61 API) - +GHIssueBuilder (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHIssueComment.html b/apidocs/org/kohsuke/github/GHIssueComment.html index 60546b2d7..bc8c183af 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.61 API) - +GHIssueComment (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHIssueSearchBuilder.Sort.html b/apidocs/org/kohsuke/github/GHIssueSearchBuilder.Sort.html index cc7954493..e9431ab2d 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.61 API) - +GHIssueSearchBuilder.Sort (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHIssueSearchBuilder.html b/apidocs/org/kohsuke/github/GHIssueSearchBuilder.html index 9aecf650f..44b94d97e 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.61 API) - +GHIssueSearchBuilder (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHIssueState.html b/apidocs/org/kohsuke/github/GHIssueState.html index fc213de7d..fd52eb411 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.61 API) - +GHIssueState (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/GHKey.html b/apidocs/org/kohsuke/github/GHKey.html index 2aae4b0fa..2610f564f 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.61 API) - +GHKey (GitHub API for Java 1.62 API) + @@ -38,7 +38,7 @@ + +
    + + + + + +
    + + +

    Copyright © 2015. All rights reserved.

    + + diff --git a/apidocs/org/kohsuke/github/class-use/GHTag.html b/apidocs/org/kohsuke/github/class-use/GHTag.html index b73558c57..6060fef48 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.61 API) - +Uses of Class org.kohsuke.github.GHTag (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GHTeam.html b/apidocs/org/kohsuke/github/class-use/GHTeam.html index 515eee36e..9ab7a7da2 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.61 API) - +Uses of Class org.kohsuke.github.GHTeam (GitHub API for Java 1.62 API) + @@ -132,17 +132,17 @@ -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.
    + +Map<String,GHTeam> +GHOrganization.getTeams() +
    Teams by their names.
    + + PagedIterable<GHTeam> GHOrganization.listTeams() diff --git a/apidocs/org/kohsuke/github/class-use/GHUser.html b/apidocs/org/kohsuke/github/class-use/GHUser.html index e91bf7da9..c6614cb21 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.61 API) - +Uses of Class org.kohsuke.github.GHUser (GitHub API for Java 1.62 API) + @@ -102,6 +102,10 @@
    Represents the account that's logging into GitHub.
    + +static class  +GHRepository.Contributor  + @@ -154,7 +158,9 @@ - + @@ -166,15 +172,15 @@ - + - + - + @@ -192,14 +198,15 @@ - - @@ -210,9 +217,8 @@ - @@ -255,6 +261,10 @@ + + + + - - - - - - @@ -294,6 +300,14 @@
    All the public members of this organization.
    + + + +
    GHUserGHIssue.getClosedBy() GHIssue.getClosedBy() +
    Reports who has closed the issue.
    +
    GHUser
    GHUserGHMilestone.getCreator() GHDeployment.getCreator() 
    GHUserGHDeployment.getCreator() GHCommitStatus.getCreator() 
    GHUserGHCommitStatus.getCreator() GHMilestone.getCreator() 
    GHUser
    GHUserGHIssueComment.getUser() -
    Gets the user who posted this comment.
    +
    GHIssue.getUser() +
    User who submitted the issue.
    GHUserGHIssue.getUser() -
    User who submitted the issue.
    +
    GHCommitPointer.getUser() +
    This points to the user who owns + the GHCommitPointer.getRepository().
    GHUserGHCommitPointer.getUser() -
    This points to the user who owns - the GHCommitPointer.getRepository().
    +
    GHIssueComment.getUser() +
    Gets the user who posted this comment.
    Set<GHUser>GHTeam.getMembers() 
    List<GHUser> GHOrganization.getMembers()
    Deprecated.  @@ -262,10 +272,6 @@
    Set<GHUser>GHTeam.getMembers() 
    PagedIterable<GHUser> GHRepository.listCollaborators() @@ -274,14 +280,14 @@
    PagedIterable<GHUser>GHOrganization.listMembers() -
    All the members of this organization.
    +
    GHTeam.listMembers() +
    Retrieves the current members.
    PagedIterable<GHUser>GHTeam.listMembers() -
    Retrieves the current members.
    +
    GHOrganization.listMembers() +
    All the members of this organization.
    PagedIterable<GHUser>GHRepository.listSubscribers() +
    Lists all the subscribers (aka watchers.) + + https://developer.github.com/v3/activity/watching/
    +
    @@ -335,14 +349,14 @@ - - @@ -363,15 +377,15 @@ - - diff --git a/apidocs/org/kohsuke/github/class-use/GHVerifiedKey.html b/apidocs/org/kohsuke/github/class-use/GHVerifiedKey.html index 9d6601862..7c5a78e6c 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.61 API) - +Uses of Class org.kohsuke.github.GHVerifiedKey (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/class-use/GitHub.html b/apidocs/org/kohsuke/github/class-use/GitHub.html index 763b3997f..abb2e0234 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.61 API) - +Uses of Class org.kohsuke.github.GitHub (GitHub API for Java 1.62 API) + @@ -170,14 +170,6 @@ - - - - - - - - @@ -186,8 +178,16 @@ + + + + + + + + diff --git a/apidocs/org/kohsuke/github/class-use/GitHubBuilder.html b/apidocs/org/kohsuke/github/class-use/GitHubBuilder.html index f1b2b092b..fd4af7053 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.61 API) - +Uses of Class org.kohsuke.github.GitHubBuilder (GitHub API for Java 1.62 API) + @@ -146,6 +146,14 @@ + + + +
    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.
    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.
    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.
    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.
    GitHubGHRelease.getRoot() 
    GitHubGHTag.getRoot() 
    GitHub GHBranch.getRoot() 
    GitHubGHRelease.getRoot() 
    GitHub GHAuthorization.getRoot() 
    GitHubGHTag.getRoot() 
    GitHub GHAsset.getRoot()  GitHubBuilder.withPassword(String user, String password) 
    GitHubBuilderGitHubBuilder.withProxy(Proxy p) +
    Configures connector + that uses HTTP library in JRE but use a specific proxy, instead of + the system default one.
    +
    diff --git a/apidocs/org/kohsuke/github/class-use/GitUser.html b/apidocs/org/kohsuke/github/class-use/GitUser.html index 1dc4d5ffe..2c7df4ff3 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.61 API) - +Uses of Class org.kohsuke.github.GitUser (GitHub API for Java 1.62 API) + @@ -131,7 +131,7 @@ GitUser -GHCommit.ShortInfo.getAuthor()  +GHEventPayload.Push.PushCommit.getAuthor()  GitUser @@ -139,7 +139,7 @@ GitUser -GHEventPayload.Push.PushCommit.getAuthor()  +GHCommit.ShortInfo.getAuthor()  GitUser @@ -147,11 +147,11 @@ GitUser -GHCommit.ShortInfo.getCommitter()  +GHCompare.InnerCommit.getCommitter()  GitUser -GHCompare.InnerCommit.getCommitter()  +GHCommit.ShortInfo.getCommitter()  GitUser diff --git a/apidocs/org/kohsuke/github/class-use/HttpConnector.html b/apidocs/org/kohsuke/github/class-use/HttpConnector.html index 349193a80..a2bfc934e 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.61 API) - +Uses of Interface org.kohsuke.github.HttpConnector (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/class-use/PagedIterable.html b/apidocs/org/kohsuke/github/class-use/PagedIterable.html index 47bc61f04..90df0dcfc 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.61 API) - +Uses of Class org.kohsuke.github.PagedIterable (GitHub API for Java 1.62 API) + @@ -136,17 +136,17 @@ -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> +GHCommit.listComments() +
    Lists up all the commit comments in this repository.
    + + PagedIterable<GHCommitComment> GHRepository.listCommitComments() @@ -154,17 +154,17 @@ -PagedIterable<GHPullRequestCommitDetail> -GHPullRequest.listCommits() -
    Retrieves all the commits associated to this pull request.
    - - - PagedIterable<GHCommit> GHRepository.listCommits()
    Lists all the commits.
    + +PagedIterable<GHPullRequestCommitDetail> +GHPullRequest.listCommits() +
    Retrieves all the commits associated to this pull request.
    + + PagedIterable<GHCommitStatus> GHRepository.listCommitStatuses(String sha1) @@ -172,24 +172,22 @@ +PagedIterable<GHRepository.Contributor> +GHRepository.listContributors()  + + PagedIterable<GHDeployment> GHRepository.listDeployments(String sha, String ref, String task, String environment)  - + PagedIterable<GHContent> GHContent.listDirectoryContent()
    List immediate children of this directory.
    - -PagedIterable<GHEventInfo> -GHOrganization.listEvents() -
    Lists events performed by a user (this includes private events if the caller is authenticated.
    - - PagedIterable<GHEventInfo> GHUser.listEvents() @@ -209,31 +207,43 @@ +PagedIterable<GHEventInfo> +GHOrganization.listEvents() +
    Lists events performed by a user (this includes private events if the caller is authenticated.
    + + + PagedIterable<GHGist> GHGist.listForks()  - + PagedIterable<GHGist> GHUser.listGists()
    Lists Gists created by this user.
    - + PagedIterable<GHIssue> GHRepository.listIssues(GHIssueState state)
    Lists up all the issues in this repository.
    + +PagedIterable<GHLabel> +GHRepository.listLabels() +
    Lists labels in this repository.
    + + PagedIterable<GHUser> -GHOrganization.listMembers() -
    All the members of this organization.
    +GHTeam.listMembers() +
    Retrieves the current members.
    PagedIterable<GHUser> -GHTeam.listMembers() -
    Retrieves the current members.
    +GHOrganization.listMembers() +
    All the members of this organization.
    @@ -264,14 +274,14 @@ PagedIterable<GHRepository> -GHMyself.listRepositories() -
    Lists up all repositories this user owns (public and private).
    +GHPerson.listRepositories() +
    Lists up all the repositories using a 30 items page size.
    PagedIterable<GHRepository> -GHPerson.listRepositories() -
    Lists up all the repositories using a 30 items page size.
    +GHMyself.listRepositories() +
    Lists up all repositories this user owns (public and private).
    @@ -280,19 +290,19 @@ PagedIterable<GHRepository> -GHMyself.listRepositories(int pageSize) -
    Lists up all the repositories this user owns (public and private) using the specified page size.
    +GHPerson.listRepositories(int pageSize) +
    Lists up all the repositories using the specified page size.
    PagedIterable<GHRepository> -GHOrganization.listRepositories(int pageSize) -
    Lists up all the repositories using the specified page size.
    +GHMyself.listRepositories(int pageSize) +
    Lists up all the repositories this user owns (public and private) using the specified page size.
    PagedIterable<GHRepository> -GHPerson.listRepositories(int pageSize) +GHOrganization.listRepositories(int pageSize)
    Lists up all the repositories using the specified page size.
    @@ -303,6 +313,20 @@ +PagedIterable<GHUser> +GHRepository.listSubscribers() +
    Lists all the subscribers (aka watchers.) + + https://developer.github.com/v3/activity/watching/
    + + + +PagedIterable<GHRepository> +GHUser.listSubscriptions() +
    Lists all the subscribed (aka watched) repositories.
    + + + PagedIterable<GHTag> GHRepository.listTags()  diff --git a/apidocs/org/kohsuke/github/class-use/PagedIterator.html b/apidocs/org/kohsuke/github/class-use/PagedIterator.html index 35b669a24..6a189e458 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.61 API) - +Uses of Class org.kohsuke.github.PagedIterator (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/class-use/PagedSearchIterable.html b/apidocs/org/kohsuke/github/class-use/PagedSearchIterable.html index c9f0cfb1b..1f846b77a 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.61 API) - +Uses of Class org.kohsuke.github.PagedSearchIterable (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/extras/OkHttpConnector.html b/apidocs/org/kohsuke/github/extras/OkHttpConnector.html index e7214bbcc..ae22bb828 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.61 API) - +OkHttpConnector (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/extras/class-use/OkHttpConnector.html b/apidocs/org/kohsuke/github/extras/class-use/OkHttpConnector.html index abed3924d..406321905 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.61 API) - +Uses of Class org.kohsuke.github.extras.OkHttpConnector (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/extras/package-frame.html b/apidocs/org/kohsuke/github/extras/package-frame.html index 2deda2291..e4aebc1aa 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.61 API) - +org.kohsuke.github.extras (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/extras/package-summary.html b/apidocs/org/kohsuke/github/extras/package-summary.html index 6f1664989..7dba212c4 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.61 API) - +org.kohsuke.github.extras (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/extras/package-tree.html b/apidocs/org/kohsuke/github/extras/package-tree.html index 92564ad33..131976a81 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.61 API) - +org.kohsuke.github.extras Class Hierarchy (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/extras/package-use.html b/apidocs/org/kohsuke/github/extras/package-use.html index c97995517..18358ae27 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.61 API) - +Uses of Package org.kohsuke.github.extras (GitHub API for Java 1.62 API) + diff --git a/apidocs/org/kohsuke/github/package-frame.html b/apidocs/org/kohsuke/github/package-frame.html index d897497df..ebec3db8a 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.61 API) - +org.kohsuke.github (GitHub API for Java 1.62 API) + @@ -62,6 +62,7 @@
  • GHIssueComment
  • GHIssueSearchBuilder
  • GHKey
  • +
  • GHLabel
  • GHMilestone
  • GHMyself
  • GHObject
  • @@ -80,6 +81,8 @@
  • GHRelease
  • GHReleaseBuilder
  • GHRepository
  • +
  • GHRepository.Contributor
  • +
  • GHSubscription
  • GHTag
  • GHTeam
  • GHUser
  • diff --git a/apidocs/org/kohsuke/github/package-summary.html b/apidocs/org/kohsuke/github/package-summary.html index 6c54e0871..82af9be85 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.61 API) - +org.kohsuke.github (GitHub API for Java 1.62 API) + @@ -308,7 +308,9 @@ GHIssue.Label -  +Deprecated +
    use GHLabel
    + GHIssue.PullRequest @@ -337,152 +339,166 @@ -GHMilestone +GHLabel   +GHMilestone +  + + GHMyself
    Represents the account that's logging into GitHub.
    - + GHObject
    Most (all?) domain objects in GitHub seems to have these 4 properties.
    - + GHOrganization   - + GHPerson
    Common part of GHUser and GHOrganization.
    - + GHPersonSet<T extends GHPerson>
    Set of GHPerson with helper lookup methods.
    - + GHPullRequest
    A pull request.
    - + GHPullRequestCommitDetail
    Commit detail inside a GHPullRequest.
    - + GHPullRequestCommitDetail.Authorship Deprecated
    Use GitUser
    - + GHPullRequestCommitDetail.Commit   - + GHPullRequestCommitDetail.CommitPointer   - + GHPullRequestCommitDetail.Tree   - + 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 +  + +GHSubscription + +
    Represents your subscribing to a repository.
    + + + GHTag
    Represents a tag in GHRepository
    - + GHTeam
    A team in GitHub organization.
    - + GHUser
    Represents an user of GitHub.
    - + GHVerifiedKey   - + GitHub
    Root of the GitHub API.
    - + GitHubBuilder   - + GitUser
    Represents a user in Git who authors/commits a commit.
    - + PagedIterable<T>
    Iterable that returns PagedIterator
    - + PagedIterator<T>
    Iterator over a pagenated data source.
    - + PagedSearchIterable<T>
    PagedIterable enhanced to report search result specific information.
    diff --git a/apidocs/org/kohsuke/github/package-tree.html b/apidocs/org/kohsuke/github/package-tree.html index 81807b602..b37f4ea7b 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.61 API) - +org.kohsuke.github Class Hierarchy (GitHub API for Java 1.62 API) + @@ -122,7 +122,6 @@
  • org.kohsuke.github.GHEventPayload.Push.PushCommit
  • org.kohsuke.github.GHGistBuilder
  • org.kohsuke.github.GHGistFile
  • -
  • org.kohsuke.github.GHIssue.Label
  • org.kohsuke.github.GHIssue.PullRequest
  • org.kohsuke.github.GHIssueBuilder
  • org.kohsuke.github.GHIssueSearchBuilder
  • @@ -131,6 +130,11 @@
  • org.kohsuke.github.GHVerifiedKey
  • +
  • org.kohsuke.github.GHLabel + +
  • org.kohsuke.github.GHObject @@ -170,6 +175,7 @@
  • org.kohsuke.github.GHRef
  • org.kohsuke.github.GHRef.GHObject
  • org.kohsuke.github.GHReleaseBuilder
  • +
  • org.kohsuke.github.GHSubscription
  • org.kohsuke.github.GHTag
  • org.kohsuke.github.GHTeam
  • org.kohsuke.github.GitHub
  • @@ -213,14 +219,14 @@ diff --git a/apidocs/org/kohsuke/github/package-use.html b/apidocs/org/kohsuke/github/package-use.html index 0f529ce95..0d0562416 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.61 API) - +Uses of Package org.kohsuke.github (GitHub API for Java 1.62 API) + @@ -250,35 +250,35 @@ -GHIssue.Label  - - GHIssue.PullRequest  - + GHIssueBuilder  - + GHIssueComment
    Comment to the issue
    - + GHIssueSearchBuilder
    Search issues.
    - + GHIssueSearchBuilder.Sort  - + GHIssueState  - + GHKey
    SSH public key.
    + +GHLabel  + GHMilestone  @@ -356,6 +356,14 @@ +GHRepository.Contributor  + + +GHSubscription +
    Represents your subscribing to a repository.
    + + + GHTag
    Represents a tag in GHRepository
    diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html index 47b82875f..5e08cf829 100644 --- a/apidocs/overview-frame.html +++ b/apidocs/overview-frame.html @@ -2,10 +2,10 @@ - + -Overview List (GitHub API for Java 1.61 API) - +Overview List (GitHub API for Java 1.62 API) + diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html index 4880157dc..dde9014a4 100644 --- a/apidocs/overview-summary.html +++ b/apidocs/overview-summary.html @@ -2,16 +2,16 @@ - + -Overview (GitHub API for Java 1.61 API) - +Overview (GitHub API for Java 1.62 API) + @@ -64,7 +64,7 @@
    -

    GitHub API for Java 1.61 API

    +

    GitHub API for Java 1.62 API

    diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index 9b74037c0..60dc56cb5 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,16 +2,16 @@ - + -Class Hierarchy (GitHub API for Java 1.61 API) - +Class Hierarchy (GitHub API for Java 1.62 API) + @@ -123,7 +123,6 @@
  • org.kohsuke.github.GHEventPayload.Push.PushCommit
  • org.kohsuke.github.GHGistBuilder
  • org.kohsuke.github.GHGistFile
  • -
  • org.kohsuke.github.GHIssue.Label
  • org.kohsuke.github.GHIssue.PullRequest
  • org.kohsuke.github.GHIssueBuilder
  • org.kohsuke.github.GHIssueSearchBuilder
  • @@ -132,6 +131,11 @@
  • org.kohsuke.github.GHVerifiedKey
  • +
  • org.kohsuke.github.GHLabel + +
  • org.kohsuke.github.GHObject @@ -171,6 +176,7 @@
  • org.kohsuke.github.GHRef
  • org.kohsuke.github.GHRef.GHObject
  • org.kohsuke.github.GHReleaseBuilder
  • +
  • org.kohsuke.github.GHSubscription
  • org.kohsuke.github.GHTag
  • org.kohsuke.github.GHTeam
  • org.kohsuke.github.GitHub
  • @@ -215,14 +221,14 @@ diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index 9e68d43ff..688067735 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,16 +2,16 @@ - + -Serialized Form (GitHub API for Java 1.61 API) - +Serialized Form (GitHub API for Java 1.62 API) + diff --git a/dependencies.html b/dependencies.html index c691fe986..1b6030d15 100644 --- a/dependencies.html +++ b/dependencies.html @@ -469,7 +469,7 @@

    Dependency Tree

    @@ -1376,8 +1376,8 @@ The goal of word-aligned compression is not to achieve the best compression, but -  | Last Published: 2015-02-14 -  | Version: 1.61 +  | Last Published: 2015-02-15 +  | Version: 1.62

    diff --git a/dependency-convergence.html b/dependency-convergence.html index 8a4dd28c6..d1aed0561 100644 --- a/dependency-convergence.html +++ b/dependency-convergence.html @@ -201,11 +201,11 @@
    +
      org.kohsuke:github-api:jar:1.62
      \- 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)

    GitHub API for Java
    1.3.1 -
      org.kohsuke:github-api:jar:1.61
      \- 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.61
      \- commons-io:commons-io:jar:1.4:compile

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

    commons-lang:commons-lang

    @@ -216,11 +216,11 @@ +
      org.kohsuke:github-api:jar:1.62
      \- 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.61
      \- 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.61
      \- commons-lang:commons-lang:jar:2.6:compile

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

    commons-logging:commons-logging

    @@ -231,15 +231,15 @@ +
      org.kohsuke:github-api:jar:1.62
      \- 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.62
      \- 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.61
      \- 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.61
      \- 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.61
      \- 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.62
      \- 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

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

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

    4.5 -
      org.kohsuke:github-api:jar:1.61
      \- 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.62
      \- 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 7b287b812..b006f3fff 100644 --- a/dependency-info.html +++ b/dependency-info.html @@ -168,36 +168,36 @@
    <dependency>
       <groupId>org.kohsuke</groupId>
       <artifactId>github-api</artifactId>
    -  <version>1.61</version>
    +  <version>1.62</version>
     </dependency>

    Apache Buildr

    -
    'org.kohsuke:github-api:jar:1.61'
    +
    'org.kohsuke:github-api:jar:1.62'

    Apache Ivy

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

    Groovy Grape

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

    Grails

    -
    compile 'org.kohsuke:github-api:1.61'
    +
    compile 'org.kohsuke:github-api:1.62'

    Leiningen

    -
    [org.kohsuke/github-api "1.61"]
    +
    [org.kohsuke/github-api "1.62"]

    SBT

    -
    libraryDependencies += "org.kohsuke" % "github-api" % "1.61"
    +
    libraryDependencies += "org.kohsuke" % "github-api" % "1.62"

    diff --git a/distribution-management.html b/distribution-management.html index dceedd1c5..d476b42ad 100644 --- a/distribution-management.html +++ b/distribution-management.html @@ -182,8 +182,8 @@ -  | Last Published: 2015-02-14 -  | Version: 1.61 +  | Last Published: 2015-02-15 +  | Version: 1.62

    diff --git a/index.html b/index.html index a7534471d..546ae6418 100644 --- a/index.html +++ b/index.html @@ -218,8 +218,8 @@ Making a conditional request against the GitHub API and receiving a 304 response -  | Last Published: 2015-02-14 -  | Version: 1.61 +  | Last Published: 2015-02-15 +  | Version: 1.62

    diff --git a/license.html b/license.html index ecf6afb6f..d339866fd 100644 --- a/license.html +++ b/license.html @@ -196,7 +196,7 @@
    -
    +
    @@ -329,7 +329,7 @@ urchinTracker(); - +

    diff --git a/plugin-management.html b/plugin-management.html index c2f02189b..865a29b00 100644 --- a/plugin-management.html +++ b/plugin-management.html @@ -195,8 +195,8 @@ -  | Last Published: 2015-02-14 -  | Version: 1.61 +  | Last Published: 2015-02-15 +  | Version: 1.62

    diff --git a/plugins.html b/plugins.html index 0ac42387f..ebb6586f7 100644 --- a/plugins.html +++ b/plugins.html @@ -254,8 +254,8 @@ -  | Last Published: 2015-02-14 -  | Version: 1.61 +  | Last Published: 2015-02-15 +  | Version: 1.62

    diff --git a/project-info.html b/project-info.html index 1ebc6d4be..3bd2ed6d3 100644 --- a/project-info.html +++ b/project-info.html @@ -214,8 +214,8 @@ -  | Last Published: 2015-02-14 -  | Version: 1.61 +  | Last Published: 2015-02-15 +  | Version: 1.62

    diff --git a/project-reports.html b/project-reports.html index f8ce8036d..e7ef96ab3 100644 --- a/project-reports.html +++ b/project-reports.html @@ -151,8 +151,8 @@ -  | Last Published: 2015-02-14 -  | Version: 1.61 +  | Last Published: 2015-02-15 +  | Version: 1.62

    diff --git a/project-summary.html b/project-summary.html index 2e7101da3..2d9823653 100644 --- a/project-summary.html +++ b/project-summary.html @@ -194,7 +194,7 @@ github-api Version -1.61 +1.62 Type jar @@ -213,8 +213,8 @@ -  | Last Published: 2015-02-14 -  | Version: 1.61 +  | Last Published: 2015-02-15 +  | Version: 1.62

    diff --git a/source-repository.html b/source-repository.html index 92de55441..4a82794f4 100644 --- a/source-repository.html +++ b/source-repository.html @@ -172,12 +172,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.61 git@github.com/kohsuke/github-api.git
    +
    $ git clone --branch github-api-1.62 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.61 ssh://git@github.com/kohsuke/github-api.git
    +
    $ git clone --branch github-api-1.62 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.

    @@ -193,8 +193,8 @@ -  | Last Published: 2015-02-14 -  | Version: 1.61 +  | Last Published: 2015-02-15 +  | Version: 1.62

    diff --git a/team-list.html b/team-list.html index 43b128cf2..98ce3ed83 100644 --- a/team-list.html +++ b/team-list.html @@ -193,8 +193,8 @@ -  | Last Published: 2015-02-14 -  | Version: 1.61 +  | Last Published: 2015-02-15 +  | Version: 1.62

    diff --git a/testapidocs/Foo.html b/testapidocs/Foo.html index a606a1abc..f344bbcb3 100644 --- a/testapidocs/Foo.html +++ b/testapidocs/Foo.html @@ -2,16 +2,16 @@ - + -Foo (GitHub API for Java 1.61 Test API) - +Foo (GitHub API for Java 1.62 Test API) + diff --git a/testapidocs/allclasses-frame.html b/testapidocs/allclasses-frame.html index ef5690a13..09360be81 100644 --- a/testapidocs/allclasses-frame.html +++ b/testapidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - + -All Classes (GitHub API for Java 1.61 Test API) - +All Classes (GitHub API for Java 1.62 Test API) + @@ -14,6 +14,7 @@
    diff --git a/testapidocs/allclasses-noframe.html b/testapidocs/allclasses-noframe.html index 31d510574..26ffb05a3 100644 --- a/testapidocs/allclasses-noframe.html +++ b/testapidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + -All Classes (GitHub API for Java 1.61 Test API) - +All Classes (GitHub API for Java 1.62 Test API) + @@ -14,6 +14,7 @@ diff --git a/testapidocs/class-use/Foo.html b/testapidocs/class-use/Foo.html index 59424544d..5b864eaa2 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.61 Test API) - +Uses of Class Foo (GitHub API for Java 1.62 Test API) + diff --git a/testapidocs/constant-values.html b/testapidocs/constant-values.html index c499d0ecf..e8d0f83f0 100644 --- a/testapidocs/constant-values.html +++ b/testapidocs/constant-values.html @@ -2,16 +2,16 @@ - + -Constant Field Values (GitHub API for Java 1.61 Test API) - +Constant Field Values (GitHub API for Java 1.62 Test API) + diff --git a/testapidocs/deprecated-list.html b/testapidocs/deprecated-list.html index 6a1952383..0a485aad2 100644 --- a/testapidocs/deprecated-list.html +++ b/testapidocs/deprecated-list.html @@ -2,16 +2,16 @@ - + -Deprecated List (GitHub API for Java 1.61 Test API) - +Deprecated List (GitHub API for Java 1.62 Test API) + diff --git a/testapidocs/help-doc.html b/testapidocs/help-doc.html index 31cf3be39..d1cb08cca 100644 --- a/testapidocs/help-doc.html +++ b/testapidocs/help-doc.html @@ -2,16 +2,16 @@ - + -API Help (GitHub API for Java 1.61 Test API) - +API Help (GitHub API for Java 1.62 Test API) + diff --git a/testapidocs/index-all.html b/testapidocs/index-all.html index 30db191f8..025607d44 100644 --- a/testapidocs/index-all.html +++ b/testapidocs/index-all.html @@ -2,16 +2,16 @@ - + -Index (GitHub API for Java 1.61 Test API) - +Index (GitHub API for Java 1.62 Test API) + @@ -86,6 +86,10 @@
    cleanUp() - Method in class org.kohsuke.github.PullRequestTest
     
    +
    CommitTest - Class in org.kohsuke.github
    +
     
    +
    CommitTest() - Constructor for class org.kohsuke.github.CommitTest
    +
     
    createPullRequest() - Method in class org.kohsuke.github.PullRequestTest
     
    @@ -152,6 +156,8 @@

    L

    +
    lastStatus() - Method in class org.kohsuke.github.CommitTest
    +
     
    lifecycleTest() - Method in class org.kohsuke.github.GistTest
    CRUD operation.
    @@ -160,7 +166,9 @@
     
    LifecycleTest() - Constructor for class org.kohsuke.github.LifecycleTest
     
    -
    listCollaborators() - Method in class org.kohsuke.github.RepositoryTest
    +
    listCollaborators() - Method in class org.kohsuke.github.RepositoryMockTest
    +
     
    +
    listContributors() - Method in class org.kohsuke.github.RepositoryTest
     
    @@ -198,6 +206,10 @@

    R

    +
    RepositoryMockTest - Class in org.kohsuke.github
    +
     
    +
    RepositoryMockTest() - Constructor for class org.kohsuke.github.RepositoryMockTest
    +
     
    RepositoryTest - Class in org.kohsuke.github
     
    RepositoryTest() - Constructor for class org.kohsuke.github.RepositoryTest
    @@ -218,10 +230,12 @@
     
    setUp() - Method in class org.kohsuke.github.GHContentIntegrationTest
     
    -
    setUp() - Method in class org.kohsuke.github.RepositoryTest
    +
    setUp() - Method in class org.kohsuke.github.RepositoryMockTest
     
    starTest() - Method in class org.kohsuke.github.GistTest
     
    +
    subscription() - Method in class org.kohsuke.github.RepositoryTest
    +
     
    @@ -280,6 +294,8 @@
     
    testGetTeamsForRepo() - Method in class org.kohsuke.github.AppTest
     
    +
    testGetUser() - Method in class org.kohsuke.github.PullRequestTest
    +
     
    testGitHubBuilderFromCustomEnvironment() - Method in class org.kohsuke.github.GitHubTest
     
    testGitHubBuilderFromEnvironment() - Method in class org.kohsuke.github.GitHubTest
    @@ -330,12 +346,18 @@
     
    testRateLimit() - Method in class org.kohsuke.github.AppTest
     
    +
    testReadme() - Method in class org.kohsuke.github.AppTest
    +
     
    testRef() - Method in class org.kohsuke.github.AppTest
     
    testRepoCRUD() - Method in class org.kohsuke.github.AppTest
     
    +
    testRepoLabel() - Method in class org.kohsuke.github.AppTest
    +
     
    testRepoPermissions() - Method in class org.kohsuke.github.AppTest
     
    +
    testSubscribers() - Method in class org.kohsuke.github.AppTest
    +
     
    tryHook() - Method in class org.kohsuke.github.AppTest
     
    diff --git a/testapidocs/index.html b/testapidocs/index.html index 3585ff8c8..a74a1bb15 100644 --- a/testapidocs/index.html +++ b/testapidocs/index.html @@ -2,9 +2,9 @@ - + -GitHub API for Java 1.61 Test API +GitHub API for Java 1.62 Test API diff --git a/testapidocs/org/kohsuke/class-use/HookApp.html b/testapidocs/org/kohsuke/class-use/HookApp.html index fd24312b9..cf1d085f8 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.61 Test API) - +Uses of Class org.kohsuke.HookApp (GitHub API for Java 1.62 Test API) + diff --git a/testapidocs/org/kohsuke/github/AbstractGitHubApiTestBase.html b/testapidocs/org/kohsuke/github/AbstractGitHubApiTestBase.html index a5c51c712..209083933 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.61 Test API) - +AbstractGitHubApiTestBase (GitHub API for Java 1.62 Test API) + @@ -102,7 +102,7 @@
  • Direct Known Subclasses:
    -
    AppTest, GHContentIntegrationTest, GistTest, LifecycleTest, PullRequestTest
    +
    AppTest, CommitTest, GHContentIntegrationTest, GistTest, LifecycleTest, PullRequestTest, RepositoryTest


    diff --git a/testapidocs/org/kohsuke/github/AppTest.html b/testapidocs/org/kohsuke/github/AppTest.html index d4fab0487..8dcbaac29 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.61 Test API) - +AppTest (GitHub API for Java 1.62 Test API) + @@ -38,7 +38,7 @@