diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 49eef6fc9..95e775de0 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,9 +2,9 @@
- + -html_url
protected List<GHLabel>protected List<GHIssue.Label>labels protected List<GHLabel> labels+
protected List<GHIssue.Label> labels
GHCommitgetCommit()
-getCommit() GHCommitgetCommit() getCommit()
+GHCommitabstract PagedIterable<GHEventInfo>listEvents()
-PagedIterable<GHEventInfo>listEvents()
-PagedIterable<GHEventInfo>listEvents()
abstract PagedIterable<GHEventInfo>listEvents()
+PagedIterable<GHEventInfo>listEvents()
PagedIterable<GHEventInfo>listEvents()
+| Package | +Description | +
|---|---|
| org.kohsuke.github | ++ |
| Modifier and Type | +Field and Description | +
|---|---|
protected List<GHIssue.Label> |
+GHIssue.labels |
+
| Modifier and Type | -Field and Description | -
|---|---|
protected List<GHLabel> |
-GHIssue.labels |
-
GHRepository |
-GHCommitComment.getOwner() |
+GHRelease.getOwner() |
GHRepository |
-GHAsset.getOwner() |
+GHMilestone.getOwner() |
GHRepository |
+GHContent.getOwner() |
+|
GHRepository |
GHBranch.getOwner()
Repository that this branch is in.
|
|
GHRepository |
+GHAsset.getOwner() |
+|
GHRepository |
+GHCommitComment.getOwner() |
+|
GHRepository |
GHCommit.getOwner()
The repository that contains the commit.
|
|
GHRepository |
-GHRelease.getOwner() |
-|
GHRepository |
-GHContent.getOwner() |
-|
GHRepository |
-GHMilestone.getOwner() |
-|
GHRepository |
GHTag.getOwner() |
|
GHRepository |
-GHCommitPointer.getRepository()
-The repository that contains the commit.
+ | GHIssue.getRepository()
+Repository to which the issue belongs.
|
GHRepository |
-GHIssue.getRepository()
-Repository to which the issue belongs.
- |
-|
GHRepository |
GHSubscription.getRepository() |
|
GHRepository |
-GHPerson.getRepository(String name) |
-|
GHRepository |
+GHCommitPointer.getRepository()
+The repository that contains the commit.
+ |
+|
GHRepository |
GitHub.getRepository(String name)
Gets the repository object from 'user/reponame' string that GitHub calls as "repository name"
|
|
GHRepository |
+GHPerson.getRepository(String name) |
+
GHDeployKey |
-GHDeployKey.wrap(GHRepository repo) |
-
GHDeploymentStatus |
-GHDeploymentStatus.wrap(GHRepository owner) |
-
GHMilestone |
GHMilestone.wrap(GHRepository repo) |
GHCompare |
GHCompare.wrap(GHRepository owner) |
+
GHDeploymentStatus |
+GHDeploymentStatus.wrap(GHRepository owner) |
+
GHDeployKey |
+GHDeployKey.wrap(GHRepository repo) |
+
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/GHUser.html b/apidocs/org/kohsuke/github/class-use/GHUser.html
index c8837c6c7..81d9113d9 100644
--- a/apidocs/org/kohsuke/github/class-use/GHUser.html
+++ b/apidocs/org/kohsuke/github/class-use/GHUser.html
@@ -2,16 +2,16 @@
-
+
- | |
protected GHUser |
-GHDeployment.creator |
+GHDeploymentStatus.creator |
protected GHUser |
-GHDeploymentStatus.creator |
+GHDeployment.creator |
protected GHUser |
@@ -172,7 +172,7 @@
||
GHUser |
-GHDeployment.getCreator() |
+GHMilestone.getCreator() |
GHUser |
@@ -180,7 +180,7 @@
||
GHUser |
-GHMilestone.getCreator() |
+GHDeployment.getCreator() |
GHUser |
@@ -198,14 +198,14 @@
||
GHUser |
-GHCommitComment.getUser()
-Gets the user who put this comment.
+ | GHIssue.getUser()
+User who submitted the issue.
|
GHUser |
-GHIssueComment.getUser()
-Gets the user who posted this comment.
+ | GHCommitComment.getUser()
+Gets the user who put this comment.
|
GHUser |
-GHIssue.getUser()
-User who submitted the issue.
+ | GHIssueComment.getUser()
+Gets the user who posted this comment.
|
Set<GHUser> |
+GHTeam.getMembers() |
+|
List<GHUser> |
GHOrganization.getMembers()
Deprecated.
@@ -268,10 +272,6 @@
|
|
Set<GHUser> |
-GHTeam.getMembers() |
-|
PagedIterable<GHUser> |
GHRepository.listCollaborators()
@@ -280,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.
|
boolean |
-GHOrganization.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.
|
boolean |
-GHTeam.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.
|
void |
-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.
+ | GHTeam.remove(GHUser u)
+Removes a member to the team.
|
void |
-GHTeam.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.
|
GitHub |
-GHAsset.getRoot() |
+GHRelease.getRoot() |
GitHub |
+GHMilestone.getRoot() |
+|
GitHub |
GHBranch.getRoot() |
|
GitHub |
+GHAsset.getRoot() |
+|
GitHub |
GHAuthorization.getRoot() |
|
GitHub |
-GHRelease.getRoot() |
-|
GitHub |
-GHMilestone.getRoot() |
-|
GitHub |
GHTag.getRoot() |
|
GitUser |
-GHCommit.ShortInfo.getAuthor() |
+GHPullRequestCommitDetail.Commit.getAuthor() |
GitUser |
@@ -139,24 +139,24 @@
||
GitUser |
-GHPullRequestCommitDetail.Commit.getAuthor() |
+GHCompare.InnerCommit.getAuthor() |
GitUser |
-GHCompare.InnerCommit.getAuthor() |
+GHCommit.ShortInfo.getAuthor() |
+
GitUser |
+GHPullRequestCommitDetail.Commit.getCommitter() |
+|
GitUser |
+GHCompare.InnerCommit.getCommitter() |
|
GitUser |
GHCommit.ShortInfo.getCommitter() |
|
GitUser |
-GHPullRequestCommitDetail.Commit.getCommitter() |
-|
GitUser |
-GHCompare.InnerCommit.getCommitter() |
-
PagedIterable<GHCommitComment>listComments()
-PagedIterable<GHIssueComment>listComments()
PagedIterable<GHCommitComment>listComments()
+PagedIterable<GHCommitComment>listCommitComments()
@@ -154,17 +154,17 @@
PagedIterable<GHCommit>listCommits()
-PagedIterable<GHPullRequestCommitDetail>listCommits()
PagedIterable<GHCommit>listCommits()
+PagedIterable<GHCommitStatus>listCommitStatuses(String sha1)
@@ -189,29 +189,29 @@
abstract PagedIterable<GHEventInfo>listEvents()
-PagedIterable<GHEventInfo>listEvents()
-PagedIterable<GHEventInfo>listEvents()
abstract PagedIterable<GHEventInfo>listEvents()
+PagedIterable<GHEventInfo>listEvents()
PagedIterable<GHEventInfo>listEvents()
+PagedIterable<GHGist>listForks() PagedIterable<GHUser>listMembers()
-listMembers()
+PagedIterable<GHUser>listMembers()
-listMembers()
+GHLabelGHUser and GHOrganization.GHPerson with helper lookup methods.GHPullRequest.GHReleaseGHRepositoryIterable that returns PagedIteratorPagedIterable enhanced to report search result specific information.| 2.3 |
-
\- 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 |
-
\- commons-lang:commons-lang:jar:2.6:compile |
| 1.0.3 |
-
\- 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.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.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) |
| 4.11 |
-
\- junit:junit:jar:4.11:test |
| 4.5 |
-
\- 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) |
<dependency> <groupId>org.kohsuke</groupId> <artifactId>github-api</artifactId> - <version>1.63-SNAPSHOT</version> + <version>1.63</version> </dependency>
'org.kohsuke:github-api:jar:1.63'
<dependency org="org.kohsuke" name="github-api" rev="1.63-SNAPSHOT"> +<dependency org="org.kohsuke" name="github-api" rev="1.63"> <artifact name="github-api" type="jar" /> </dependency>
@Grapes( -@Grab(group='org.kohsuke', module='github-api', version='1.63-SNAPSHOT') +@Grab(group='org.kohsuke', module='github-api', version='1.63') )
compile 'org.kohsuke:github-api:1.63'+
[org.kohsuke/github-api "1.63"]+
libraryDependencies += "org.kohsuke" % "github-api" % "1.63"
The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):
$ git clone git@github.com/kohsuke/github-api.git
$ git clone --branch github-api-1.63 git@github.com/kohsuke/github-api.git
Only project developers can access the Git tree via this method (See http://git-scm.com/docs/git-clone).
$ git clone ssh://git@github.com/kohsuke/github-api.git
$ git clone --branch github-api-1.63 ssh://git@github.com/kohsuke/github-api.git
Refer to the documentation of the SCM used for more information about access behind a firewall.