Files
github-api/apidocs/deprecated-list.html
2021-03-25 18:58:40 -07:00

1178 lines
65 KiB
HTML

<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.10) on Thu Mar 25 18:55:49 PDT 2021 -->
<title>Deprecated List (GitHub API for Java 1.125 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2021-03-25">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-3.5.1.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (GitHub API for Java 1.125 API)";
}
}
catch(err) {
}
//-->
var pathtoroot = "./";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</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" id="allclasses_navbar_top">
<li><a href="allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h1 title="Deprecated API" class="title">Deprecated API</h1>
<h2 title="Contents">Contents</h2>
<ul>
<li><a href="#interface">Interfaces</a></li>
<li><a href="#class">Classes</a></li>
<li><a href="#enum">Enums</a></li>
<li><a href="#field">Fields</a></li>
<li><a href="#method">Methods</a></li>
<li><a href="#constructor">Constructors</a></li>
<li><a href="#enum.constant">Enum Constants</a></li>
</ul>
</div>
<div class="contentContainer"><a id="interface">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary">
<caption><span>Interfaces</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">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/Reactable.html" title="interface in org.kohsuke.github">org.kohsuke.github.Reactable</a></th>
<td class="colLast"></td>
</tr>
</tbody>
</table>
</li>
</ul>
<a id="class">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary">
<caption><span>Classes</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">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/extras/OkHttp3Connector.html" title="class in org.kohsuke.github.extras">org.kohsuke.github.extras.OkHttp3Connector</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/extras/OkHttpConnector.html" title="class in org.kohsuke.github.extras">org.kohsuke.github.extras.OkHttpConnector</a></th>
<td class="colLast">
<div class="deprecationComment">This class depends on an unsupported version of OkHttp. Switch to
<a href="org/kohsuke/github/extras/okhttp3/OkHttpConnector.html" title="class in org.kohsuke.github.extras.okhttp3"><code>OkHttpConnector</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHCheckRunBuilder.html" title="class in org.kohsuke.github">org.kohsuke.github.GHCheckRunBuilder</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHCommit.GHAuthor.html" title="class in org.kohsuke.github">org.kohsuke.github.GHCommit.GHAuthor</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/GitUser.html" title="class in org.kohsuke.github"><code>GitUser</code></a> instead.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHCommitSearchBuilder.html" title="class in org.kohsuke.github">org.kohsuke.github.GHCommitSearchBuilder</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHCompare.User.html" title="class in org.kohsuke.github">org.kohsuke.github.GHCompare.User</a></th>
<td class="colLast">
<div class="deprecationComment">use <a href="org/kohsuke/github/GitUser.html" title="class in org.kohsuke.github"><code>GitUser</code></a> instead.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHLabel.Creator.html" title="class in org.kohsuke.github">org.kohsuke.github.GHLabel.Creator</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHLabel.Setter.html" title="class in org.kohsuke.github">org.kohsuke.github.GHLabel.Setter</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHLabel.Updater.html" title="class in org.kohsuke.github">org.kohsuke.github.GHLabel.Updater</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHPullRequestCommitDetail.Authorship.html" title="class in org.kohsuke.github">org.kohsuke.github.GHPullRequestCommitDetail.Authorship</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/GitUser.html" title="class in org.kohsuke.github"><code>GitUser</code></a></div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHReaction.html" title="class in org.kohsuke.github">org.kohsuke.github.GHReaction</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHRepository.Setter.html" title="class in org.kohsuke.github">org.kohsuke.github.GHRepository.Setter</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHRepository.Updater.html" title="class in org.kohsuke.github">org.kohsuke.github.GHRepository.Updater</a></th>
<td class="colLast"></td>
</tr>
</tbody>
</table>
</li>
</ul>
<a id="enum">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary">
<caption><span>Enums</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">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/EnforcementLevel.html" title="enum in org.kohsuke.github">org.kohsuke.github.EnforcementLevel</a></th>
<td class="colLast"></td>
</tr>
</tbody>
</table>
</li>
</ul>
<a id="field">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHRateLimit.html#limit">org.kohsuke.github.GHRateLimit.limit</a></th>
<td class="colLast">
<div class="deprecationComment">This field should never have been made public. Use <a href="org/kohsuke/github/GHRateLimit.html#getLimit()"><code>GHRateLimit.getLimit()</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHRateLimit.html#remaining">org.kohsuke.github.GHRateLimit.remaining</a></th>
<td class="colLast">
<div class="deprecationComment">This field should never have been made public. Use <a href="org/kohsuke/github/GHRateLimit.html#getRemaining()"><code>GHRateLimit.getRemaining()</code></a></div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHRateLimit.html#reset">org.kohsuke.github.GHRateLimit.reset</a></th>
<td class="colLast">
<div class="deprecationComment">This field should never have been made public. Use <a href="org/kohsuke/github/GHRateLimit.html#getResetDate()"><code>GHRateLimit.getResetDate()</code></a></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a id="method">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/authorization/ImmutableAuthorizationProvider.html#fromLoginAndPassword(java.lang.String,java.lang.String)">org.kohsuke.github.authorization.ImmutableAuthorizationProvider.fromLoginAndPassword&#8203;(String, String)</a></th>
<td class="colLast">
<div class="deprecationComment">Login with password credentials are no longer supported by GitHub</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHApp.html#getInstallationById(long)">org.kohsuke.github.GHApp.getInstallationById&#8203;(long)</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHApp.html#getInstallationByOrganization(java.lang.String)">org.kohsuke.github.GHApp.getInstallationByOrganization&#8203;(String)</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHApp.html#getInstallationByRepository(java.lang.String,java.lang.String)">org.kohsuke.github.GHApp.getInstallationByRepository&#8203;(String, String)</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHApp.html#getInstallationByUser(java.lang.String)">org.kohsuke.github.GHApp.getInstallationByUser&#8203;(String)</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHApp.html#listInstallations()">org.kohsuke.github.GHApp.listInstallations()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHApp.html#setDescription(java.lang.String)">org.kohsuke.github.GHApp.setDescription&#8203;(String)</a></th>
<td class="colLast">
<div class="deprecationComment">Do not use this method. It was added due to incomplete understanding of Jackson binding.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHApp.html#setEvents(java.util.List)">org.kohsuke.github.GHApp.setEvents&#8203;(List&lt;GHEvent&gt;)</a></th>
<td class="colLast">
<div class="deprecationComment">Do not use this method. It was added due to incomplete understanding of Jackson binding.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHApp.html#setExternalUrl(java.lang.String)">org.kohsuke.github.GHApp.setExternalUrl&#8203;(String)</a></th>
<td class="colLast">
<div class="deprecationComment">Do not use this method. It was added due to incomplete understanding of Jackson binding.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHApp.html#setInstallationsCount(long)">org.kohsuke.github.GHApp.setInstallationsCount&#8203;(long)</a></th>
<td class="colLast">
<div class="deprecationComment">Do not use this method. It was added due to incomplete understanding of Jackson binding.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHApp.html#setName(java.lang.String)">org.kohsuke.github.GHApp.setName&#8203;(String)</a></th>
<td class="colLast">
<div class="deprecationComment">Do not use this method. It was added due to incomplete understanding of Jackson binding.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHApp.html#setOwner(org.kohsuke.github.GHUser)">org.kohsuke.github.GHApp.setOwner&#8203;(GHUser)</a></th>
<td class="colLast">
<div class="deprecationComment">Do not use this method. It was added due to incomplete understanding of Jackson binding.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHApp.html#setPermissions(java.util.Map)">org.kohsuke.github.GHApp.setPermissions&#8203;(Map&lt;String, String&gt;)</a></th>
<td class="colLast">
<div class="deprecationComment">Do not use this method. It was added due to incomplete understanding of Jackson binding.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHAppCreateTokenBuilder.html#create()">org.kohsuke.github.GHAppCreateTokenBuilder.create()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHAppCreateTokenBuilder.html#permissions(java.util.Map)">org.kohsuke.github.GHAppCreateTokenBuilder.permissions&#8203;(Map&lt;String, GHPermissionType&gt;)</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHAppCreateTokenBuilder.html#repositoryIds(java.util.List)">org.kohsuke.github.GHAppCreateTokenBuilder.repositoryIds&#8203;(List&lt;Long&gt;)</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHAppInstallation.html#createToken(java.util.Map)">org.kohsuke.github.GHAppInstallation.createToken&#8203;(Map&lt;String, GHPermissionType&gt;)</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/GHAppInstallation.html#createToken()"><code>GHAppInstallation.createToken()</code></a> instead.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHAppInstallation.html#deleteInstallation()">org.kohsuke.github.GHAppInstallation.deleteInstallation()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHAppInstallation.html#listRepositories()">org.kohsuke.github.GHAppInstallation.listRepositories()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHAppInstallation.html#setAccessTokenUrl(java.lang.String)">org.kohsuke.github.GHAppInstallation.setAccessTokenUrl&#8203;(String)</a></th>
<td class="colLast">
<div class="deprecationComment">Do not use this method. It was added due to incomplete understanding of Jackson binding.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHAppInstallation.html#setAccount(org.kohsuke.github.GHUser)">org.kohsuke.github.GHAppInstallation.setAccount&#8203;(GHUser)</a></th>
<td class="colLast">
<div class="deprecationComment">Do not use this method. It was added due to incomplete understanding of Jackson binding.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHAppInstallation.html#setAppId(long)">org.kohsuke.github.GHAppInstallation.setAppId&#8203;(long)</a></th>
<td class="colLast">
<div class="deprecationComment">Do not use this method. It was added due to incomplete understanding of Jackson binding.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHAppInstallation.html#setEvents(java.util.List)">org.kohsuke.github.GHAppInstallation.setEvents&#8203;(List&lt;GHEvent&gt;)</a></th>
<td class="colLast">
<div class="deprecationComment">Do not use this method. It was added due to incomplete understanding of Jackson binding.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHAppInstallation.html#setPermissions(java.util.Map)">org.kohsuke.github.GHAppInstallation.setPermissions&#8203;(Map&lt;String, GHPermissionType&gt;)</a></th>
<td class="colLast">
<div class="deprecationComment">Do not use this method. It was added due to incomplete understanding of Jackson binding.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHAppInstallation.html#setRepositoriesUrl(java.lang.String)">org.kohsuke.github.GHAppInstallation.setRepositoriesUrl&#8203;(String)</a></th>
<td class="colLast">
<div class="deprecationComment">Do not use this method. It was added due to incomplete understanding of Jackson binding.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHAppInstallation.html#setRepositorySelection(org.kohsuke.github.GHRepositorySelection)">org.kohsuke.github.GHAppInstallation.setRepositorySelection&#8203;(GHRepositorySelection)</a></th>
<td class="colLast">
<div class="deprecationComment">Do not use this method. It was added due to incomplete understanding of Jackson binding.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHAppInstallation.html#setRoot(org.kohsuke.github.GitHub)">org.kohsuke.github.GHAppInstallation.setRoot&#8203;(GitHub)</a></th>
<td class="colLast">
<div class="deprecationComment">Do not use this method. It was added due to incomplete understanding of Jackson binding.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHAppInstallation.html#setSingleFileName(java.lang.String)">org.kohsuke.github.GHAppInstallation.setSingleFileName&#8203;(String)</a></th>
<td class="colLast">
<div class="deprecationComment">Do not use this method. It was added due to incomplete understanding of Jackson binding.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHAppInstallation.html#setTargetId(long)">org.kohsuke.github.GHAppInstallation.setTargetId&#8203;(long)</a></th>
<td class="colLast">
<div class="deprecationComment">Do not use this method. It was added due to incomplete understanding of Jackson binding.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHAppInstallation.html#setTargetType(org.kohsuke.github.GHTargetType)">org.kohsuke.github.GHAppInstallation.setTargetType&#8203;(GHTargetType)</a></th>
<td class="colLast">
<div class="deprecationComment">Do not use this method. It was added due to incomplete understanding of Jackson binding.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHAppInstallationToken.html#setPermissions(java.util.Map)">org.kohsuke.github.GHAppInstallationToken.setPermissions&#8203;(Map&lt;String, String&gt;)</a></th>
<td class="colLast">
<div class="deprecationComment">Do not use this method. It was added due to incomplete understanding of Jackson binding.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHAppInstallationToken.html#setRepositories(java.util.List)">org.kohsuke.github.GHAppInstallationToken.setRepositories&#8203;(List&lt;GHRepository&gt;)</a></th>
<td class="colLast">
<div class="deprecationComment">Do not use this method. It was added due to incomplete understanding of Jackson binding.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHAppInstallationToken.html#setRepositorySelection(org.kohsuke.github.GHRepositorySelection)">org.kohsuke.github.GHAppInstallationToken.setRepositorySelection&#8203;(GHRepositorySelection)</a></th>
<td class="colLast">
<div class="deprecationComment">Do not use this method. It was added due to incomplete understanding of Jackson binding.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHAppInstallationToken.html#setRoot(org.kohsuke.github.GitHub)">org.kohsuke.github.GHAppInstallationToken.setRoot&#8203;(GitHub)</a></th>
<td class="colLast">
<div class="deprecationComment">Do not use this method. It was added due to incomplete understanding of Jackson binding.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHAppInstallationToken.html#setToken(java.lang.String)">org.kohsuke.github.GHAppInstallationToken.setToken&#8203;(String)</a></th>
<td class="colLast">
<div class="deprecationComment">Do not use this method. It was added due to incomplete understanding of Jackson binding.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHAsset.html#getHtmlUrl()">org.kohsuke.github.GHAsset.getHtmlUrl()</a></th>
<td class="colLast">
<div class="deprecationComment">This object has no HTML URL.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHAuthorization.html#getApiURL()">org.kohsuke.github.GHAuthorization.getApiURL()</a></th>
<td class="colLast">
<div class="deprecationComment">use <a href="org/kohsuke/github/GHObject.html#getUrl()"><code>GHObject.getUrl()</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHAuthorization.html#getHtmlUrl()">org.kohsuke.github.GHAuthorization.getHtmlUrl()</a></th>
<td class="colLast">
<div class="deprecationComment">This object has no HTML URL.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHBranch.html#enableProtection()">org.kohsuke.github.GHBranch.enableProtection()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHBranch.html#getProtection()">org.kohsuke.github.GHBranch.getProtection()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHBranch.html#getProtectionUrl()">org.kohsuke.github.GHBranch.getProtectionUrl()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHBranch.html#isProtected()">org.kohsuke.github.GHBranch.isProtected()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHBranchProtection.html#disableSignedCommits()">org.kohsuke.github.GHBranchProtection.disableSignedCommits()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHBranchProtection.html#enabledSignedCommits()">org.kohsuke.github.GHBranchProtection.enabledSignedCommits()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHBranchProtection.html#getRequiredSignatures()">org.kohsuke.github.GHBranchProtection.getRequiredSignatures()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHCheckRun.html#update()">org.kohsuke.github.GHCheckRun.update()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHCommit.html#getCheckRuns()">org.kohsuke.github.GHCommit.getCheckRuns()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHCommit.html#listBranchesWhereHead()">org.kohsuke.github.GHCommit.listBranchesWhereHead()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHCommit.html#listPullRequests()">org.kohsuke.github.GHCommit.listPullRequests()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHCommitComment.html#createReaction(org.kohsuke.github.ReactionContent)">org.kohsuke.github.GHCommitComment.createReaction&#8203;(ReactionContent)</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHCommitComment.html#listReactions()">org.kohsuke.github.GHCommitComment.listReactions()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHCommitStatus.html#getHtmlUrl()">org.kohsuke.github.GHCommitStatus.getHtmlUrl()</a></th>
<td class="colLast">
<div class="deprecationComment">This object has no HTML URL.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHContent.html#getContent()">org.kohsuke.github.GHContent.getContent()</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/GHContent.html#read()"><code>GHContent.read()</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHContent.html#getEncodedContent()">org.kohsuke.github.GHContent.getEncodedContent()</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/GHContent.html#read()"><code>GHContent.read()</code></a></div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHCreateRepositoryBuilder.html#fromTemplateRepository(java.lang.String,java.lang.String)">org.kohsuke.github.GHCreateRepositoryBuilder.fromTemplateRepository&#8203;(String, String)</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHCreateRepositoryBuilder.html#templateRepository(boolean)">org.kohsuke.github.GHCreateRepositoryBuilder.templateRepository&#8203;(boolean)</a></th>
<td class="colLast">
<div class="deprecationComment">Use <code>GHRepositoryBuilder.isTemplate(boolean)</code> method instead</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHDeployment.html#getHtmlUrl()">org.kohsuke.github.GHDeployment.getHtmlUrl()</a></th>
<td class="colLast">
<div class="deprecationComment">This object has no HTML URL.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHDeployment.html#getOriginalEnvironment()">org.kohsuke.github.GHDeployment.getOriginalEnvironment()</a></th>
<td class="colLast">
<div class="deprecationComment">until preview feature has graduated to stable</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHDeployment.html#isProductionEnvironment()">org.kohsuke.github.GHDeployment.isProductionEnvironment()</a></th>
<td class="colLast">
<div class="deprecationComment">until preview feature has graduated to stable</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHDeployment.html#isTransientEnvironment()">org.kohsuke.github.GHDeployment.isTransientEnvironment()</a></th>
<td class="colLast">
<div class="deprecationComment">until preview feature has graduated to stable</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHDeploymentBuilder.html#productionEnvironment(boolean)">org.kohsuke.github.GHDeploymentBuilder.productionEnvironment&#8203;(boolean)</a></th>
<td class="colLast">
<div class="deprecationComment">until preview feature has graduated to stable</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHDeploymentBuilder.html#transientEnvironment(boolean)">org.kohsuke.github.GHDeploymentBuilder.transientEnvironment&#8203;(boolean)</a></th>
<td class="colLast">
<div class="deprecationComment">until preview feature has graduated to stable</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHDeploymentStatus.html#getEnvironmentUrl()">org.kohsuke.github.GHDeploymentStatus.getEnvironmentUrl()</a></th>
<td class="colLast">
<div class="deprecationComment">until preview feature has graduated to stable</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHDeploymentStatus.html#getHtmlUrl()">org.kohsuke.github.GHDeploymentStatus.getHtmlUrl()</a></th>
<td class="colLast">
<div class="deprecationComment">This object has no HTML URL.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHDeploymentStatus.html#getLogUrl()">org.kohsuke.github.GHDeploymentStatus.getLogUrl()</a></th>
<td class="colLast">
<div class="deprecationComment">until preview feature has graduated to stable</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHDeploymentStatus.html#getTargetUrl()">org.kohsuke.github.GHDeploymentStatus.getTargetUrl()</a></th>
<td class="colLast">
<div class="deprecationComment">Target url is deprecated in favor of <a href="org/kohsuke/github/GHDeploymentStatus.html#getLogUrl()"><code>getLogUrl</code></a></div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHDeploymentStatusBuilder.html#autoInactive(boolean)">org.kohsuke.github.GHDeploymentStatusBuilder.autoInactive&#8203;(boolean)</a></th>
<td class="colLast">
<div class="deprecationComment">until preview feature has graduated to stable</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHDeploymentStatusBuilder.html#environment(java.lang.String)">org.kohsuke.github.GHDeploymentStatusBuilder.environment&#8203;(String)</a></th>
<td class="colLast">
<div class="deprecationComment">until preview feature has graduated to stable</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHDeploymentStatusBuilder.html#environmentUrl(java.lang.String)">org.kohsuke.github.GHDeploymentStatusBuilder.environmentUrl&#8203;(String)</a></th>
<td class="colLast">
<div class="deprecationComment">until preview feature has graduated to stable</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHDeploymentStatusBuilder.html#logUrl(java.lang.String)">org.kohsuke.github.GHDeploymentStatusBuilder.logUrl&#8203;(String)</a></th>
<td class="colLast">
<div class="deprecationComment">until preview feature has graduated to stable</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHDeploymentStatusBuilder.html#targetUrl(java.lang.String)">org.kohsuke.github.GHDeploymentStatusBuilder.targetUrl&#8203;(String)</a></th>
<td class="colLast">
<div class="deprecationComment">Target url is deprecated in favor of <a href="org/kohsuke/github/GHDeploymentStatusBuilder.html#logUrl(java.lang.String)"><code>logUrl</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHDiscussion.html#set()">org.kohsuke.github.GHDiscussion.set()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHDiscussion.html#update()">org.kohsuke.github.GHDiscussion.update()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHGist.html#getId()">org.kohsuke.github.GHGist.getId()</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/GHGist.html#getGistId()"><code>GHGist.getGistId()</code></a> instead.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHHook.html#getHtmlUrl()">org.kohsuke.github.GHHook.getHtmlUrl()</a></th>
<td class="colLast">
<div class="deprecationComment">This object has no HTML URL.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHIssue.html#createReaction(org.kohsuke.github.ReactionContent)">org.kohsuke.github.GHIssue.createReaction&#8203;(ReactionContent)</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHIssue.html#getApiURL()">org.kohsuke.github.GHIssue.getApiURL()</a></th>
<td class="colLast">
<div class="deprecationComment">use <a href="org/kohsuke/github/GHObject.html#getUrl()"><code>GHObject.getUrl()</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHIssue.html#listReactions()">org.kohsuke.github.GHIssue.listReactions()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHIssueComment.html#createReaction(org.kohsuke.github.ReactionContent)">org.kohsuke.github.GHIssueComment.createReaction&#8203;(ReactionContent)</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHIssueComment.html#getUserName()">org.kohsuke.github.GHIssueComment.getUserName()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHIssueComment.html#listReactions()">org.kohsuke.github.GHIssueComment.listReactions()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHLabel.html#set()">org.kohsuke.github.GHLabel.set()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHLabel.html#setColor(java.lang.String)">org.kohsuke.github.GHLabel.setColor&#8203;(String)</a></th>
<td class="colLast">
<div class="deprecationComment">use <a href="org/kohsuke/github/GHLabel.html#set()"><code>GHLabel.set()</code></a> or <a href="org/kohsuke/github/GHLabel.html#update()"><code>GHLabel.update()</code></a> instead</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHLabel.html#setDescription(java.lang.String)">org.kohsuke.github.GHLabel.setDescription&#8203;(String)</a></th>
<td class="colLast">
<div class="deprecationComment">use <a href="org/kohsuke/github/GHLabel.html#set()"><code>GHLabel.set()</code></a> or <a href="org/kohsuke/github/GHLabel.html#update()"><code>GHLabel.update()</code></a> instead</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHLabel.html#update()">org.kohsuke.github.GHLabel.update()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHMyself.html#getEmails()">org.kohsuke.github.GHMyself.getEmails()</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/GHMyself.html#getEmails2()"><code>GHMyself.getEmails2()</code></a></div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHMyself.html#listAllRepositories()">org.kohsuke.github.GHMyself.listAllRepositories()</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/GHMyself.html#listRepositories()"><code>GHMyself.listRepositories()</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHObject.html#getResponseHeaderFields()">org.kohsuke.github.GHObject.getResponseHeaderFields()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHOrganization.html#createRepository(java.lang.String,java.lang.String,java.lang.String,java.lang.String,boolean)">org.kohsuke.github.GHOrganization.createRepository&#8203;(String, String, String, String, boolean)</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/GHOrganization.html#createRepository(java.lang.String)"><code>GHOrganization.createRepository(String)</code></a> that uses a builder pattern to let you control every aspect.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHOrganization.html#createTeam(java.lang.String,org.kohsuke.github.GHOrganization.Permission,java.util.Collection)">org.kohsuke.github.GHOrganization.createTeam&#8203;(String, GHOrganization.Permission, Collection&lt;GHRepository&gt;)</a></th>
<td class="colLast">
<div class="deprecationComment">https://developer.github.com/v3/teams/#create-team deprecates permission field use
<a href="org/kohsuke/github/GHOrganization.html#createTeam(java.lang.String)"><code>GHOrganization.createTeam(String)</code></a></div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHOrganization.html#getMembers()">org.kohsuke.github.GHOrganization.getMembers()</a></th>
<td class="colLast">
<div class="deprecationComment">use <a href="org/kohsuke/github/GHOrganization.html#listMembers()"><code>GHOrganization.listMembers()</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHOrganization.html#getTeam(int)">org.kohsuke.github.GHOrganization.getTeam&#8203;(int)</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/GHOrganization.html#getTeam(long)"><code>GHOrganization.getTeam(long)</code></a></div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHPerson.html#getGravatarId()">org.kohsuke.github.GHPerson.getGravatarId()</a></th>
<td class="colLast">
<div class="deprecationComment">No longer available in the v3 API.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHPerson.html#iterateRepositories(int)">org.kohsuke.github.GHPerson.iterateRepositories&#8203;(int)</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/GHPerson.html#listRepositories()"><code>GHPerson.listRepositories()</code></a></div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHProject.html#getNode_id()">org.kohsuke.github.GHProject.getNode_id()</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/GHObject.html#getNodeId()"><code>GHObject.getNodeId()</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHPullRequest.html#createReview(java.lang.String,org.kohsuke.github.GHPullRequestReviewState,org.kohsuke.github.GHPullRequestReviewComment...)">org.kohsuke.github.GHPullRequest.createReview&#8203;(String, GHPullRequestReviewState, GHPullRequestReviewComment...)</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/GHPullRequest.html#createReview()"><code>GHPullRequest.createReview()</code></a></div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHPullRequest.html#getIssueUpdatedAt()">org.kohsuke.github.GHPullRequest.getIssueUpdatedAt()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHPullRequest.html#updateBranch()">org.kohsuke.github.GHPullRequest.updateBranch()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHPullRequestReview.html#submit(java.lang.String,org.kohsuke.github.GHPullRequestReviewState)">org.kohsuke.github.GHPullRequestReview.submit&#8203;(String, GHPullRequestReviewState)</a></th>
<td class="colLast">
<div class="deprecationComment">Former preview method that changed when it got public. Left here for backward compatibility. Use
<a href="org/kohsuke/github/GHPullRequestReview.html#submit(java.lang.String,org.kohsuke.github.GHPullRequestReviewEvent)"><code>GHPullRequestReview.submit(String, GHPullRequestReviewEvent)</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHPullRequestReviewComment.html#createReaction(org.kohsuke.github.ReactionContent)">org.kohsuke.github.GHPullRequestReviewComment.createReaction&#8203;(ReactionContent)</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHPullRequestReviewComment.html#draft(java.lang.String,java.lang.String,int)">org.kohsuke.github.GHPullRequestReviewComment.draft&#8203;(String, String, int)</a></th>
<td class="colLast">
<div class="deprecationComment">You should be using <a href="org/kohsuke/github/GHPullRequestReviewBuilder.html#comment(java.lang.String,java.lang.String,int)"><code>GHPullRequestReviewBuilder.comment(String, String, int)</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHPullRequestReviewComment.html#listReactions()">org.kohsuke.github.GHPullRequestReviewComment.listReactions()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHPullRequestReviewState.html#action()">org.kohsuke.github.GHPullRequestReviewState.action()</a></th>
<td class="colLast">
<div class="deprecationComment">This was an internal method accidentally exposed. Left here for compatibility.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHReaction.html#getHtmlUrl()">org.kohsuke.github.GHReaction.getHtmlUrl()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHRelease.html#assets()">org.kohsuke.github.GHRelease.assets()</a></th>
<td class="colLast">
<div class="deprecationComment">This should be the default behavior of <a href="org/kohsuke/github/GHRelease.html#getAssets()"><code>GHRelease.getAssets()</code></a> in a future release. This method is
introduced in addition to enable a transition to using cached asset information while keeping the
existing logic in place for backwards compatibility.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHRelease.html#getAssets()">org.kohsuke.github.GHRelease.getAssets()</a></th>
<td class="colLast">
<div class="deprecationComment">The behavior of this method will change in a future release. It will then provide cached assets as
provided by <a href="org/kohsuke/github/GHRelease.html#assets()"><code>GHRelease.assets()</code></a>. Use <a href="org/kohsuke/github/GHRelease.html#listAssets()"><code>GHRelease.listAssets()</code></a> instead to fetch up-to-date information of
assets.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHRelease.html#setDraft(boolean)">org.kohsuke.github.GHRelease.setDraft&#8203;(boolean)</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/GHRelease.html#update()"><code>GHRelease.update()</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHRepository.html#createCheckRun(java.lang.String,java.lang.String)">org.kohsuke.github.GHRepository.createCheckRun&#8203;(String, String)</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHRepository.html#createContent(java.lang.String,java.lang.String,java.lang.String)">org.kohsuke.github.GHRepository.createContent&#8203;(String, String, String)</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHRepository.html#createDeployStatus(int,org.kohsuke.github.GHDeploymentState)">org.kohsuke.github.GHRepository.createDeployStatus&#8203;(int, GHDeploymentState)</a></th>
<td class="colLast">
<div class="deprecationComment">Use <code>getDeployment(deploymentId).createStatus(ghDeploymentState)</code></div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHRepository.html#getCheckRuns(java.lang.String)">org.kohsuke.github.GHRepository.getCheckRuns&#8203;(String)</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHRepository.html#getDeploymentStatuses(int)">org.kohsuke.github.GHRepository.getDeploymentStatuses&#8203;(int)</a></th>
<td class="colLast">
<div class="deprecationComment">Use <code>getDeployment(id).listStatuses()</code></div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHRepository.html#getForks()">org.kohsuke.github.GHRepository.getForks()</a></th>
<td class="colLast">
<div class="deprecationComment">use <a href="org/kohsuke/github/GHRepository.html#getForksCount()"><code>GHRepository.getForksCount()</code></a> instead</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHRepository.html#getMasterBranch()">org.kohsuke.github.GHRepository.getMasterBranch()</a></th>
<td class="colLast">
<div class="deprecationComment">Renamed to <a href="org/kohsuke/github/GHRepository.html#getDefaultBranch()"><code>GHRepository.getDefaultBranch()</code></a></div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHRepository.html#getMilestones()">org.kohsuke.github.GHRepository.getMilestones()</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/GHRepository.html#listMilestones(org.kohsuke.github.GHIssueState)"><code>GHRepository.listMilestones(GHIssueState)</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHRepository.html#getPostCommitHooks()">org.kohsuke.github.GHRepository.getPostCommitHooks()</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/GHRepository.html#getHooks()"><code>GHRepository.getHooks()</code></a> and <a href="org/kohsuke/github/GHRepository.html#createHook(java.lang.String,java.util.Map,java.util.Collection,boolean)"><code>GHRepository.createHook(String, Map, Collection, boolean)</code></a></div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHRepository.html#getReleases()">org.kohsuke.github.GHRepository.getReleases()</a></th>
<td class="colLast">
<div class="deprecationComment">use <a href="org/kohsuke/github/GHRepository.html#listReleases()"><code>GHRepository.listReleases()</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHRepository.html#getWatchers()">org.kohsuke.github.GHRepository.getWatchers()</a></th>
<td class="colLast">
<div class="deprecationComment">use <a href="org/kohsuke/github/GHRepository.html#getWatchersCount()"><code>GHRepository.getWatchersCount()</code></a> instead</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHRepository.html#gitHttpTransportUrl()">org.kohsuke.github.GHRepository.gitHttpTransportUrl()</a></th>
<td class="colLast">
<div class="deprecationComment">Typo of <a href="org/kohsuke/github/GHRepository.html#getHttpTransportUrl()"><code>GHRepository.getHttpTransportUrl()</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHRepository.html#isTemplate()">org.kohsuke.github.GHRepository.isTemplate()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHRepository.html#listPullRequests(org.kohsuke.github.GHIssueState)">org.kohsuke.github.GHRepository.listPullRequests&#8203;(GHIssueState)</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/GHRepository.html#queryPullRequests()"><code>GHRepository.queryPullRequests()</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHRepository.html#updateCheckRun(long)">org.kohsuke.github.GHRepository.updateCheckRun&#8203;(long)</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHRepositoryStatistics.html#getContributorStats(boolean)">org.kohsuke.github.GHRepositoryStatistics.getContributorStats&#8203;(boolean)</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHRequestedAction.html#getHtmlUrl()">org.kohsuke.github.GHRequestedAction.getHtmlUrl()</a></th>
<td class="colLast">
<div class="deprecationComment">This object has no HTML URL.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHThread.html#getHtmlUrl()">org.kohsuke.github.GHThread.getHtmlUrl()</a></th>
<td class="colLast">
<div class="deprecationComment">This object has no HTML URL.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHTreeBuilder.html#entry(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)">org.kohsuke.github.GHTreeBuilder.entry&#8203;(String, String, String, String, String)</a></th>
<td class="colLast">
<div class="deprecationComment">use <a href="org/kohsuke/github/GHTreeBuilder.html#add(java.lang.String,java.lang.String,boolean)"><code>GHTreeBuilder.add(String, String, boolean)</code></a> or <a href="org/kohsuke/github/GHTreeBuilder.html#add(java.lang.String,byte%5B%5D,boolean)"><code>GHTreeBuilder.add(String, byte[], boolean)</code></a> instead.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHTreeBuilder.html#shaEntry(java.lang.String,java.lang.String,boolean)">org.kohsuke.github.GHTreeBuilder.shaEntry&#8203;(String, String, boolean)</a></th>
<td class="colLast">
<div class="deprecationComment">use <a href="org/kohsuke/github/GHTreeBuilder.html#add(java.lang.String,java.lang.String,boolean)"><code>GHTreeBuilder.add(String, String, boolean)</code></a> or <a href="org/kohsuke/github/GHTreeBuilder.html#add(java.lang.String,byte%5B%5D,boolean)"><code>GHTreeBuilder.add(String, byte[], boolean)</code></a> instead.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHTreeBuilder.html#textEntry(java.lang.String,java.lang.String,boolean)">org.kohsuke.github.GHTreeBuilder.textEntry&#8203;(String, String, boolean)</a></th>
<td class="colLast">
<div class="deprecationComment">use <a href="org/kohsuke/github/GHTreeBuilder.html#add(java.lang.String,java.lang.String,boolean)"><code>GHTreeBuilder.add(String, String, boolean)</code></a> or <a href="org/kohsuke/github/GHTreeBuilder.html#add(java.lang.String,byte%5B%5D,boolean)"><code>GHTreeBuilder.add(String, byte[], boolean)</code></a> instead.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GitHub.html#connect(java.lang.String,java.lang.String,java.lang.String)">org.kohsuke.github.GitHub.connect&#8203;(String, String, String)</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/GitHub.html#connectUsingOAuth(java.lang.String)"><code>GitHub.connectUsingOAuth(String)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GitHub.html#connectToEnterprise(java.lang.String,java.lang.String)">org.kohsuke.github.GitHub.connectToEnterprise&#8203;(String, String)</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/GitHub.html#connectToEnterpriseWithOAuth(java.lang.String,java.lang.String,java.lang.String)"><code>GitHub.connectToEnterpriseWithOAuth(String, String, String)</code></a></div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GitHub.html#connectUsingPassword(java.lang.String,java.lang.String)">org.kohsuke.github.GitHub.connectUsingPassword&#8203;(String, String)</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/GitHub.html#connectUsingOAuth(java.lang.String)"><code>GitHub.connectUsingOAuth(String)</code></a> instead.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GitHub.html#createRepository(java.lang.String,java.lang.String,java.lang.String,boolean)">org.kohsuke.github.GitHub.createRepository&#8203;(String, String, String, boolean)</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/GitHub.html#createRepository(java.lang.String)"><code>GitHub.createRepository(String)</code></a> that uses a builder pattern to let you control every aspect.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GitHub.html#getApp()">org.kohsuke.github.GitHub.getApp()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GitHub.html#getRepositoryById(java.lang.String)">org.kohsuke.github.GitHub.getRepositoryById&#8203;(String)</a></th>
<td class="colLast">
<div class="deprecationComment">Do not use this method. It was added due to misunderstanding of the type of parameter. Use
<a href="org/kohsuke/github/GitHub.html#getRepositoryById(long)"><code>GitHub.getRepositoryById(long)</code></a> instead</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GitHub.html#getTeam(int)">org.kohsuke.github.GitHub.getTeam&#8203;(int)</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/GHOrganization.html#getTeam(long)"><code>GHOrganization.getTeam(long)</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GitHub.html#lastRateLimit()">org.kohsuke.github.GitHub.lastRateLimit()</a></th>
<td class="colLast">
<div class="deprecationComment">implement a <a href="org/kohsuke/github/RateLimitChecker.html" title="class in org.kohsuke.github"><code>RateLimitChecker</code></a> and add it via
<a href="org/kohsuke/github/GitHubBuilder.html#withRateLimitChecker(org.kohsuke.github.RateLimitChecker)"><code>GitHubBuilder.withRateLimitChecker(RateLimitChecker)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GitHub.html#rateLimit()">org.kohsuke.github.GitHub.rateLimit()</a></th>
<td class="colLast">
<div class="deprecationComment">implement a <a href="org/kohsuke/github/RateLimitChecker.html" title="class in org.kohsuke.github"><code>RateLimitChecker</code></a> and add it via
<a href="org/kohsuke/github/GitHubBuilder.html#withRateLimitChecker(org.kohsuke.github.RateLimitChecker)"><code>GitHubBuilder.withRateLimitChecker(RateLimitChecker)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GitHub.html#searchCommits()">org.kohsuke.github.GitHub.searchCommits()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GitHub.html#setConnector(org.kohsuke.github.HttpConnector)">org.kohsuke.github.GitHub.setConnector&#8203;(HttpConnector)</a></th>
<td class="colLast">
<div class="deprecationComment">HttpConnector should not be changed. If you find yourself needing to do this, file an issue.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GitHubBuilder.html#fromEnvironment(java.lang.String,java.lang.String,java.lang.String)">org.kohsuke.github.GitHubBuilder.fromEnvironment&#8203;(String, String, String)</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/GitHubBuilder.html#fromEnvironment()"><code>GitHubBuilder.fromEnvironment()</code></a> to pick up standard set of environment variables, so that different
clients of this library will all recognize one consistent set of coordinates.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/PagedIterable.html#asList()">org.kohsuke.github.PagedIterable.asList()</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/PagedIterable.html#toList()"><code>PagedIterable.toList()</code></a> instead.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/PagedIterable.html#asSet()">org.kohsuke.github.PagedIterable.asSet()</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/PagedIterable.html#toSet()"><code>PagedIterable.toSet()</code></a> instead.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/Reactable.html#createReaction(org.kohsuke.github.ReactionContent)">org.kohsuke.github.Reactable.createReaction&#8203;(ReactionContent)</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/Reactable.html#listReactions()">org.kohsuke.github.Reactable.listReactions()</a></th>
<td class="colLast"></td>
</tr>
</tbody>
</table>
</li>
</ul>
<a id="constructor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/authorization/OrgAppInstallationAuthorizationProvider.html#%3Cinit%3E(java.lang.String,org.kohsuke.github.authorization.AuthorizationProvider)">org.kohsuke.github.authorization.OrgAppInstallationAuthorizationProvider&#8203;(String, AuthorizationProvider)</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/extras/OkHttp3Connector.html#%3Cinit%3E(okhttp3.OkUrlFactory)">org.kohsuke.github.extras.OkHttp3Connector&#8203;(OkUrlFactory)</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHDeploymentStatusBuilder.html#%3Cinit%3E(org.kohsuke.github.GHRepository,int,org.kohsuke.github.GHDeploymentState)">org.kohsuke.github.GHDeploymentStatusBuilder&#8203;(GHRepository, int, GHDeploymentState)</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="org/kohsuke/github/GHDeployment.html#createStatus(org.kohsuke.github.GHDeploymentState)"><code>GHDeployment.createStatus(GHDeploymentState)</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GitHub.DependentAuthorizationProvider.html#%3Cinit%3E(org.kohsuke.github.authorization.AuthorizationProvider)">org.kohsuke.github.GitHub.DependentAuthorizationProvider&#8203;(AuthorizationProvider)</a></th>
<td class="colLast"></td>
</tr>
</tbody>
</table>
</li>
</ul>
<a id="enum.constant">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary">
<caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Enum Constant</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHDeploymentState.html#IN_PROGRESS">org.kohsuke.github.GHDeploymentState.IN_PROGRESS</a></th>
<td class="colLast">
<div class="deprecationComment">until preview feature has graduated to stable</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHDeploymentState.html#INACTIVE">org.kohsuke.github.GHDeploymentState.INACTIVE</a></th>
<td class="colLast">
<div class="deprecationComment">until preview feature has graduated to stable</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHDeploymentState.html#QUEUED">org.kohsuke.github.GHDeploymentState.QUEUED</a></th>
<td class="colLast">
<div class="deprecationComment">until preview feature has graduated to stable</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/kohsuke/github/GHPullRequestReviewState.html#REQUEST_CHANGES">org.kohsuke.github.GHPullRequestReviewState.REQUEST_CHANGES</a></th>
<td class="colLast">
<div class="deprecationComment">This was the thing when this API was in preview, but it changed when it became public. Use
<a href="org/kohsuke/github/GHPullRequestReviewState.html#CHANGES_REQUESTED"><code>GHPullRequestReviewState.CHANGES_REQUESTED</code></a>. Left here for compatibility.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</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" id="allclasses_navbar_bottom">
<li><a href="allclasses.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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2021. All rights reserved.</small></p>
</footer>
</body>
</html>