Files
github-api/apidocs/org/kohsuke/github/package-summary.html
2019-11-04 13:25:28 -08:00

1196 lines
55 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_211) on Mon Nov 04 13:11:26 PST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.kohsuke.github (GitHub API for Java 1.100-SNAPSHOT API)</title>
<meta name="date" content="2019-11-04">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.kohsuke.github (GitHub API for Java 1.100-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev&nbsp;Package</li>
<li><a href="../../../org/kohsuke/github/extras/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/kohsuke/github/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.kohsuke.github</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/HttpConnector.html" title="interface in org.kohsuke.github">HttpConnector</a></td>
<td class="colLast">
<div class="block">Pluggability for customizing HTTP request behaviors or using altogether different library.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/Reactable.html" title="interface in org.kohsuke.github">Reactable</a></td>
<td class="colLast">Deprecated</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/Refreshable.html" title="interface in org.kohsuke.github">Refreshable</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/TrafficInfo.html" title="interface in org.kohsuke.github">TrafficInfo</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/AbuseLimitHandler.html" title="class in org.kohsuke.github">AbuseLimitHandler</a></td>
<td class="colLast">
<div class="block">Pluggable strategy to determine what to do when the API abuse limit is hit.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHApp.html" title="class in org.kohsuke.github">GHApp</a></td>
<td class="colLast">
<div class="block">A Github App.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHAppCreateTokenBuilder.html" title="class in org.kohsuke.github">GHAppCreateTokenBuilder</a></td>
<td class="colLast">
<div class="block">Creates a access token for a GitHub App Installation</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHAppInstallation.html" title="class in org.kohsuke.github">GHAppInstallation</a></td>
<td class="colLast">
<div class="block">A Github App Installation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHAppInstallationToken.html" title="class in org.kohsuke.github">GHAppInstallationToken</a></td>
<td class="colLast">
<div class="block">A Github App Installation Token.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHAsset.html" title="class in org.kohsuke.github">GHAsset</a></td>
<td class="colLast">
<div class="block">Asset in a release.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></td>
<td class="colLast">
<div class="block">Generated OAuth token</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHBlob.html" title="class in org.kohsuke.github">GHBlob</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHBlobBuilder.html" title="class in org.kohsuke.github">GHBlobBuilder</a></td>
<td class="colLast">
<div class="block">Builder pattern for creating a new blob.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHBranch.html" title="class in org.kohsuke.github">GHBranch</a></td>
<td class="colLast">
<div class="block">A branch in a repository.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHBranch.Commit.html" title="class in org.kohsuke.github">GHBranch.Commit</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHBranchProtection.html" title="class in org.kohsuke.github">GHBranchProtection</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHBranchProtection.EnforceAdmins.html" title="class in org.kohsuke.github">GHBranchProtection.EnforceAdmins</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHBranchProtection.RequiredReviews.html" title="class in org.kohsuke.github">GHBranchProtection.RequiredReviews</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHBranchProtection.RequiredStatusChecks.html" title="class in org.kohsuke.github">GHBranchProtection.RequiredStatusChecks</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHBranchProtection.Restrictions.html" title="class in org.kohsuke.github">GHBranchProtection.Restrictions</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHBranchProtectionBuilder.html" title="class in org.kohsuke.github">GHBranchProtectionBuilder</a></td>
<td class="colLast">
<div class="block">Builder to configure the branch protection settings.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a></td>
<td class="colLast">
<div class="block">A commit in a repository.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHCommit.File.html" title="class in org.kohsuke.github">GHCommit.File</a></td>
<td class="colLast">
<div class="block">A file that was modified.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHCommit.GHAuthor.html" title="class in org.kohsuke.github">GHCommit.GHAuthor</a></td>
<td class="colLast">Deprecated
<div class="block"><span class="deprecationComment">Use <a href="../../../org/kohsuke/github/GitUser.html" title="class in org.kohsuke.github"><code>GitUser</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHCommit.Parent.html" title="class in org.kohsuke.github">GHCommit.Parent</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHCommit.ShortInfo.html" title="class in org.kohsuke.github">GHCommit.ShortInfo</a></td>
<td class="colLast">
<div class="block">Short summary of this commit.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHCommit.Stats.html" title="class in org.kohsuke.github">GHCommit.Stats</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHCommitBuilder.html" title="class in org.kohsuke.github">GHCommitBuilder</a></td>
<td class="colLast">
<div class="block">Builder pattern for creating a new commit.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHCommitComment.html" title="class in org.kohsuke.github">GHCommitComment</a></td>
<td class="colLast">
<div class="block">A comment attached to a commit (or a specific line in a specific file of a commit.)</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHCommitPointer.html" title="class in org.kohsuke.github">GHCommitPointer</a></td>
<td class="colLast">
<div class="block">Identifies a commit in <a href="../../../org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github"><code>GHPullRequest</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHCommitQueryBuilder.html" title="class in org.kohsuke.github">GHCommitQueryBuilder</a></td>
<td class="colLast">
<div class="block">Builds up query for listing commits.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHCommitSearchBuilder.html" title="class in org.kohsuke.github">GHCommitSearchBuilder</a></td>
<td class="colLast">Deprecated</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHCommitStatus.html" title="class in org.kohsuke.github">GHCommitStatus</a></td>
<td class="colLast">
<div class="block">Represents a status of a commit.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHCompare.html" title="class in org.kohsuke.github">GHCompare</a></td>
<td class="colLast">
<div class="block">The model user for comparing 2 commits in the GitHub API.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHCompare.Commit.html" title="class in org.kohsuke.github">GHCompare.Commit</a></td>
<td class="colLast">
<div class="block">Compare commits had a child commit element with additional details we want to capture.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHCompare.InnerCommit.html" title="class in org.kohsuke.github">GHCompare.InnerCommit</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHCompare.Tree.html" title="class in org.kohsuke.github">GHCompare.Tree</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHCompare.User.html" title="class in org.kohsuke.github">GHCompare.User</a></td>
<td class="colLast">Deprecated
<div class="block"><span class="deprecationComment">use <a href="../../../org/kohsuke/github/GitUser.html" title="class in org.kohsuke.github"><code>GitUser</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></td>
<td class="colLast">
<div class="block">A Content of a repository.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHContentBuilder.html" title="class in org.kohsuke.github">GHContentBuilder</a></td>
<td class="colLast">
<div class="block">Used to create/update content.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHContentSearchBuilder.html" title="class in org.kohsuke.github">GHContentSearchBuilder</a></td>
<td class="colLast">
<div class="block">Search code for <a href="../../../org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github"><code>GHContent</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHContentUpdateResponse.html" title="class in org.kohsuke.github">GHContentUpdateResponse</a></td>
<td class="colLast">
<div class="block">The response that is returned when updating
repository content.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHCreateRepositoryBuilder.html" title="class in org.kohsuke.github">GHCreateRepositoryBuilder</a></td>
<td class="colLast">
<div class="block">Creates a repository</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHDeployKey.html" title="class in org.kohsuke.github">GHDeployKey</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHDeployment.html" title="class in org.kohsuke.github">GHDeployment</a></td>
<td class="colLast">
<div class="block">Represents a deployment</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHDeploymentBuilder.html" title="class in org.kohsuke.github">GHDeploymentBuilder</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHDeploymentStatus.html" title="class in org.kohsuke.github">GHDeploymentStatus</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHDeploymentStatusBuilder.html" title="class in org.kohsuke.github">GHDeploymentStatusBuilder</a></td>
<td class="colLast">
<div class="block">Creates a new deployment status.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEmail.html" title="class in org.kohsuke.github">GHEmail</a></td>
<td class="colLast">
<div class="block">Represents an email of GitHub.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a></td>
<td class="colLast">
<div class="block">Represents an event.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventInfo.GHEventRepository.html" title="class in org.kohsuke.github">GHEventInfo.GHEventRepository</a></td>
<td class="colLast">
<div class="block">Inside the event JSON model, GitHub uses a slightly different format.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventPayload.html" title="class in org.kohsuke.github">GHEventPayload</a></td>
<td class="colLast">
<div class="block">Base type for types used in databinding of the event payload.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventPayload.CommitComment.html" title="class in org.kohsuke.github">GHEventPayload.CommitComment</a></td>
<td class="colLast">
<div class="block">A comment was added to a commit</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventPayload.Create.html" title="class in org.kohsuke.github">GHEventPayload.Create</a></td>
<td class="colLast">
<div class="block">A repository, branch, or tag was created</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventPayload.Delete.html" title="class in org.kohsuke.github">GHEventPayload.Delete</a></td>
<td class="colLast">
<div class="block">A branch, or tag was deleted</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventPayload.Deployment.html" title="class in org.kohsuke.github">GHEventPayload.Deployment</a></td>
<td class="colLast">
<div class="block">A deployment</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventPayload.DeploymentStatus.html" title="class in org.kohsuke.github">GHEventPayload.DeploymentStatus</a></td>
<td class="colLast">
<div class="block">A deployment</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventPayload.Fork.html" title="class in org.kohsuke.github">GHEventPayload.Fork</a></td>
<td class="colLast">
<div class="block">A user forked a repository</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventPayload.Issue.html" title="class in org.kohsuke.github">GHEventPayload.Issue</a></td>
<td class="colLast">
<div class="block">A Issue has been assigned, unassigned, labeled, unlabeled, opened, edited, milestoned, demilestoned, closed, or reopened.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventPayload.IssueComment.html" title="class in org.kohsuke.github">GHEventPayload.IssueComment</a></td>
<td class="colLast">
<div class="block">A comment was added to an issue</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventPayload.Ping.html" title="class in org.kohsuke.github">GHEventPayload.Ping</a></td>
<td class="colLast">
<div class="block">A ping.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventPayload.Public.html" title="class in org.kohsuke.github">GHEventPayload.Public</a></td>
<td class="colLast">
<div class="block">A repository was made public.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventPayload.PullRequest.html" title="class in org.kohsuke.github">GHEventPayload.PullRequest</a></td>
<td class="colLast">
<div class="block">A pull request status has changed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventPayload.PullRequestReview.html" title="class in org.kohsuke.github">GHEventPayload.PullRequestReview</a></td>
<td class="colLast">
<div class="block">A review was added to a pull request</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventPayload.PullRequestReviewComment.html" title="class in org.kohsuke.github">GHEventPayload.PullRequestReviewComment</a></td>
<td class="colLast">
<div class="block">A review comment was added to a pull request</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventPayload.Push.html" title="class in org.kohsuke.github">GHEventPayload.Push</a></td>
<td class="colLast">
<div class="block">A commit was pushed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventPayload.Push.PushCommit.html" title="class in org.kohsuke.github">GHEventPayload.Push.PushCommit</a></td>
<td class="colLast">
<div class="block">Commit in a push</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventPayload.Push.Pusher.html" title="class in org.kohsuke.github">GHEventPayload.Push.Pusher</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventPayload.Release.html" title="class in org.kohsuke.github">GHEventPayload.Release</a></td>
<td class="colLast">
<div class="block">A release was added to the repo</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEventPayload.Repository.html" title="class in org.kohsuke.github">GHEventPayload.Repository</a></td>
<td class="colLast">
<div class="block">A repository was created, deleted, made public, or made private.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github">GHGist</a></td>
<td class="colLast">
<div class="block">Gist</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHGistBuilder.html" title="class in org.kohsuke.github">GHGistBuilder</a></td>
<td class="colLast">
<div class="block">Builder pattern for creating a new Gist.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHGistFile.html" title="class in org.kohsuke.github">GHGistFile</a></td>
<td class="colLast">
<div class="block">A file inside <a href="../../../org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github"><code>GHGist</code></a></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHGistUpdater.html" title="class in org.kohsuke.github">GHGistUpdater</a></td>
<td class="colLast">
<div class="block">Builder pattern for updating a Gist.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHHook.html" title="class in org.kohsuke.github">GHHook</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHInvitation.html" title="class in org.kohsuke.github">GHInvitation</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></td>
<td class="colLast">
<div class="block">Represents an issue on GitHub.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHIssue.Label.html" title="class in org.kohsuke.github">GHIssue.Label</a></td>
<td class="colLast">Deprecated
<div class="block"><span class="deprecationComment">use <a href="../../../org/kohsuke/github/GHLabel.html" title="class in org.kohsuke.github"><code>GHLabel</code></a></span></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHIssue.PullRequest.html" title="class in org.kohsuke.github">GHIssue.PullRequest</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHIssueBuilder.html" title="class in org.kohsuke.github">GHIssueBuilder</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHIssueComment.html" title="class in org.kohsuke.github">GHIssueComment</a></td>
<td class="colLast">
<div class="block">Comment to the issue</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHIssueEvent.html" title="class in org.kohsuke.github">GHIssueEvent</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHIssueSearchBuilder.html" title="class in org.kohsuke.github">GHIssueSearchBuilder</a></td>
<td class="colLast">
<div class="block">Search issues.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHKey.html" title="class in org.kohsuke.github">GHKey</a></td>
<td class="colLast">
<div class="block">SSH public key.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHLabel.html" title="class in org.kohsuke.github">GHLabel</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHLicense.html" title="class in org.kohsuke.github">GHLicense</a></td>
<td class="colLast">
<div class="block">The GitHub Preview API's license information</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHMembership.html" title="class in org.kohsuke.github">GHMembership</a></td>
<td class="colLast">
<div class="block">Represents a membership of a user in an organization.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHMilestone.html" title="class in org.kohsuke.github">GHMilestone</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHMyself.html" title="class in org.kohsuke.github">GHMyself</a></td>
<td class="colLast">
<div class="block">Represents the account that's logging into GitHub.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHNotificationStream.html" title="class in org.kohsuke.github">GHNotificationStream</a></td>
<td class="colLast">
<div class="block">Listens to GitHub notification stream.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHObject.html" title="class in org.kohsuke.github">GHObject</a></td>
<td class="colLast">
<div class="block">Most (all?) domain objects in GitHub seems to have these 4 properties.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></td>
<td class="colLast">
<div class="block">Common part of <a href="../../../org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github"><code>GHUser</code></a> and <a href="../../../org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github"><code>GHOrganization</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHPersonSet.html" title="class in org.kohsuke.github">GHPersonSet</a>&lt;T extends <a href="../../../org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a>&gt;</td>
<td class="colLast">
<div class="block">Set of <a href="../../../org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github"><code>GHPerson</code></a> with helper lookup methods.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHProject.html" title="class in org.kohsuke.github">GHProject</a></td>
<td class="colLast">
<div class="block">A GitHub project.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHProjectCard.html" title="class in org.kohsuke.github">GHProjectCard</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHProjectColumn.html" title="class in org.kohsuke.github">GHProjectColumn</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a></td>
<td class="colLast">
<div class="block">A pull request.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHPullRequestCommitDetail.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail</a></td>
<td class="colLast">
<div class="block">Commit detail inside a <a href="../../../org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github"><code>GHPullRequest</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHPullRequestCommitDetail.Authorship.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail.Authorship</a></td>
<td class="colLast">Deprecated
<div class="block"><span class="deprecationComment">Use <a href="../../../org/kohsuke/github/GitUser.html" title="class in org.kohsuke.github"><code>GitUser</code></a></span></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHPullRequestCommitDetail.Commit.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail.Commit</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHPullRequestCommitDetail.CommitPointer.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail.CommitPointer</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHPullRequestCommitDetail.Tree.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail.Tree</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHPullRequestFileDetail.html" title="class in org.kohsuke.github">GHPullRequestFileDetail</a></td>
<td class="colLast">
<div class="block">File detail inside a <a href="../../../org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github"><code>GHPullRequest</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHPullRequestQueryBuilder.html" title="class in org.kohsuke.github">GHPullRequestQueryBuilder</a></td>
<td class="colLast">
<div class="block">Lists up pull requests with some filtering and sorting.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHPullRequestReview.html" title="class in org.kohsuke.github">GHPullRequestReview</a></td>
<td class="colLast">
<div class="block">Review to a pull request.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHPullRequestReviewBuilder.html" title="class in org.kohsuke.github">GHPullRequestReviewBuilder</a></td>
<td class="colLast">
<div class="block">Builds up a creation of new <a href="../../../org/kohsuke/github/GHPullRequestReview.html" title="class in org.kohsuke.github"><code>GHPullRequestReview</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHPullRequestReviewComment.html" title="class in org.kohsuke.github">GHPullRequestReviewComment</a></td>
<td class="colLast">
<div class="block">Review comment to the pull request</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHQueryBuilder.html" title="class in org.kohsuke.github">GHQueryBuilder</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Used to specify filters, sort order, etc for listing items in a collection.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHRateLimit.html" title="class in org.kohsuke.github">GHRateLimit</a></td>
<td class="colLast">
<div class="block">Rate limit.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHReaction.html" title="class in org.kohsuke.github">GHReaction</a></td>
<td class="colLast">Deprecated</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHRef.html" title="class in org.kohsuke.github">GHRef</a></td>
<td class="colLast">
<div class="block">Provides information on a Git ref from GitHub.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHRef.GHObject.html" title="class in org.kohsuke.github">GHRef.GHObject</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHRelease.html" title="class in org.kohsuke.github">GHRelease</a></td>
<td class="colLast">
<div class="block">Release in a github repository.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHReleaseBuilder.html" title="class in org.kohsuke.github">GHReleaseBuilder</a></td>
<td class="colLast">
<div class="block">Builder pattern for creating a <a href="../../../org/kohsuke/github/GHRelease.html" title="class in org.kohsuke.github"><code>GHRelease</code></a></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHReleaseUpdater.html" title="class in org.kohsuke.github">GHReleaseUpdater</a></td>
<td class="colLast">
<div class="block">Modifies <a href="../../../org/kohsuke/github/GHRelease.html" title="class in org.kohsuke.github"><code>GHRelease</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></td>
<td class="colLast">
<div class="block">A repository on GitHub.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHRepository.Contributor.html" title="class in org.kohsuke.github">GHRepository.Contributor</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHRepositoryCloneTraffic.html" title="class in org.kohsuke.github">GHRepositoryCloneTraffic</a></td>
<td class="colLast">
<div class="block">Repository clone statistics.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHRepositoryCloneTraffic.DailyInfo.html" title="class in org.kohsuke.github">GHRepositoryCloneTraffic.DailyInfo</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHRepositorySearchBuilder.html" title="class in org.kohsuke.github">GHRepositorySearchBuilder</a></td>
<td class="colLast">
<div class="block">Search repositories.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHRepositoryStatistics.html" title="class in org.kohsuke.github">GHRepositoryStatistics</a></td>
<td class="colLast">
<div class="block">Statistics for a GitHub repository.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHRepositoryStatistics.CodeFrequency.html" title="class in org.kohsuke.github">GHRepositoryStatistics.CodeFrequency</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHRepositoryStatistics.CommitActivity.html" title="class in org.kohsuke.github">GHRepositoryStatistics.CommitActivity</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHRepositoryStatistics.ContributorStats.html" title="class in org.kohsuke.github">GHRepositoryStatistics.ContributorStats</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHRepositoryStatistics.ContributorStats.Week.html" title="class in org.kohsuke.github">GHRepositoryStatistics.ContributorStats.Week</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHRepositoryStatistics.Participation.html" title="class in org.kohsuke.github">GHRepositoryStatistics.Participation</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHRepositoryStatistics.PunchCardItem.html" title="class in org.kohsuke.github">GHRepositoryStatistics.PunchCardItem</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHRepositoryTraffic.html" title="class in org.kohsuke.github">GHRepositoryTraffic</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHRepositoryTraffic.DailyInfo.html" title="class in org.kohsuke.github">GHRepositoryTraffic.DailyInfo</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHRepositoryViewTraffic.html" title="class in org.kohsuke.github">GHRepositoryViewTraffic</a></td>
<td class="colLast">
<div class="block">Repository view statistics.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHRepositoryViewTraffic.DailyInfo.html" title="class in org.kohsuke.github">GHRepositoryViewTraffic.DailyInfo</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHSearchBuilder.html" title="class in org.kohsuke.github">GHSearchBuilder</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Base class for various search builders.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHStargazer.html" title="class in org.kohsuke.github">GHStargazer</a></td>
<td class="colLast">
<div class="block">A stargazer at a repository on GitHub.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHSubscription.html" title="class in org.kohsuke.github">GHSubscription</a></td>
<td class="colLast">
<div class="block">Represents your subscribing to a repository / conversation thread..</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHTag.html" title="class in org.kohsuke.github">GHTag</a></td>
<td class="colLast">
<div class="block">Represents a tag in <a href="../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github"><code>GHRepository</code></a></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHTagObject.html" title="class in org.kohsuke.github">GHTagObject</a></td>
<td class="colLast">
<div class="block">Represents an annotated tag in a <a href="../../../org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github"><code>GHRepository</code></a></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a></td>
<td class="colLast">
<div class="block">A team in GitHub organization.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHThread.html" title="class in org.kohsuke.github">GHThread</a></td>
<td class="colLast">
<div class="block">A conversation in the notification API.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHTree.html" title="class in org.kohsuke.github">GHTree</a></td>
<td class="colLast">
<div class="block">Provides information for Git Trees
https://developer.github.com/v3/git/trees/</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHTreeBuilder.html" title="class in org.kohsuke.github">GHTreeBuilder</a></td>
<td class="colLast">
<div class="block">Builder pattern for creating a new tree.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHTreeEntry.html" title="class in org.kohsuke.github">GHTreeEntry</a></td>
<td class="colLast">
<div class="block">Provides information for Git Trees
https://developer.github.com/v3/git/trees/</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a></td>
<td class="colLast">
<div class="block">Represents an user of GitHub.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHUserSearchBuilder.html" title="class in org.kohsuke.github">GHUserSearchBuilder</a></td>
<td class="colLast">
<div class="block">Search users.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHVerifiedKey.html" title="class in org.kohsuke.github">GHVerifiedKey</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></td>
<td class="colLast">
<div class="block">Root of the GitHub API.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GitHubBuilder.html" title="class in org.kohsuke.github">GitHubBuilder</a></td>
<td class="colLast">
<div class="block">Configures connection details and produces <a href="../../../org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github"><code>GitHub</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GitUser.html" title="class in org.kohsuke.github">GitUser</a></td>
<td class="colLast">
<div class="block">Represents a user in Git who authors/commits a commit.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang"><code>Iterable</code></a> that returns <a href="../../../org/kohsuke/github/PagedIterator.html" title="class in org.kohsuke.github"><code>PagedIterator</code></a></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/PagedIterator.html" title="class in org.kohsuke.github">PagedIterator</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Iterator over a paginated data source.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/PagedSearchIterable.html" title="class in org.kohsuke.github">PagedSearchIterable</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block"><a href="../../../org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github"><code>PagedIterable</code></a> enhanced to report search result specific information.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/RateLimitHandler.html" title="class in org.kohsuke.github">RateLimitHandler</a></td>
<td class="colLast">
<div class="block">Pluggable strategy to determine what to do when the API rate limit is reached.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation">
<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/EnforcementLevel.html" title="enum in org.kohsuke.github">EnforcementLevel</a></td>
<td class="colLast">Deprecated</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHCommentAuthorAssociation.html" title="enum in org.kohsuke.github">GHCommentAuthorAssociation</a></td>
<td class="colLast">
<div class="block">How is an user associated with a repository?</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHCommitSearchBuilder.Sort.html" title="enum in org.kohsuke.github">GHCommitSearchBuilder.Sort</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHCommitState.html" title="enum in org.kohsuke.github">GHCommitState</a></td>
<td class="colLast">
<div class="block">Represents the state of commit</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHCompare.Status.html" title="enum in org.kohsuke.github">GHCompare.Status</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHDeploymentState.html" title="enum in org.kohsuke.github">GHDeploymentState</a></td>
<td class="colLast">
<div class="block">Represents the state of deployment</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHDirection.html" title="enum in org.kohsuke.github">GHDirection</a></td>
<td class="colLast">
<div class="block">Sort direction</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHEvent.html" title="enum in org.kohsuke.github">GHEvent</a></td>
<td class="colLast">
<div class="block">Hook event type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHIssueSearchBuilder.Sort.html" title="enum in org.kohsuke.github">GHIssueSearchBuilder.Sort</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHIssueState.html" title="enum in org.kohsuke.github">GHIssueState</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHMembership.Role.html" title="enum in org.kohsuke.github">GHMembership.Role</a></td>
<td class="colLast">
<div class="block">Role of a user in an organization.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHMembership.State.html" title="enum in org.kohsuke.github">GHMembership.State</a></td>
<td class="colLast">
<div class="block">Whether a role is currently active or waiting for acceptance (pending)</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHMilestoneState.html" title="enum in org.kohsuke.github">GHMilestoneState</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHMyself.RepositoryListFilter.html" title="enum in org.kohsuke.github">GHMyself.RepositoryListFilter</a></td>
<td class="colLast">
<div class="block">Type of repositories returned during listing.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHOrganization.Permission.html" title="enum in org.kohsuke.github">GHOrganization.Permission</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHOrganization.Role.html" title="enum in org.kohsuke.github">GHOrganization.Role</a></td>
<td class="colLast">
<div class="block">Member's role in an organization</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHPermissionType.html" title="enum in org.kohsuke.github">GHPermissionType</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHProject.ProjectState.html" title="enum in org.kohsuke.github">GHProject.ProjectState</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHProject.ProjectStateFilter.html" title="enum in org.kohsuke.github">GHProject.ProjectStateFilter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHPullRequest.MergeMethod.html" title="enum in org.kohsuke.github">GHPullRequest.MergeMethod</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHPullRequestQueryBuilder.Sort.html" title="enum in org.kohsuke.github">GHPullRequestQueryBuilder.Sort</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHPullRequestReviewEvent.html" title="enum in org.kohsuke.github">GHPullRequestReviewEvent</a></td>
<td class="colLast">
<div class="block">Action to perform on <a href="../../../org/kohsuke/github/GHPullRequestReview.html" title="class in org.kohsuke.github"><code>GHPullRequestReview</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHPullRequestReviewState.html" title="enum in org.kohsuke.github">GHPullRequestReviewState</a></td>
<td class="colLast">
<div class="block">Current state of <a href="../../../org/kohsuke/github/GHPullRequestReview.html" title="class in org.kohsuke.github"><code>GHPullRequestReview</code></a></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHRepository.ForkSort.html" title="enum in org.kohsuke.github">GHRepository.ForkSort</a></td>
<td class="colLast">
<div class="block">Sort orders for listing forks</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHRepositorySearchBuilder.Sort.html" title="enum in org.kohsuke.github">GHRepositorySearchBuilder.Sort</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHRepositorySelection.html" title="enum in org.kohsuke.github">GHRepositorySelection</a></td>
<td class="colLast">
<div class="block">App installation repository selection.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHTargetType.html" title="enum in org.kohsuke.github">GHTargetType</a></td>
<td class="colLast">
<div class="block">App installation target type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHTeam.Role.html" title="enum in org.kohsuke.github">GHTeam.Role</a></td>
<td class="colLast">
<div class="block">Member's role in a team</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHUserSearchBuilder.Sort.html" title="enum in org.kohsuke.github">GHUserSearchBuilder.Sort</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/MarkdownMode.html" title="enum in org.kohsuke.github">MarkdownMode</a></td>
<td class="colLast">
<div class="block">Rendering mode of markdown.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/ReactionContent.html" title="enum in org.kohsuke.github">ReactionContent</a></td>
<td class="colLast">
<div class="block">Content of reactions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation">
<caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Exception</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHException.html" title="class in org.kohsuke.github">GHException</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHFileNotFoundException.html" title="class in org.kohsuke.github">GHFileNotFoundException</a></td>
<td class="colLast">
<div class="block">Request/responce contains useful metadata.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/GHIOException.html" title="class in org.kohsuke.github">GHIOException</a></td>
<td class="colLast">
<div class="block">Request/responce contains useful metadata.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/HttpException.html" title="class in org.kohsuke.github">HttpException</a></td>
<td class="colLast">
<div class="block"><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a> for http exceptions because <a href="https://docs.oracle.com/javase/8/docs/api/java/net/HttpURLConnection.html?is-external=true" title="class or interface in java.net"><code>HttpURLConnection</code></a> throws un-discerned
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a> and it can help to know the http response code to decide how to handle an
http exceptions.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Annotation Types Summary table, listing annotation types, and an explanation">
<caption><span>Annotation Types Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Annotation Type</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kohsuke/github/Preview.html" title="annotation in org.kohsuke.github">Preview</a></td>
<td class="colLast">
<div class="block">Indicates that the method/class/etc marked maps to GitHub API in the preview period.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev&nbsp;Package</li>
<li><a href="../../../org/kohsuke/github/extras/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/kohsuke/github/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2019. All rights reserved.</small></p>
</body>
</html>