mirror of
https://github.com/jlengrand/github-api.git
synced 2026-05-13 08:21:22 +00:00
2791 lines
280 KiB
HTML
2791 lines
280 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 (version 1.7.0_21) on Mon Mar 02 09:13:15 PST 2015 -->
|
||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||
<title>Index (GitHub API for Java 1.63 API)</title>
|
||
<meta name="date" content="2015-03-02">
|
||
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
|
||
</head>
|
||
<body>
|
||
<script type="text/javascript"><!--
|
||
if (location.href.indexOf('is-external=true') == -1) {
|
||
parent.document.title="Index (GitHub API for Java 1.63 API)";
|
||
}
|
||
//-->
|
||
</script>
|
||
<noscript>
|
||
<div>JavaScript is disabled on your browser.</div>
|
||
</noscript>
|
||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||
<div class="topNav"><a name="navbar_top">
|
||
<!-- -->
|
||
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="navList" title="Navigation">
|
||
<li><a href="./overview-summary.html">Overview</a></li>
|
||
<li>Package</li>
|
||
<li>Class</li>
|
||
<li>Use</li>
|
||
<li><a href="./overview-tree.html">Tree</a></li>
|
||
<li><a href="./deprecated-list.html">Deprecated</a></li>
|
||
<li class="navBarCell1Rev">Index</li>
|
||
<li><a href="./help-doc.html">Help</a></li>
|
||
</ul>
|
||
</div>
|
||
<div class="subNav">
|
||
<ul class="navList">
|
||
<li>Prev</li>
|
||
<li>Next</li>
|
||
</ul>
|
||
<ul class="navList">
|
||
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
|
||
<li><a href="index-all.html" target="_top">No Frames</a></li>
|
||
</ul>
|
||
<ul class="navList" id="allclasses_navbar_top">
|
||
<li><a href="./allclasses-noframe.html">All 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="contentContainer"><a href="#_A_">A</a> <a href="#_B_">B</a> <a href="#_C_">C</a> <a href="#_D_">D</a> <a href="#_E_">E</a> <a href="#_F_">F</a> <a href="#_G_">G</a> <a href="#_H_">H</a> <a href="#_I_">I</a> <a href="#_K_">K</a> <a href="#_L_">L</a> <a href="#_M_">M</a> <a href="#_N_">N</a> <a href="#_O_">O</a> <a href="#_P_">P</a> <a href="#_Q_">Q</a> <a href="#_R_">R</a> <a href="#_S_">S</a> <a href="#_T_">T</a> <a href="#_U_">U</a> <a href="#_V_">V</a> <a href="#_W_">W</a> <a name="_A_">
|
||
<!-- -->
|
||
</a>
|
||
<h2 class="title">A</h2>
|
||
<dl>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/PagedSearchIterable.html#adapt(java.util.Iterator)">adapt(Iterator<? extends SearchResult<T>>)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/PagedSearchIterable.html" title="class in org.kohsuke.github">PagedSearchIterable</a></dt>
|
||
<dd>
|
||
<div class="block">Adapts <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a>.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHTeam.html#add(org.kohsuke.github.GHUser)">add(GHUser)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a></dt>
|
||
<dd>
|
||
<div class="block">Adds a member to the team.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHTeam.html#add(org.kohsuke.github.GHRepository)">add(GHRepository)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#addCollaborators(org.kohsuke.github.GHUser...)">addCollaborators(GHUser...)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#addCollaborators(java.util.Collection)">addCollaborators(Collection<GHUser>)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#addDeployKey(java.lang.String, java.lang.String)">addDeployKey(String, String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#ADMIN_KEY">ADMIN_KEY</a></span> - Static variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#ADMIN_ORG">ADMIN_ORG</a></span> - Static variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#AMIN_HOOK">AMIN_HOOK</a></span> - Static variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/PagedIterable.html#asList()">asList()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a></dt>
|
||
<dd>
|
||
<div class="block">Eagerly walk <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang"><code>Iterable</code></a> and return the result in a list.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/PagedIterable.html#asSet()">asSet()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a></dt>
|
||
<dd>
|
||
<div class="block">Eagerly walk <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang"><code>Iterable</code></a> and return the result in a set.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#assignee">assignee</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssueBuilder.html#assignee(org.kohsuke.github.GHUser)">assignee(GHUser)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssueBuilder.html" title="class in org.kohsuke.github">GHIssueBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssueBuilder.html#assignee(java.lang.String)">assignee(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssueBuilder.html" title="class in org.kohsuke.github">GHIssueBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#assignTo(org.kohsuke.github.GHUser)">assignTo(GHUser)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitQueryBuilder.html#author(java.lang.String)">author(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitQueryBuilder.html" title="class in org.kohsuke.github">GHCommitQueryBuilder</a></dt>
|
||
<dd>
|
||
<div class="block">GItHub login or email address by which to filter by commit author.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentBuilder.html#autoMerge(boolean)">autoMerge(boolean)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentBuilder.html" title="class in org.kohsuke.github">GHDeploymentBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#avatar_url">avatar_url</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd> </dd>
|
||
</dl>
|
||
<a name="_B_">
|
||
<!-- -->
|
||
</a>
|
||
<h2 class="title">B</h2>
|
||
<dl>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#blog">blog</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#body">body</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssueBuilder.html#body(java.lang.String)">body(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssueBuilder.html" title="class in org.kohsuke.github">GHIssueBuilder</a></dt>
|
||
<dd>
|
||
<div class="block">Sets the main text of an issue, which is arbitrary multi-line text.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHReleaseBuilder.html#body(java.lang.String)">body(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHReleaseBuilder.html" title="class in org.kohsuke.github">GHReleaseBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHubBuilder.html#build()">build()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHubBuilder.html" title="class in org.kohsuke.github">GitHubBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPersonSet.html#byLogin(java.lang.String)">byLogin(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPersonSet.html" title="class in org.kohsuke.github">GHPersonSet</a></dt>
|
||
<dd>
|
||
<div class="block">Finds the item by its login.</div>
|
||
</dd>
|
||
</dl>
|
||
<a name="_C_">
|
||
<!-- -->
|
||
</a>
|
||
<h2 class="title">C</h2>
|
||
<dl>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#close()">close()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd>
|
||
<div class="block">Closes this issue.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMilestone.html#close()">close()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHMilestone.html" title="class in org.kohsuke.github">GHMilestone</a></dt>
|
||
<dd>
|
||
<div class="block">Closes this issue.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#closed_at">closed_at</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#closed_by">closed_by</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#comment(java.lang.String)">comment(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd>
|
||
<div class="block">Updates the issue by adding a comment.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#comments">comments</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHReleaseBuilder.html#commitish(java.lang.String)">commitish(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHReleaseBuilder.html" title="class in org.kohsuke.github">GHReleaseBuilder</a></dt>
|
||
<dd>
|
||
<div class="block">Specifies the commitish value that determines where the Git tag is created from.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#company">company</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHOrganization.html#conceal(org.kohsuke.github.GHUser)">conceal(GHUser)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a></dt>
|
||
<dd>
|
||
<div class="block">Conceals the membership.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/extras/OkHttpConnector.html#connect(java.net.URL)">connect(URL)</a></span> - Method in class org.kohsuke.github.extras.<a href="./org/kohsuke/github/extras/OkHttpConnector.html" title="class in org.kohsuke.github.extras">OkHttpConnector</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#connect()">connect()</a></span> - Static method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd>
|
||
<div class="block">Obtains the credential from "~/.github" or from the System Environment Properties.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#connect(java.lang.String, java.lang.String)">connect(String, String)</a></span> - Static method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#connect(java.lang.String, java.lang.String, java.lang.String)">connect(String, String, String)</a></span> - Static method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd>
|
||
<div class="block"><span class="strong">Deprecated.</span>
|
||
<div class="block"><i>Either OAuth token or password is sufficient, so there's no point in passing both.
|
||
Use <a href="./org/kohsuke/github/GitHub.html#connectUsingPassword(java.lang.String, java.lang.String)"><code>GitHub.connectUsingPassword(String, String)</code></a> or <a href="./org/kohsuke/github/GitHub.html#connectUsingOAuth(java.lang.String)"><code>GitHub.connectUsingOAuth(String)</code></a>.</i></div>
|
||
</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/HttpConnector.html#connect(java.net.URL)">connect(URL)</a></span> - Method in interface org.kohsuke.github.<a href="./org/kohsuke/github/HttpConnector.html" title="interface in org.kohsuke.github">HttpConnector</a></dt>
|
||
<dd>
|
||
<div class="block">Opens a connection to the given URL.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#connectAnonymously()">connectAnonymously()</a></span> - Static method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd>
|
||
<div class="block">Connects to GitHub anonymously.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#connectToEnterprise(java.lang.String, java.lang.String)">connectToEnterprise(String, String)</a></span> - Static method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd>
|
||
<div class="block">Version that connects to GitHub Enterprise.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#connectToEnterprise(java.lang.String, java.lang.String, java.lang.String)">connectToEnterprise(String, String, String)</a></span> - Static method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#connectUsingOAuth(java.lang.String)">connectUsingOAuth(String)</a></span> - Static method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#connectUsingOAuth(java.lang.String, java.lang.String)">connectUsingOAuth(String, String)</a></span> - Static method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#connectUsingPassword(java.lang.String, java.lang.String)">connectUsingPassword(String, String)</a></span> - Static method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentBuilder.html#create()">create()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentBuilder.html" title="class in org.kohsuke.github">GHDeploymentBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentStatusBuilder.html#create()">create()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentStatusBuilder.html" title="class in org.kohsuke.github">GHDeploymentStatusBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGistBuilder.html#create()">create()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGistBuilder.html" title="class in org.kohsuke.github">GHGistBuilder</a></dt>
|
||
<dd>
|
||
<div class="block">Creates a Gist based on the parameters specified thus far.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssueBuilder.html#create()">create()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssueBuilder.html" title="class in org.kohsuke.github">GHIssueBuilder</a></dt>
|
||
<dd>
|
||
<div class="block">Creates a new issue.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHReleaseBuilder.html#create()">create()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHReleaseBuilder.html" title="class in org.kohsuke.github">GHReleaseBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.html#createComment(java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer)">createComment(String, String, Integer, Integer)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a></dt>
|
||
<dd>
|
||
<div class="block">Creates a commit comment.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.html#createComment(java.lang.String)">createComment(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#createCommitStatus(java.lang.String, org.kohsuke.github.GHCommitState, java.lang.String, java.lang.String, java.lang.String)">createCommitStatus(String, GHCommitState, String, String, String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Creates a commit status</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#createCommitStatus(java.lang.String, org.kohsuke.github.GHCommitState, java.lang.String, java.lang.String)">createCommitStatus(String, GHCommitState, String, String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#createContent(java.lang.String, java.lang.String, java.lang.String)">createContent(String, String, String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#createContent(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">createContent(String, String, String, String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#createContent(byte[], java.lang.String, java.lang.String)">createContent(byte[], String, String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#createContent(byte[], java.lang.String, java.lang.String, java.lang.String)">createContent(byte[], String, String, String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHObject.html#created_at">created_at</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHObject.html" title="class in org.kohsuke.github">GHObject</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#createDeployment(java.lang.String)">createDeployment(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#createDeployStatus(int, org.kohsuke.github.GHDeploymentState)">createDeployStatus(int, GHDeploymentState)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#createGist()">createGist()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#createHook(java.lang.String, java.util.Map, java.util.Collection, boolean)">createHook(String, Map<String, String>, Collection<GHEvent>, boolean)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">See https://api.github.com/hooks for possible names and their configuration scheme.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#createIssue(java.lang.String)">createIssue(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#createLabel(java.lang.String, java.lang.String)">createLabel(String, String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#createMilestone(java.lang.String, java.lang.String)">createMilestone(String, String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#createPullRequest(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">createPullRequest(String, String, String, String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Creates a new pull request.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#createRef(java.lang.String, java.lang.String)">createRef(String, String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Creates a named ref, such as tag, branch, etc.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#createRelease(java.lang.String)">createRelease(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHOrganization.html#createRepository(java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean)">createRepository(String, String, String, String, boolean)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a></dt>
|
||
<dd>
|
||
<div class="block">Creates a new repository.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHOrganization.html#createRepository(java.lang.String, java.lang.String, java.lang.String, org.kohsuke.github.GHTeam, boolean)">createRepository(String, String, String, GHTeam, boolean)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#createRepository(java.lang.String, java.lang.String, java.lang.String, boolean)">createRepository(String, String, String, boolean)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd>
|
||
<div class="block">Creates a new repository.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHOrganization.html#createTeam(java.lang.String, org.kohsuke.github.GHOrganization.Permission, java.util.Collection)">createTeam(String, GHOrganization.Permission, Collection<GHRepository>)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a></dt>
|
||
<dd>
|
||
<div class="block">Creates a new team and assigns the repositories.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHOrganization.html#createTeam(java.lang.String, org.kohsuke.github.GHOrganization.Permission, org.kohsuke.github.GHRepository...)">createTeam(String, GHOrganization.Permission, GHRepository...)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#createToken(java.util.Collection, java.lang.String, java.lang.String)">createToken(Collection<String>, String, String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd>
|
||
<div class="block">Creates a new authorization.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#createWebHook(java.net.URL, java.util.Collection)">createWebHook(URL, Collection<GHEvent>)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#createWebHook(java.net.URL)">createWebHook(URL)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployment.html#creator">creator</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployment.html" title="class in org.kohsuke.github">GHDeployment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentStatus.html#creator">creator</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentStatus.html" title="class in org.kohsuke.github">GHDeploymentStatus</a></dt>
|
||
<dd> </dd>
|
||
</dl>
|
||
<a name="_D_">
|
||
<!-- -->
|
||
</a>
|
||
<h2 class="title">D</h2>
|
||
<dl>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/HttpConnector.html#DEFAULT">DEFAULT</a></span> - Static variable in interface org.kohsuke.github.<a href="./org/kohsuke/github/HttpConnector.html" title="interface in org.kohsuke.github">HttpConnector</a></dt>
|
||
<dd>
|
||
<div class="block">Default implementation that uses <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/net/URL.html?is-external=true#openConnection()" title="class or interface in java.net"><code>URL.openConnection()</code></a>.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAsset.html#delete()">delete()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAsset.html" title="class in org.kohsuke.github">GHAsset</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitComment.html#delete()">delete()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitComment.html" title="class in org.kohsuke.github">GHCommitComment</a></dt>
|
||
<dd>
|
||
<div class="block">Deletes this comment.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContent.html#delete(java.lang.String)">delete(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContent.html#delete(java.lang.String, java.lang.String)">delete(String, String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployKey.html#delete()">delete()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployKey.html" title="class in org.kohsuke.github">GHDeployKey</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGist.html#delete()">delete()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github">GHGist</a></dt>
|
||
<dd>
|
||
<div class="block">Deletes this gist.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHHook.html#delete()">delete()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHHook.html" title="class in org.kohsuke.github">GHHook</a></dt>
|
||
<dd>
|
||
<div class="block">Deletes this hook.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHLabel.html#delete()">delete()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHLabel.html" title="class in org.kohsuke.github">GHLabel</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRef.html#delete()">delete()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRef.html" title="class in org.kohsuke.github">GHRef</a></dt>
|
||
<dd>
|
||
<div class="block">Deletes this ref from the repository using the GitHub API.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRelease.html#delete()">delete()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRelease.html" title="class in org.kohsuke.github">GHRelease</a></dt>
|
||
<dd>
|
||
<div class="block">Deletes this release.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#delete()">delete()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Deletes this repository.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHSubscription.html#delete()">delete()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHSubscription.html" title="class in org.kohsuke.github">GHSubscription</a></dt>
|
||
<dd>
|
||
<div class="block">Removes this subscription.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#DELETE_REPO">DELETE_REPO</a></span> - Static variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentStatus.html#deployment_url">deployment_url</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentStatus.html" title="class in org.kohsuke.github">GHDeploymentStatus</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployment.html#description">description</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployment.html" title="class in org.kohsuke.github">GHDeployment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentBuilder.html#description(java.lang.String)">description(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentBuilder.html" title="class in org.kohsuke.github">GHDeploymentBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentStatus.html#description">description</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentStatus.html" title="class in org.kohsuke.github">GHDeploymentStatus</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentStatusBuilder.html#description(java.lang.String)">description(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentStatusBuilder.html" title="class in org.kohsuke.github">GHDeploymentStatusBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGistBuilder.html#description(java.lang.String)">description(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGistBuilder.html" title="class in org.kohsuke.github">GHGistBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHReleaseBuilder.html#draft(boolean)">draft(boolean)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHReleaseBuilder.html" title="class in org.kohsuke.github">GHReleaseBuilder</a></dt>
|
||
<dd>
|
||
<div class="block">Optional.</div>
|
||
</dd>
|
||
</dl>
|
||
<a name="_E_">
|
||
<!-- -->
|
||
</a>
|
||
<h2 class="title">E</h2>
|
||
<dl>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEmail.html#email">email</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEmail.html" title="class in org.kohsuke.github">GHEmail</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#email">email</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#enableDownloads(boolean)">enableDownloads(boolean)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#enableIssueTracker(boolean)">enableIssueTracker(boolean)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Enables or disables the issue tracker for this repository.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#enableWiki(boolean)">enableWiki(boolean)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Enables or disables Wiki for this repository.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployment.html#environment">environment</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployment.html" title="class in org.kohsuke.github">GHDeployment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentBuilder.html#environment(java.lang.String)">environment(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentBuilder.html" title="class in org.kohsuke.github">GHDeploymentBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEmail.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEmail.html" title="class in org.kohsuke.github">GHEmail</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGist.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github">GHGist</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHUser.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a></dt>
|
||
<dd> </dd>
|
||
</dl>
|
||
<a name="_F_">
|
||
<!-- -->
|
||
</a>
|
||
<h2 class="title">F</h2>
|
||
<dl>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGistBuilder.html#file(java.lang.String, java.lang.String)">file(String, String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGistBuilder.html" title="class in org.kohsuke.github">GHGistBuilder</a></dt>
|
||
<dd>
|
||
<div class="block">Adds a new file.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHUser.html#follow()">follow()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a></dt>
|
||
<dd>
|
||
<div class="block">Follow this user.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#followers">followers</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#following">following</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGist.html#fork()">fork()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github">GHGist</a></dt>
|
||
<dd>
|
||
<div class="block">Forks this gist into your own.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#fork()">fork()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Forks this repository as your repository.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#forkTo(org.kohsuke.github.GHOrganization)">forkTo(GHOrganization)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Forks this repository into an organization.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitQueryBuilder.html#from(java.lang.String)">from(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitQueryBuilder.html" title="class in org.kohsuke.github">GHCommitQueryBuilder</a></dt>
|
||
<dd>
|
||
<div class="block">Specifies the SHA1 commit / tag / branch / etc to start listing commits from.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHubBuilder.html#fromCredentials()">fromCredentials()</a></span> - Static method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHubBuilder.html" title="class in org.kohsuke.github">GitHubBuilder</a></dt>
|
||
<dd>
|
||
<div class="block">First check if the credentials are configured using the ~/.github properties file.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHubBuilder.html#fromEnvironment(java.lang.String, java.lang.String, java.lang.String)">fromEnvironment(String, String, String)</a></span> - Static method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHubBuilder.html" title="class in org.kohsuke.github">GitHubBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHubBuilder.html#fromEnvironment()">fromEnvironment()</a></span> - Static method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHubBuilder.html" title="class in org.kohsuke.github">GitHubBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHubBuilder.html#fromProperties(java.util.Properties)">fromProperties(Properties)</a></span> - Static method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHubBuilder.html" title="class in org.kohsuke.github">GitHubBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHubBuilder.html#fromPropertyFile()">fromPropertyFile()</a></span> - Static method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHubBuilder.html" title="class in org.kohsuke.github">GitHubBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHubBuilder.html#fromPropertyFile(java.lang.String)">fromPropertyFile(String)</a></span> - Static method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHubBuilder.html" title="class in org.kohsuke.github">GitHubBuilder</a></dt>
|
||
<dd> </dd>
|
||
</dl>
|
||
<a name="_G_">
|
||
<!-- -->
|
||
</a>
|
||
<h2 class="title">G</h2>
|
||
<dl>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.IssueComment.html#getAction()">getAction()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.IssueComment.html" title="class in org.kohsuke.github">GHEventPayload.IssueComment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.PullRequest.html#getAction()">getAction()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.PullRequest.html" title="class in org.kohsuke.github">GHEventPayload.PullRequest</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventInfo.html#getActor()">getActor()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventInfo.html#getActorLogin()">getActorLogin()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a></dt>
|
||
<dd>
|
||
<div class="block">Quick way to just get the actor of the login.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequest.html#getAdditions()">getAdditions()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.html#getAheadBy()">getAheadBy()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.html" title="class in org.kohsuke.github">GHCompare</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMyself.html#getAllOrganizations()">getAllOrganizations()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHMyself.html" title="class in org.kohsuke.github">GHMyself</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the organization that this user belongs to.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMyself.html#getAllRepositories()">getAllRepositories()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHMyself.html" title="class in org.kohsuke.github">GHMyself</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the all repositories this user owns (public and private).</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#getApiRoute()">getApiRoute()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMilestone.html#getApiRoute()">getApiRoute()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHMilestone.html" title="class in org.kohsuke.github">GHMilestone</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequest.html#getApiRoute()">getApiRoute()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#getApiURL()">getApiURL()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#getApiURL()">getApiURL()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequestCommitDetail.html#getApiUrl()">getApiUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequestCommitDetail.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#getAppName()">getAppName()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#getAppUrl()">getAppUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRelease.html#getAssets()">getAssets()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRelease.html" title="class in org.kohsuke.github">GHRelease</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRelease.html#getAssetsUrl()">getAssetsUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRelease.html" title="class in org.kohsuke.github">GHRelease</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#getAssignee()">getAssignee()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.html#getAuthor()">getAuthor()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.ShortInfo.html#getAuthor()">getAuthor()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.ShortInfo.html" title="class in org.kohsuke.github">GHCommit.ShortInfo</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.InnerCommit.html#getAuthor()">getAuthor()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.InnerCommit.html" title="class in org.kohsuke.github">GHCompare.InnerCommit</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.Push.PushCommit.html#getAuthor()">getAuthor()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.Push.PushCommit.html" title="class in org.kohsuke.github">GHEventPayload.Push.PushCommit</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequestCommitDetail.Commit.html#getAuthor()">getAuthor()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequestCommitDetail.Commit.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail.Commit</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#getAvatarUrl()">getAvatarUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd>
|
||
<div class="block">Returns a string like 'https://secure.gravatar.com/avatar/0cb9832a01c22c083390f3c5dcb64105'
|
||
that indicates the avatar image URL.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequest.html#getBase()">getBase()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a></dt>
|
||
<dd>
|
||
<div class="block">This points to where the change should be pulled into,
|
||
but I'm not really sure what exactly it means.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.html#getBaseCommit()">getBaseCommit()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.html" title="class in org.kohsuke.github">GHCompare</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.Push.html#getBefore()">getBefore()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.Push.html" title="class in org.kohsuke.github">GHEventPayload.Push</a></dt>
|
||
<dd>
|
||
<div class="block">This is undocumented, but it looks like this captures the commit that the ref was pointing to
|
||
before the push.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.html#getBehindBy()">getBehindBy()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.html" title="class in org.kohsuke.github">GHCompare</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.File.html#getBlobUrl()">getBlobUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.File.html" title="class in org.kohsuke.github">GHCommit.File</a></dt>
|
||
<dd>
|
||
<div class="block">URL like 'https://github.com/jenkinsci/jenkins/blob/1182e2ebb1734d0653142bd422ad33c21437f7cf/core/pom.xml'
|
||
that resolves to the HTML page that describes this file.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#getBlog()">getBlog()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the blog URL of this user.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitComment.html#getBody()">getBody()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitComment.html" title="class in org.kohsuke.github">GHCommitComment</a></dt>
|
||
<dd>
|
||
<div class="block">Commit comment in the GitHub flavored markdown format.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#getBody()">getBody()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd>
|
||
<div class="block">The description of this pull request.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssueComment.html#getBody()">getBody()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssueComment.html" title="class in org.kohsuke.github">GHIssueComment</a></dt>
|
||
<dd>
|
||
<div class="block">The comment itself.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRelease.html#getBody()">getBody()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRelease.html" title="class in org.kohsuke.github">GHRelease</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getBranches()">getBranches()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Gets branches by <a href="./org/kohsuke/github/GHBranch.html#getName()">their names</a>.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAsset.html#getBrowserDownloadUrl()">getBrowserDownloadUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAsset.html" title="class in org.kohsuke.github">GHAsset</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequest.html#getChangedFiles()">getChangedFiles()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#getClosedAt()">getClosedAt()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#getClosedBy()">getClosedBy()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd>
|
||
<div class="block">Reports who has closed the issue.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequest.html#getClosedBy()">getClosedBy()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMilestone.html#getClosedIssues()">getClosedIssues()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHMilestone.html" title="class in org.kohsuke.github">GHMilestone</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getCollaboratorNames()">getCollaboratorNames()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the names of the collaborators on this repository.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getCollaborators()">getCollaborators()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the collaborators on this repository.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHLabel.html#getColor()">getColor()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHLabel.html" title="class in org.kohsuke.github">GHLabel</a></dt>
|
||
<dd>
|
||
<div class="block">Color code without leading '#', such as 'f29513'</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.IssueComment.html#getComment()">getComment()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.IssueComment.html" title="class in org.kohsuke.github">GHEventPayload.IssueComment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequestCommitDetail.Commit.html#getComment_count()">getComment_count()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequestCommitDetail.Commit.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail.Commit</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.ShortInfo.html#getCommentCount()">getCommentCount()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.ShortInfo.html" title="class in org.kohsuke.github">GHCommit.ShortInfo</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGist.html#getCommentCount()">getCommentCount()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github">GHGist</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#getComments()">getComments()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd>
|
||
<div class="block">Obtains all the comments associated with this issue.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#getCommentsCount()">getCommentsCount()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGist.html#getCommentsUrl()">getCommentsUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github">GHGist</a></dt>
|
||
<dd>
|
||
<div class="block">API URL of listing comments.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequestCommitDetail.html#getCommentsUrl()">getCommentsUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequestCommitDetail.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitComment.html#getCommit()">getCommit()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitComment.html" title="class in org.kohsuke.github">GHCommitComment</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the commit to which this comment is associated with.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.Commit.html#getCommit()">getCommit()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.Commit.html" title="class in org.kohsuke.github">GHCompare.Commit</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContentUpdateResponse.html#getCommit()">getCommit()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHContentUpdateResponse.html" title="class in org.kohsuke.github">GHContentUpdateResponse</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequestCommitDetail.html#getCommit()">getCommit()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequestCommitDetail.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getCommit(java.lang.String)">getCommit(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Gets a commit object in this repository.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHTag.html#getCommit()">getCommit()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHTag.html" title="class in org.kohsuke.github">GHTag</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.html#getCommits()">getCommits()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.html" title="class in org.kohsuke.github">GHCompare</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.Push.html#getCommits()">getCommits()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.Push.html" title="class in org.kohsuke.github">GHEventPayload.Push</a></dt>
|
||
<dd>
|
||
<div class="block">The list of pushed commits.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.html#getCommitShortInfo()">getCommitShortInfo()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGist.html#getCommitsUrl()">getCommitsUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github">GHGist</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.html#getCommitter()">getCommitter()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.ShortInfo.html#getCommitter()">getCommitter()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.ShortInfo.html" title="class in org.kohsuke.github">GHCommit.ShortInfo</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.InnerCommit.html#getCommitter()">getCommitter()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.InnerCommit.html" title="class in org.kohsuke.github">GHCompare.InnerCommit</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequestCommitDetail.Commit.html#getCommitter()">getCommitter()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequestCommitDetail.Commit.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail.Commit</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#getCompany()">getCompany()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the company name of this user, like "Sun Microsystems, Inc."</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getCompare(java.lang.String, java.lang.String)">getCompare(String, String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Gets a comparison between 2 points in the repository.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getCompare(org.kohsuke.github.GHCommit, org.kohsuke.github.GHCommit)">getCompare(GHCommit, GHCommit)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getCompare(org.kohsuke.github.GHBranch, org.kohsuke.github.GHBranch)">getCompare(GHBranch, GHBranch)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHHook.html#getConfig()">getConfig()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHHook.html" title="class in org.kohsuke.github">GHHook</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#getConnector()">getConnector()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContent.html#getContent()">getContent()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></dt>
|
||
<dd>
|
||
<div class="block">Retrieve the decoded content that is stored at this location.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContentUpdateResponse.html#getContent()">getContent()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHContentUpdateResponse.html" title="class in org.kohsuke.github">GHContentUpdateResponse</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGistFile.html#getContent()">getContent()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGistFile.html" title="class in org.kohsuke.github">GHGistFile</a></dt>
|
||
<dd>
|
||
<div class="block">Content of this file.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAsset.html#getContentType()">getContentType()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAsset.html" title="class in org.kohsuke.github">GHAsset</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitStatus.html#getContext()">getContext()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitStatus.html" title="class in org.kohsuke.github">GHCommitStatus</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.Contributor.html#getContributions()">getContributions()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.Contributor.html" title="class in org.kohsuke.github">GHRepository.Contributor</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventInfo.html#getCreatedAt()">getCreatedAt()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHObject.html#getCreatedAt()">getCreatedAt()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHObject.html" title="class in org.kohsuke.github">GHObject</a></dt>
|
||
<dd>
|
||
<div class="block">When was this resource created?</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#getCreatedAt()">getCreatedAt()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHSubscription.html#getCreatedAt()">getCreatedAt()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHSubscription.html" title="class in org.kohsuke.github">GHSubscription</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitStatus.html#getCreator()">getCreator()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitStatus.html" title="class in org.kohsuke.github">GHCommitStatus</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployment.html#getCreator()">getCreator()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployment.html" title="class in org.kohsuke.github">GHDeployment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMilestone.html#getCreator()">getCreator()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHMilestone.html" title="class in org.kohsuke.github">GHMilestone</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitUser.html#getDate()">getDate()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitUser.html" title="class in org.kohsuke.github">GitUser</a></dt>
|
||
<dd>
|
||
<div class="block">This field doesn't appear to be consistently available in all the situations where this class
|
||
is used.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequest.html#getDeletions()">getDeletions()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getDeployKeys()">getDeployKeys()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getDeploymentStatuses(int)">getDeploymentStatuses(int)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentStatus.html#getDeploymentUrl()">getDeploymentUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentStatus.html" title="class in org.kohsuke.github">GHDeploymentStatus</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitStatus.html#getDescription()">getDescription()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitStatus.html" title="class in org.kohsuke.github">GHCommitStatus</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGist.html#getDescription()">getDescription()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github">GHGist</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMilestone.html#getDescription()">getDescription()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHMilestone.html" title="class in org.kohsuke.github">GHMilestone</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getDescription()">getDescription()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.html#getDiffUrl()">getDiffUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.html" title="class in org.kohsuke.github">GHCompare</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.PullRequest.html#getDiffUrl()">getDiffUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.PullRequest.html" title="class in org.kohsuke.github">GHIssue.PullRequest</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequest.html#getDiffUrl()">getDiffUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a></dt>
|
||
<dd>
|
||
<div class="block">The diff file,
|
||
like https://github.com/jenkinsci/jenkins/pull/100.diff</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getDirectoryContent(java.lang.String)">getDirectoryContent(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getDirectoryContent(java.lang.String, java.lang.String)">getDirectoryContent(String, String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAsset.html#getDownloadCount()">getDownloadCount()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAsset.html" title="class in org.kohsuke.github">GHAsset</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMilestone.html#getDueOn()">getDueOn()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHMilestone.html" title="class in org.kohsuke.github">GHMilestone</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEmail.html#getEmail()">getEmail()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEmail.html" title="class in org.kohsuke.github">GHEmail</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#getEmail()">getEmail()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the e-mail address of the user.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitUser.html#getEmail()">getEmail()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitUser.html" title="class in org.kohsuke.github">GitUser</a></dt>
|
||
<dd>
|
||
<div class="block">E-mail address, such as "foo@example.com"</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMyself.html#getEmails()">getEmails()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHMyself.html" title="class in org.kohsuke.github">GHMyself</a></dt>
|
||
<dd>
|
||
<div class="block"><span class="strong">Deprecated.</span>
|
||
<div class="block"><i>Use <a href="./org/kohsuke/github/GHMyself.html#getEmails2()"><code>GHMyself.getEmails2()</code></a></i></div>
|
||
</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMyself.html#getEmails2()">getEmails2()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHMyself.html" title="class in org.kohsuke.github">GHMyself</a></dt>
|
||
<dd>
|
||
<div class="block">Returns the read-only list of e-mail addresses configured for you.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContent.html#getEncodedContent()">getEncodedContent()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></dt>
|
||
<dd>
|
||
<div class="block">Retrieve the raw content that is stored at this location.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContent.html#getEncoding()">getEncoding()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployment.html#getEnvironment()">getEnvironment()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployment.html" title="class in org.kohsuke.github">GHDeployment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHHook.html#getEvents()">getEvents()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHHook.html" title="class in org.kohsuke.github">GHHook</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#getEvents()">getEvents()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd>
|
||
<div class="block">Public events visible to you.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGist.html#getFile(java.lang.String)">getFile(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github">GHGist</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getFileContent(java.lang.String)">getFileContent(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getFileContent(java.lang.String, java.lang.String)">getFileContent(String, String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.File.html#getFileName()">getFileName()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.File.html" title="class in org.kohsuke.github">GHCommit.File</a></dt>
|
||
<dd>
|
||
<div class="block">Just the base name and the extension without any directory name.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGistFile.html#getFileName()">getFileName()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGistFile.html" title="class in org.kohsuke.github">GHGistFile</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.html#getFiles()">getFiles()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a></dt>
|
||
<dd>
|
||
<div class="block">List of files changed/added/removed in this commit.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.html#getFiles()">getFiles()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.html" title="class in org.kohsuke.github">GHCompare</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGist.html#getFiles()">getFiles()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github">GHGist</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHUser.html#getFollowers()">getFollowers()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a></dt>
|
||
<dd>
|
||
<div class="block">Lists the users who are following this user.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#getFollowersCount()">getFollowersCount()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#getFollowingCount()">getFollowingCount()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHUser.html#getFollows()">getFollows()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a></dt>
|
||
<dd>
|
||
<div class="block">Lists the users that this user is following</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getForks()">getForks()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGist.html#getForksUrl()">getForksUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github">GHGist</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getFullName()">getFullName()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Full repository name including the owner or organization.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#getGist(java.lang.String)">getGist(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd>
|
||
<div class="block">Gets a sigle gist by ID.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGist.html#getGitPullUrl()">getGitPullUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github">GHGist</a></dt>
|
||
<dd>
|
||
<div class="block">URL like https://gist.github.com/gists/12345.git</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGist.html#getGitPushUrl()">getGitPushUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github">GHGist</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getGitTransportUrl()">getGitTransportUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the git:// URL to this repository, such as "git://github.com/kohsuke/jenkins.git"
|
||
This URL is read-only.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContent.html#getGitUrl()">getGitUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#getGravatarId()">getGravatarId()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd>
|
||
<div class="block"><span class="strong">Deprecated.</span>
|
||
<div class="block"><i>No longer available in the v3 API.</i></div>
|
||
</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.Push.html#getHead()">getHead()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.Push.html" title="class in org.kohsuke.github">GHEventPayload.Push</a></dt>
|
||
<dd>
|
||
<div class="block">The SHA of the HEAD commit on the repository</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequest.html#getHead()">getHead()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a></dt>
|
||
<dd>
|
||
<div class="block">The change that should be pulled.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getHomepage()">getHomepage()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getHook(int)">getHook(int)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getHooks()">getHooks()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Retrieves the currently configured hooks.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequestCommitDetail.CommitPointer.html#getHtml_url()">getHtml_url()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequestCommitDetail.CommitPointer.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail.CommitPointer</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitComment.html#getHtmlUrl()">getHtmlUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitComment.html" title="class in org.kohsuke.github">GHCommitComment</a></dt>
|
||
<dd>
|
||
<div class="block">URL like 'https://github.com/kohsuke/sandbox-ant/commit/8ae38db0ea5837313ab5f39d43a6f73de3bd9000#commitcomment-1252827' to
|
||
show this commit comment in a browser.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.html#getHtmlUrl()">getHtmlUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.html" title="class in org.kohsuke.github">GHCompare</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContent.html#getHtmlUrl()">getHtmlUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGist.html#getHtmlUrl()">getHtmlUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github">GHGist</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#getHtmlUrl()">getHtmlUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd>
|
||
<div class="block">The HTML page of this issue,
|
||
like https://github.com/jenkinsci/jenkins/issues/100</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#getHtmlUrl()">getHtmlUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRelease.html#getHtmlUrl()">getHtmlUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRelease.html" title="class in org.kohsuke.github">GHRelease</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployKey.html#getId()">getId()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployKey.html" title="class in org.kohsuke.github">GHDeployKey</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHKey.html#getId()">getId()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHKey.html" title="class in org.kohsuke.github">GHKey</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHObject.html#getId()">getId()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHObject.html" title="class in org.kohsuke.github">GHObject</a></dt>
|
||
<dd>
|
||
<div class="block">Unique ID number of this resource.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHTeam.html#getId()">getId()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.IssueComment.html#getIssue()">getIssue()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.IssueComment.html" title="class in org.kohsuke.github">GHEventPayload.IssueComment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getIssue(int)">getIssue(int)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getIssues(org.kohsuke.github.GHIssueState)">getIssues(GHIssueState)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getIssues(org.kohsuke.github.GHIssueState, org.kohsuke.github.GHMilestone)">getIssues(GHIssueState, GHMilestone)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#getIssuesApiRoute()">getIssuesApiRoute()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequest.html#getIssueUpdatedAt()">getIssueUpdatedAt()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a></dt>
|
||
<dd>
|
||
<div class="block"><span class="strong">Deprecated.</span></div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequest.html#getIssueUrl()">getIssueUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a></dt>
|
||
<dd>
|
||
<div class="block">The URL of the patch file.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployKey.html#getKey()">getKey()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployKey.html" title="class in org.kohsuke.github">GHDeployKey</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHKey.html#getKey()">getKey()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHKey.html" title="class in org.kohsuke.github">GHKey</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAsset.html#getLabel()">getLabel()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAsset.html" title="class in org.kohsuke.github">GHAsset</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitPointer.html#getLabel()">getLabel()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitPointer.html" title="class in org.kohsuke.github">GHCommitPointer</a></dt>
|
||
<dd>
|
||
<div class="block">String that looks like "USERNAME:REF".</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getLabel(java.lang.String)">getLabel(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#getLabels()">getLabels()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequest.html#getLabels()">getLabels()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGistFile.html#getLanguage()">getLanguage()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGistFile.html" title="class in org.kohsuke.github">GHGistFile</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getLanguage()">getLanguage()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the primary programming language.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getLastCommitStatus(java.lang.String)">getLastCommitStatus(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the last status of this commit, which is what gets shown in the UI.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.html#getLastStatus()">getLastStatus()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the last status of this commit, which is what gets shown in the UI.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitComment.html#getLine()">getLine()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitComment.html" title="class in org.kohsuke.github">GHCommitComment</a></dt>
|
||
<dd>
|
||
<div class="block">A commit comment can be on a specific line of a specific file, if so, this field points to the line number in the file.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.File.html#getLinesAdded()">getLinesAdded()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.File.html" title="class in org.kohsuke.github">GHCommit.File</a></dt>
|
||
<dd>
|
||
<div class="block">Number of lines added.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.html#getLinesAdded()">getLinesAdded()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a></dt>
|
||
<dd>
|
||
<div class="block">Number of lines added.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.File.html#getLinesChanged()">getLinesChanged()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.File.html" title="class in org.kohsuke.github">GHCommit.File</a></dt>
|
||
<dd>
|
||
<div class="block">Number of lines added + removed.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.html#getLinesChanged()">getLinesChanged()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a></dt>
|
||
<dd>
|
||
<div class="block">Number of lines added + removed.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.File.html#getLinesDeleted()">getLinesDeleted()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.File.html" title="class in org.kohsuke.github">GHCommit.File</a></dt>
|
||
<dd>
|
||
<div class="block">Number of lines removed.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.html#getLinesDeleted()">getLinesDeleted()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a></dt>
|
||
<dd>
|
||
<div class="block">Number of lines removed.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#getLocation()">getLocation()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the location of this user, like "Santa Clara, California"</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#getLogin()">getLogin()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the login ID of this user, like 'kohsuke'</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getMasterBranch()">getMasterBranch()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Returns the primary branch you'll configure in the "Admin > Options" config page.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHOrganization.html#getMembers()">getMembers()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a></dt>
|
||
<dd>
|
||
<div class="block"><span class="strong">Deprecated.</span>
|
||
<div class="block"><i>use <a href="./org/kohsuke/github/GHOrganization.html#listMembers()"><code>GHOrganization.listMembers()</code></a></i></div>
|
||
</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHTeam.html#getMembers()">getMembers()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequest.html#getMergeable()">getMergeable()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequest.html#getMergeableState()">getMergeableState()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.html#getMergeBaseCommit()">getMergeBaseCommit()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.html" title="class in org.kohsuke.github">GHCompare</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequest.html#getMergedAt()">getMergedAt()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequest.html#getMergedBy()">getMergedBy()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.ShortInfo.html#getMessage()">getMessage()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.ShortInfo.html" title="class in org.kohsuke.github">GHCommit.ShortInfo</a></dt>
|
||
<dd>
|
||
<div class="block">Commit message.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.InnerCommit.html#getMessage()">getMessage()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.InnerCommit.html" title="class in org.kohsuke.github">GHCompare.InnerCommit</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.Push.PushCommit.html#getMessage()">getMessage()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.Push.PushCommit.html" title="class in org.kohsuke.github">GHEventPayload.Push.PushCommit</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequestCommitDetail.Commit.html#getMessage()">getMessage()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequestCommitDetail.Commit.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail.Commit</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#getMilestone()">getMilestone()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getMilestone(int)">getMilestone(int)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getMilestones()">getMilestones()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block"><span class="strong">Deprecated.</span>
|
||
<div class="block"><i>Use <a href="./org/kohsuke/github/GHRepository.html#listMilestones(org.kohsuke.github.GHIssueState)"><code>GHRepository.listMilestones(GHIssueState)</code></a></i></div>
|
||
</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#getMyOrganizations()">getMyOrganizations()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd>
|
||
<div class="block">This method returns a shallowly populated organizations.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#getMyself()">getMyself()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the <a href="./org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github"><code>GHUser</code></a> that represents yourself.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#getMyTeams()">getMyTeams()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd>
|
||
<div class="block">Gets complete map of organizations/teams that current user belongs to.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAsset.html#getName()">getName()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAsset.html" title="class in org.kohsuke.github">GHAsset</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHBranch.html#getName()">getName()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHBranch.html" title="class in org.kohsuke.github">GHBranch</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContent.html#getName()">getName()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHHook.html#getName()">getName()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHHook.html" title="class in org.kohsuke.github">GHHook</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHLabel.html#getName()">getName()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHLabel.html" title="class in org.kohsuke.github">GHLabel</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#getName()">getName()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the human-readable name of the user, like "Kohsuke Kawaguchi"</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRelease.html#getName()">getName()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRelease.html" title="class in org.kohsuke.github">GHRelease</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getName()">getName()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Short repository name without the owner.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHTag.html#getName()">getName()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHTag.html" title="class in org.kohsuke.github">GHTag</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHTeam.html#getName()">getName()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitUser.html#getName()">getName()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitUser.html" title="class in org.kohsuke.github">GitUser</a></dt>
|
||
<dd>
|
||
<div class="block">Human readable name of the user, such as "Kohsuke Kawaguchi"</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getNetworkCount()">getNetworkCount()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#getNote()">getNote()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#getNoteUrl()">getNoteUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.PullRequest.html#getNumber()">getNumber()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.PullRequest.html" title="class in org.kohsuke.github">GHEventPayload.PullRequest</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#getNumber()">getNumber()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd>
|
||
<div class="block">ID.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMilestone.html#getNumber()">getNumber()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHMilestone.html" title="class in org.kohsuke.github">GHMilestone</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRef.html#getObject()">getObject()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRef.html" title="class in org.kohsuke.github">GHRef</a></dt>
|
||
<dd>
|
||
<div class="block">The object that this ref points to.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getOpenIssueCount()">getOpenIssueCount()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMilestone.html#getOpenIssues()">getOpenIssues()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHMilestone.html" title="class in org.kohsuke.github">GHMilestone</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventInfo.html#getOrganization()">getOrganization()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHTeam.html#getOrganization()">getOrganization()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#getOrganization(java.lang.String)">getOrganization(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHUser.html#getOrganizations()">getOrganizations()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the organization that this user belongs to publicly.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAsset.html#getOwner()">getOwner()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAsset.html" title="class in org.kohsuke.github">GHAsset</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHBranch.html#getOwner()">getOwner()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHBranch.html" title="class in org.kohsuke.github">GHBranch</a></dt>
|
||
<dd>
|
||
<div class="block">Repository that this branch is in.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.html#getOwner()">getOwner()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a></dt>
|
||
<dd>
|
||
<div class="block">The repository that contains the commit.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitComment.html#getOwner()">getOwner()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitComment.html" title="class in org.kohsuke.github">GHCommitComment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContent.html#getOwner()">getOwner()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGist.html#getOwner()">getOwner()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github">GHGist</a></dt>
|
||
<dd>
|
||
<div class="block">User that owns this Gist.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMilestone.html#getOwner()">getOwner()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHMilestone.html" title="class in org.kohsuke.github">GHMilestone</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRelease.html#getOwner()">getOwner()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRelease.html" title="class in org.kohsuke.github">GHRelease</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getOwner()">getOwner()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHTag.html#getOwner()">getOwner()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHTag.html" title="class in org.kohsuke.github">GHTag</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getOwnerName()">getOwnerName()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssueComment.html#getParent()">getParent()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssueComment.html" title="class in org.kohsuke.github">GHIssueComment</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the issue to which this comment is associated.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.html#getParents()">getParents()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a></dt>
|
||
<dd>
|
||
<div class="block">Resolves the parent commit objects and return them.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequestCommitDetail.html#getParents()">getParents()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequestCommitDetail.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.html#getParentSHA1s()">getParentSHA1s()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a></dt>
|
||
<dd>
|
||
<div class="block">Returns the SHA1 of parent commit objects.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.File.html#getPatch()">getPatch()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.File.html" title="class in org.kohsuke.github">GHCommit.File</a></dt>
|
||
<dd>
|
||
<div class="block">The actual change.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.html#getPatchUrl()">getPatchUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.html" title="class in org.kohsuke.github">GHCompare</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.PullRequest.html#getPatchUrl()">getPatchUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.PullRequest.html" title="class in org.kohsuke.github">GHIssue.PullRequest</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequest.html#getPatchUrl()">getPatchUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a></dt>
|
||
<dd>
|
||
<div class="block">The URL of the patch file.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitComment.html#getPath()">getPath()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitComment.html" title="class in org.kohsuke.github">GHCommitComment</a></dt>
|
||
<dd>
|
||
<div class="block">A commit comment can be on a specific line of a specific file, if so, this field points to a file.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContent.html#getPath()">getPath()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployment.html#getPayload()">getPayload()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployment.html" title="class in org.kohsuke.github">GHDeployment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventInfo.html#getPayload(java.lang.Class)">getPayload(Class<T>)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a></dt>
|
||
<dd>
|
||
<div class="block">Retrieves the payload.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.html#getPermalinkUrl()">getPermalinkUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.html" title="class in org.kohsuke.github">GHCompare</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHTeam.html#getPermission()">getPermission()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getPostCommitHooks()">getPostCommitHooks()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block"><span class="strong">Deprecated.</span>
|
||
<div class="block"><i>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></i></div>
|
||
</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#getPublicGistCount()">getPublicGistCount()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMyself.html#getPublicKeys()">getPublicKeys()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHMyself.html" title="class in org.kohsuke.github">GHMyself</a></dt>
|
||
<dd>
|
||
<div class="block">Returns the read-only list of all the pulic keys of the current user.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#getPublicRepoCount()">getPublicRepoCount()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMyself.html#getPublicVerifiedKeys()">getPublicVerifiedKeys()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHMyself.html" title="class in org.kohsuke.github">GHMyself</a></dt>
|
||
<dd>
|
||
<div class="block">Returns the read-only list of all the public verified keys of the current user.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRelease.html#getPublished_at()">getPublished_at()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRelease.html" title="class in org.kohsuke.github">GHRelease</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.PullRequest.html#getPullRequest()">getPullRequest()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.PullRequest.html" title="class in org.kohsuke.github">GHEventPayload.PullRequest</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#getPullRequest()">getPullRequest()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd>
|
||
<div class="block">Returns non-null if this issue is a shadow of a pull request.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequest.html#getPullRequest()">getPullRequest()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getPullRequest(int)">getPullRequest(int)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Retrieves a specified pull request.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHOrganization.html#getPullRequests()">getPullRequests()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a></dt>
|
||
<dd>
|
||
<div class="block">Gets all the open pull requests in this organizataion.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getPullRequests(org.kohsuke.github.GHIssueState)">getPullRequests(GHIssueState)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Retrieves all the pull requests of a particular state.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getPushedAt()">getPushedAt()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#getRateLimit()">getRateLimit()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the current rate limit.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.File.html#getRawUrl()">getRawUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.File.html" title="class in org.kohsuke.github">GHCommit.File</a></dt>
|
||
<dd>
|
||
<div class="block">URL like 'https://raw.github.com/jenkinsci/jenkins/4eb17c197dfdcf8ef7ff87eb160f24f6a20b7f0e/core/pom.xml'
|
||
that resolves to the actual content of the file.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGistFile.html#getRawUrl()">getRawUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGistFile.html" title="class in org.kohsuke.github">GHGistFile</a></dt>
|
||
<dd>
|
||
<div class="block">URL that serves this file as-is.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getReadme()">getReadme()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">https://developer.github.com/v3/repos/contents/#get-the-readme</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHSubscription.html#getReason()">getReason()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHSubscription.html" title="class in org.kohsuke.github">GHSubscription</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitPointer.html#getRef()">getRef()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitPointer.html" title="class in org.kohsuke.github">GHCommitPointer</a></dt>
|
||
<dd>
|
||
<div class="block">Named ref to the commit.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployment.html#getRef()">getRef()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployment.html" title="class in org.kohsuke.github">GHDeployment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.Push.html#getRef()">getRef()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.Push.html" title="class in org.kohsuke.github">GHEventPayload.Push</a></dt>
|
||
<dd>
|
||
<div class="block">The full Git ref that was pushed.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRef.html#getRef()">getRef()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRef.html" title="class in org.kohsuke.github">GHRef</a></dt>
|
||
<dd>
|
||
<div class="block">Name of the ref, such as "refs/tags/abc"</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getRef(java.lang.String)">getRef(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Retrive a ref of the given type for the current GitHub repository.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getRefs()">getRefs()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Retrieves all refs for the github repository.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getRefs(java.lang.String)">getRefs(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Retrieves all refs of the given type for the current GitHub repository.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getReleases()">getReleases()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block"><span class="strong">Deprecated.</span>
|
||
<div class="block"><i>use <a href="./org/kohsuke/github/GHRepository.html#listReleases()"><code>GHRepository.listReleases()</code></a></i></div>
|
||
</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#getRepositories()">getRepositories()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the public repositories this user owns.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHTeam.html#getRepositories()">getRepositories()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHOrganization.html#getRepositoriesWithOpenPullRequests()">getRepositoriesWithOpenPullRequests()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a></dt>
|
||
<dd>
|
||
<div class="block">List up repositories that has some open pull requests.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitPointer.html#getRepository()">getRepository()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitPointer.html" title="class in org.kohsuke.github">GHCommitPointer</a></dt>
|
||
<dd>
|
||
<div class="block">The repository that contains the commit.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventInfo.html#getRepository()">getRepository()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a></dt>
|
||
<dd>
|
||
<div class="block">Repository where the change was made.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.IssueComment.html#getRepository()">getRepository()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.IssueComment.html" title="class in org.kohsuke.github">GHEventPayload.IssueComment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.PullRequest.html#getRepository()">getRepository()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.PullRequest.html" title="class in org.kohsuke.github">GHEventPayload.PullRequest</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.Push.html#getRepository()">getRepository()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.Push.html" title="class in org.kohsuke.github">GHEventPayload.Push</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#getRepository()">getRepository()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd>
|
||
<div class="block">Repository to which the issue belongs.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#getRepository(java.lang.String)">getRepository(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHSubscription.html#getRepository()">getRepository()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHSubscription.html" title="class in org.kohsuke.github">GHSubscription</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#getRepository(java.lang.String)">getRepository(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the repository object from 'user/reponame' string that GitHub calls as "repository name"</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployment.html#getRepositoryUrl()">getRepositoryUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployment.html" title="class in org.kohsuke.github">GHDeployment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentStatus.html#getRepositoryUrl()">getRepositoryUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentStatus.html" title="class in org.kohsuke.github">GHDeploymentStatus</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHSubscription.html#getRepositoryUrl()">getRepositoryUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHSubscription.html" title="class in org.kohsuke.github">GHSubscription</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequest.html#getReviewComments()">getReviewComments()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAsset.html#getRoot()">getRoot()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAsset.html" title="class in org.kohsuke.github">GHAsset</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#getRoot()">getRoot()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHBranch.html#getRoot()">getRoot()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHBranch.html" title="class in org.kohsuke.github">GHBranch</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMilestone.html#getRoot()">getRoot()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHMilestone.html" title="class in org.kohsuke.github">GHMilestone</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRelease.html#getRoot()">getRoot()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRelease.html" title="class in org.kohsuke.github">GHRelease</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHTag.html#getRoot()">getRoot()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHTag.html" title="class in org.kohsuke.github">GHTag</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#getScopes()">getScopes()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.File.html#getSha()">getSha()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.File.html" title="class in org.kohsuke.github">GHCommit.File</a></dt>
|
||
<dd>
|
||
<div class="block">[0-9a-f]{40} SHA1 checksum.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitPointer.html#getSha()">getSha()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitPointer.html" title="class in org.kohsuke.github">GHCommitPointer</a></dt>
|
||
<dd>
|
||
<div class="block">SHA1 of the commit.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.InnerCommit.html#getSha()">getSha()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.InnerCommit.html" title="class in org.kohsuke.github">GHCompare.InnerCommit</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.Tree.html#getSha()">getSha()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.Tree.html" title="class in org.kohsuke.github">GHCompare.Tree</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContent.html#getSha()">getSha()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployment.html#getSha()">getSha()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployment.html" title="class in org.kohsuke.github">GHDeployment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.Push.PushCommit.html#getSha()">getSha()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.Push.PushCommit.html" title="class in org.kohsuke.github">GHEventPayload.Push.PushCommit</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequestCommitDetail.CommitPointer.html#getSha()">getSha()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequestCommitDetail.CommitPointer.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail.CommitPointer</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequestCommitDetail.html#getSha()">getSha()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequestCommitDetail.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequestCommitDetail.Tree.html#getSha()">getSha()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequestCommitDetail.Tree.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail.Tree</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRef.GHObject.html#getSha()">getSha()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRef.GHObject.html" title="class in org.kohsuke.github">GHRef.GHObject</a></dt>
|
||
<dd>
|
||
<div class="block">SHA1 of this object.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHBranch.html#getSHA1()">getSHA1()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHBranch.html" title="class in org.kohsuke.github">GHBranch</a></dt>
|
||
<dd>
|
||
<div class="block">The commit that this branch currently points to.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.html#getSHA1()">getSHA1()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a></dt>
|
||
<dd>
|
||
<div class="block">[0-9a-f]{40} SHA1 checksum.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitComment.html#getSHA1()">getSHA1()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitComment.html" title="class in org.kohsuke.github">GHCommitComment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAsset.html#getSize()">getSize()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAsset.html" title="class in org.kohsuke.github">GHAsset</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContent.html#getSize()">getSize()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.Push.html#getSize()">getSize()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.Push.html" title="class in org.kohsuke.github">GHEventPayload.Push</a></dt>
|
||
<dd>
|
||
<div class="block">The number of commits in the push.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGistFile.html#getSize()">getSize()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGistFile.html" title="class in org.kohsuke.github">GHGistFile</a></dt>
|
||
<dd>
|
||
<div class="block">File size in bytes.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getSize()">getSize()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getSshUrl()">getSshUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the SSH URL to access this repository, such as git@github.com:rails/rails.git</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAsset.html#getState()">getState()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAsset.html" title="class in org.kohsuke.github">GHAsset</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitStatus.html#getState()">getState()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitStatus.html" title="class in org.kohsuke.github">GHCommitStatus</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentStatus.html#getState()">getState()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentStatus.html" title="class in org.kohsuke.github">GHDeploymentStatus</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#getState()">getState()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMilestone.html#getState()">getState()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHMilestone.html" title="class in org.kohsuke.github">GHMilestone</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.File.html#getStatus()">getStatus()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.File.html" title="class in org.kohsuke.github">GHCommit.File</a></dt>
|
||
<dd>
|
||
<div class="block">"modified", "added", or "deleted"</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.html#getStatus()">getStatus()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.html" title="class in org.kohsuke.github">GHCompare</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployment.html#getStatusesUrl()">getStatusesUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployment.html" title="class in org.kohsuke.github">GHDeployment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getSubscribersCount()">getSubscribersCount()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getSubscription()">getSubscription()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Returns the current subscription.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getSvnUrl()">getSvnUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the Subversion URL to access this repository: https://github.com/rails/rails</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRelease.html#getTagName()">getTagName()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRelease.html" title="class in org.kohsuke.github">GHRelease</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRelease.html#getTarballUrl()">getTarballUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRelease.html" title="class in org.kohsuke.github">GHRelease</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRelease.html#getTargetCommitish()">getTargetCommitish()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRelease.html" title="class in org.kohsuke.github">GHRelease</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitStatus.html#getTargetUrl()">getTargetUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitStatus.html" title="class in org.kohsuke.github">GHCommitStatus</a></dt>
|
||
<dd>
|
||
<div class="block">The URL that this status is linked to.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentStatus.html#getTargetUrl()">getTargetUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentStatus.html" title="class in org.kohsuke.github">GHDeploymentStatus</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployment.html#getTask()">getTask()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployment.html" title="class in org.kohsuke.github">GHDeployment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHOrganization.html#getTeamByName(java.lang.String)">getTeamByName(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a></dt>
|
||
<dd>
|
||
<div class="block">Finds a team that has the given name in its <a href="./org/kohsuke/github/GHTeam.html#getName()"><code>GHTeam.getName()</code></a></div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHOrganization.html#getTeams()">getTeams()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a></dt>
|
||
<dd>
|
||
<div class="block">Teams by their names.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getTeams()">getTeams()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">If this repository belongs to an organization, return a set of teams.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployKey.html#getTitle()">getTitle()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployKey.html" title="class in org.kohsuke.github">GHDeployKey</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#getTitle()">getTitle()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHKey.html#getTitle()">getTitle()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHKey.html" title="class in org.kohsuke.github">GHKey</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMilestone.html#getTitle()">getTitle()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHMilestone.html" title="class in org.kohsuke.github">GHMilestone</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHVerifiedKey.html#getTitle()">getTitle()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHVerifiedKey.html" title="class in org.kohsuke.github">GHVerifiedKey</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#getToken()">getToken()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.html#getTotalCommits()">getTotalCommits()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.html" title="class in org.kohsuke.github">GHCompare</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/PagedSearchIterable.html#getTotalCount()">getTotalCount()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/PagedSearchIterable.html" title="class in org.kohsuke.github">PagedSearchIterable</a></dt>
|
||
<dd>
|
||
<div class="block">Returns the total number of hit, including the results that's not yet fetched.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.InnerCommit.html#getTree()">getTree()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.InnerCommit.html" title="class in org.kohsuke.github">GHCompare.InnerCommit</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContent.html#getType()">getType()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventInfo.html#getType()">getType()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGistFile.html#getType()">getType()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGistFile.html" title="class in org.kohsuke.github">GHGistFile</a></dt>
|
||
<dd>
|
||
<div class="block">Content type of this Gist, such as "text/plain"</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRef.GHObject.html#getType()">getType()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRef.GHObject.html" title="class in org.kohsuke.github">GHRef.GHObject</a></dt>
|
||
<dd>
|
||
<div class="block">Type of the object, such as "commit"</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHObject.html#getUpdatedAt()">getUpdatedAt()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHObject.html" title="class in org.kohsuke.github">GHObject</a></dt>
|
||
<dd>
|
||
<div class="block">When was this resource last updated?</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#getUpdatedAt()">getUpdatedAt()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRelease.html#getUploadUrl()">getUploadUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRelease.html" title="class in org.kohsuke.github">GHRelease</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.html#getUrl()">getUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.html" title="class in org.kohsuke.github">GHCompare</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.InnerCommit.html#getUrl()">getUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.InnerCommit.html" title="class in org.kohsuke.github">GHCompare.InnerCommit</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.Tree.html#getUrl()">getUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.Tree.html" title="class in org.kohsuke.github">GHCompare.Tree</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContent.html#getUrl()">getUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployKey.html#getUrl()">getUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployKey.html" title="class in org.kohsuke.github">GHDeployKey</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.Push.PushCommit.html#getUrl()">getUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.Push.PushCommit.html" title="class in org.kohsuke.github">GHEventPayload.Push.PushCommit</a></dt>
|
||
<dd>
|
||
<div class="block">Points to the commit API resource.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.PullRequest.html#getUrl()">getUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.PullRequest.html" title="class in org.kohsuke.github">GHIssue.PullRequest</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHKey.html#getUrl()">getUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHKey.html" title="class in org.kohsuke.github">GHKey</a></dt>
|
||
<dd>
|
||
<div class="block">Something like "https://api.github.com/user/keys/73593"</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHLabel.html#getUrl()">getUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHLabel.html" title="class in org.kohsuke.github">GHLabel</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHObject.html#getUrl()">getUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHObject.html" title="class in org.kohsuke.github">GHObject</a></dt>
|
||
<dd>
|
||
<div class="block">API URL of this object.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequestCommitDetail.Commit.html#getUrl()">getUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequestCommitDetail.Commit.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail.Commit</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequestCommitDetail.CommitPointer.html#getUrl()">getUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequestCommitDetail.CommitPointer.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail.CommitPointer</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequestCommitDetail.html#getUrl()">getUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequestCommitDetail.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequestCommitDetail.Tree.html#getUrl()">getUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequestCommitDetail.Tree.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail.Tree</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRef.html#getUrl()">getUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRef.html" title="class in org.kohsuke.github">GHRef</a></dt>
|
||
<dd>
|
||
<div class="block">The API URL of this tag, such as https://api.github.com/repos/jenkinsci/jenkins/git/refs/tags/1.312</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRef.GHObject.html#getUrl()">getUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRef.GHObject.html" title="class in org.kohsuke.github">GHRef.GHObject</a></dt>
|
||
<dd>
|
||
<div class="block">API URL to this Git data, such as https://api.github.com/repos/jenkinsci/jenkins/git/commits/b72322675eb0114363a9a86e9ad5a170d1d07ac0</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHSubscription.html#getUrl()">getUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHSubscription.html" title="class in org.kohsuke.github">GHSubscription</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitComment.html#getUser()">getUser()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitComment.html" title="class in org.kohsuke.github">GHCommitComment</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the user who put this comment.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitPointer.html#getUser()">getUser()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitPointer.html" title="class in org.kohsuke.github">GHCommitPointer</a></dt>
|
||
<dd>
|
||
<div class="block">This points to the user who owns
|
||
the <a href="./org/kohsuke/github/GHCommitPointer.html#getRepository()"><code>GHCommitPointer.getRepository()</code></a>.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#getUser()">getUser()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd>
|
||
<div class="block">User who submitted the issue.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssueComment.html#getUser()">getUser()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssueComment.html" title="class in org.kohsuke.github">GHIssueComment</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the user who posted this comment.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#getUser(java.lang.String)">getUser(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd>
|
||
<div class="block">Obtains the object that represents the named user.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#getUser(org.kohsuke.github.GHUser)">getUser(GHUser)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd>
|
||
<div class="block">Interns the given <a href="./org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github"><code>GHUser</code></a>.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssueComment.html#getUserName()">getUserName()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssueComment.html" title="class in org.kohsuke.github">GHIssueComment</a></dt>
|
||
<dd>
|
||
<div class="block"><span class="strong">Deprecated.</span></div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#getWatchers()">getWatchers()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRelease.html#getZipballUrl()">getZipballUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRelease.html" title="class in org.kohsuke.github">GHRelease</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHAsset.html" title="class in org.kohsuke.github"><span class="strong">GHAsset</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Asset in a release.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAsset.html#GHAsset()">GHAsset()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHAsset.html" title="class in org.kohsuke.github">GHAsset</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github"><span class="strong">GHAuthorization</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Generated OAuth token</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#GHAuthorization()">GHAuthorization()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHBranch.html" title="class in org.kohsuke.github"><span class="strong">GHBranch</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">A branch in a repository.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHBranch.html#GHBranch()">GHBranch()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHBranch.html" title="class in org.kohsuke.github">GHBranch</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHBranch.Commit.html" title="class in org.kohsuke.github"><span class="strong">GHBranch.Commit</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHBranch.Commit.html#GHBranch.Commit()">GHBranch.Commit()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHBranch.Commit.html" title="class in org.kohsuke.github">GHBranch.Commit</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github"><span class="strong">GHCommit</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">A commit in a repository.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.html#GHCommit()">GHCommit()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHCommit.File.html" title="class in org.kohsuke.github"><span class="strong">GHCommit.File</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">A file that was modified.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.File.html#GHCommit.File()">GHCommit.File()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.File.html" title="class in org.kohsuke.github">GHCommit.File</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHCommit.GHAuthor.html" title="class in org.kohsuke.github"><span class="strong">GHCommit.GHAuthor</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block"><span class="strong">Deprecated.</span>
|
||
<div class="block"><i>Use <a href="./org/kohsuke/github/GitUser.html" title="class in org.kohsuke.github"><code>GitUser</code></a> instead.</i></div>
|
||
</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.GHAuthor.html#GHCommit.GHAuthor()">GHCommit.GHAuthor()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.GHAuthor.html" title="class in org.kohsuke.github">GHCommit.GHAuthor</a></dt>
|
||
<dd>
|
||
<div class="block"><span class="strong">Deprecated.</span></div>
|
||
</dd>
|
||
<dt><a href="./org/kohsuke/github/GHCommit.Parent.html" title="class in org.kohsuke.github"><span class="strong">GHCommit.Parent</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.Parent.html#GHCommit.Parent()">GHCommit.Parent()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.Parent.html" title="class in org.kohsuke.github">GHCommit.Parent</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHCommit.ShortInfo.html" title="class in org.kohsuke.github"><span class="strong">GHCommit.ShortInfo</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Short summary of this commit.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.ShortInfo.html#GHCommit.ShortInfo()">GHCommit.ShortInfo()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.ShortInfo.html" title="class in org.kohsuke.github">GHCommit.ShortInfo</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHCommit.Stats.html" title="class in org.kohsuke.github"><span class="strong">GHCommit.Stats</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.Stats.html#GHCommit.Stats()">GHCommit.Stats()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.Stats.html" title="class in org.kohsuke.github">GHCommit.Stats</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHCommitComment.html" title="class in org.kohsuke.github"><span class="strong">GHCommitComment</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">A comment attached to a commit (or a specific line in a specific file of a commit.)</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitComment.html#GHCommitComment()">GHCommitComment()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitComment.html" title="class in org.kohsuke.github">GHCommitComment</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHCommitPointer.html" title="class in org.kohsuke.github"><span class="strong">GHCommitPointer</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<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>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitPointer.html#GHCommitPointer()">GHCommitPointer()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitPointer.html" title="class in org.kohsuke.github">GHCommitPointer</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHCommitQueryBuilder.html" title="class in org.kohsuke.github"><span class="strong">GHCommitQueryBuilder</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Builds up query for listing commits.</div>
|
||
</dd>
|
||
<dt><a href="./org/kohsuke/github/GHCommitState.html" title="enum in org.kohsuke.github"><span class="strong">GHCommitState</span></a> - Enum in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Represents the state of commit</div>
|
||
</dd>
|
||
<dt><a href="./org/kohsuke/github/GHCommitStatus.html" title="class in org.kohsuke.github"><span class="strong">GHCommitStatus</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Represents a status of a commit.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitStatus.html#GHCommitStatus()">GHCommitStatus()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitStatus.html" title="class in org.kohsuke.github">GHCommitStatus</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHCompare.html" title="class in org.kohsuke.github"><span class="strong">GHCompare</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">The model user for comparing 2 commits in the GitHub API.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.html#GHCompare()">GHCompare()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.html" title="class in org.kohsuke.github">GHCompare</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHCompare.Commit.html" title="class in org.kohsuke.github"><span class="strong">GHCompare.Commit</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Compare commits had a child commit element with additional details we want to capture.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.Commit.html#GHCompare.Commit()">GHCompare.Commit()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.Commit.html" title="class in org.kohsuke.github">GHCompare.Commit</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHCompare.InnerCommit.html" title="class in org.kohsuke.github"><span class="strong">GHCompare.InnerCommit</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.InnerCommit.html#GHCompare.InnerCommit()">GHCompare.InnerCommit()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.InnerCommit.html" title="class in org.kohsuke.github">GHCompare.InnerCommit</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHCompare.Status.html" title="enum in org.kohsuke.github"><span class="strong">GHCompare.Status</span></a> - Enum in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHCompare.Tree.html" title="class in org.kohsuke.github"><span class="strong">GHCompare.Tree</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.Tree.html#GHCompare.Tree()">GHCompare.Tree()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.Tree.html" title="class in org.kohsuke.github">GHCompare.Tree</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHCompare.User.html" title="class in org.kohsuke.github"><span class="strong">GHCompare.User</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block"><span class="strong">Deprecated.</span>
|
||
<div class="block"><i>use <a href="./org/kohsuke/github/GitUser.html" title="class in org.kohsuke.github"><code>GitUser</code></a> instead.</i></div>
|
||
</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.User.html#GHCompare.User()">GHCompare.User()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.User.html" title="class in org.kohsuke.github">GHCompare.User</a></dt>
|
||
<dd>
|
||
<div class="block"><span class="strong">Deprecated.</span></div>
|
||
</dd>
|
||
<dt><a href="./org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github"><span class="strong">GHContent</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">A Content of a repository.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContent.html#GHContent()">GHContent()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHContentUpdateResponse.html" title="class in org.kohsuke.github"><span class="strong">GHContentUpdateResponse</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">The response that is returned when updating
|
||
repository content.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContentUpdateResponse.html#GHContentUpdateResponse()">GHContentUpdateResponse()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHContentUpdateResponse.html" title="class in org.kohsuke.github">GHContentUpdateResponse</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHDeployKey.html" title="class in org.kohsuke.github"><span class="strong">GHDeployKey</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployKey.html#GHDeployKey()">GHDeployKey()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployKey.html" title="class in org.kohsuke.github">GHDeployKey</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHDeployment.html" title="class in org.kohsuke.github"><span class="strong">GHDeployment</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployment.html#GHDeployment()">GHDeployment()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployment.html" title="class in org.kohsuke.github">GHDeployment</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHDeploymentBuilder.html" title="class in org.kohsuke.github"><span class="strong">GHDeploymentBuilder</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentBuilder.html#GHDeploymentBuilder(org.kohsuke.github.GHRepository)">GHDeploymentBuilder(GHRepository)</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentBuilder.html" title="class in org.kohsuke.github">GHDeploymentBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentBuilder.html#GHDeploymentBuilder(org.kohsuke.github.GHRepository, java.lang.String)">GHDeploymentBuilder(GHRepository, String)</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentBuilder.html" title="class in org.kohsuke.github">GHDeploymentBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHDeploymentState.html" title="enum in org.kohsuke.github"><span class="strong">GHDeploymentState</span></a> - Enum in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Represents the state of deployment</div>
|
||
</dd>
|
||
<dt><a href="./org/kohsuke/github/GHDeploymentStatus.html" title="class in org.kohsuke.github"><span class="strong">GHDeploymentStatus</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentStatus.html#GHDeploymentStatus()">GHDeploymentStatus()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentStatus.html" title="class in org.kohsuke.github">GHDeploymentStatus</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHDeploymentStatusBuilder.html" title="class in org.kohsuke.github"><span class="strong">GHDeploymentStatusBuilder</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentStatusBuilder.html#GHDeploymentStatusBuilder(org.kohsuke.github.GHRepository, int, org.kohsuke.github.GHDeploymentState)">GHDeploymentStatusBuilder(GHRepository, int, GHDeploymentState)</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentStatusBuilder.html" title="class in org.kohsuke.github">GHDeploymentStatusBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHEmail.html" title="class in org.kohsuke.github"><span class="strong">GHEmail</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Represents an email of GitHub.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEmail.html#GHEmail()">GHEmail()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHEmail.html" title="class in org.kohsuke.github">GHEmail</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHEvent.html" title="enum in org.kohsuke.github"><span class="strong">GHEvent</span></a> - Enum in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Hook event type.</div>
|
||
</dd>
|
||
<dt><a href="./org/kohsuke/github/GHEventInfo.html" title="class in org.kohsuke.github"><span class="strong">GHEventInfo</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Represents an event.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventInfo.html#GHEventInfo()">GHEventInfo()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventInfo.html" title="class in org.kohsuke.github">GHEventInfo</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHEventInfo.GHEventRepository.html" title="class in org.kohsuke.github"><span class="strong">GHEventInfo.GHEventRepository</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Inside the event JSON model, GitHub uses a slightly different format.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventInfo.GHEventRepository.html#GHEventInfo.GHEventRepository()">GHEventInfo.GHEventRepository()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventInfo.GHEventRepository.html" title="class in org.kohsuke.github">GHEventInfo.GHEventRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHEventPayload.html" title="class in org.kohsuke.github"><span class="strong">GHEventPayload</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Base type for types used in databinding of the event payload.</div>
|
||
</dd>
|
||
<dt><a href="./org/kohsuke/github/GHEventPayload.IssueComment.html" title="class in org.kohsuke.github"><span class="strong">GHEventPayload.IssueComment</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">A comment was added to an issue</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.IssueComment.html#GHEventPayload.IssueComment()">GHEventPayload.IssueComment()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.IssueComment.html" title="class in org.kohsuke.github">GHEventPayload.IssueComment</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHEventPayload.PullRequest.html" title="class in org.kohsuke.github"><span class="strong">GHEventPayload.PullRequest</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">A pull request status has changed.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.PullRequest.html#GHEventPayload.PullRequest()">GHEventPayload.PullRequest()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.PullRequest.html" title="class in org.kohsuke.github">GHEventPayload.PullRequest</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHEventPayload.Push.html" title="class in org.kohsuke.github"><span class="strong">GHEventPayload.Push</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">A commit was pushed.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.Push.html#GHEventPayload.Push()">GHEventPayload.Push()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.Push.html" title="class in org.kohsuke.github">GHEventPayload.Push</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHEventPayload.Push.PushCommit.html" title="class in org.kohsuke.github"><span class="strong">GHEventPayload.Push.PushCommit</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Commit in a push</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.Push.PushCommit.html#GHEventPayload.Push.PushCommit()">GHEventPayload.Push.PushCommit()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.Push.PushCommit.html" title="class in org.kohsuke.github">GHEventPayload.Push.PushCommit</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHException.html" title="class in org.kohsuke.github"><span class="strong">GHException</span></a> - Exception in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHException.html#GHException(java.lang.String)">GHException(String)</a></span> - Constructor for exception org.kohsuke.github.<a href="./org/kohsuke/github/GHException.html" title="class in org.kohsuke.github">GHException</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHException.html#GHException(java.lang.String, java.lang.Throwable)">GHException(String, Throwable)</a></span> - Constructor for exception org.kohsuke.github.<a href="./org/kohsuke/github/GHException.html" title="class in org.kohsuke.github">GHException</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github"><span class="strong">GHGist</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Gist</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGist.html#GHGist()">GHGist()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github">GHGist</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHGistBuilder.html" title="class in org.kohsuke.github"><span class="strong">GHGistBuilder</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Builder pattern for creating a new Gist.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGistBuilder.html#GHGistBuilder(org.kohsuke.github.GitHub)">GHGistBuilder(GitHub)</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHGistBuilder.html" title="class in org.kohsuke.github">GHGistBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHGistFile.html" title="class in org.kohsuke.github"><span class="strong">GHGistFile</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">A file inside <a href="./org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github"><code>GHGist</code></a></div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGistFile.html#GHGistFile()">GHGistFile()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHGistFile.html" title="class in org.kohsuke.github">GHGistFile</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHHook.html" title="class in org.kohsuke.github"><span class="strong">GHHook</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHHook.html#GHHook()">GHHook()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHHook.html" title="class in org.kohsuke.github">GHHook</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github"><span class="strong">GHIssue</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Represents an issue on GitHub.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#GHIssue()">GHIssue()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHIssue.Label.html" title="class in org.kohsuke.github"><span class="strong">GHIssue.Label</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block"><span class="strong">Deprecated.</span>
|
||
<div class="block"><i>use <a href="./org/kohsuke/github/GHLabel.html" title="class in org.kohsuke.github"><code>GHLabel</code></a></i></div>
|
||
</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.Label.html#GHIssue.Label()">GHIssue.Label()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.Label.html" title="class in org.kohsuke.github">GHIssue.Label</a></dt>
|
||
<dd>
|
||
<div class="block"><span class="strong">Deprecated.</span></div>
|
||
</dd>
|
||
<dt><a href="./org/kohsuke/github/GHIssue.PullRequest.html" title="class in org.kohsuke.github"><span class="strong">GHIssue.PullRequest</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.PullRequest.html#GHIssue.PullRequest()">GHIssue.PullRequest()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.PullRequest.html" title="class in org.kohsuke.github">GHIssue.PullRequest</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHIssueBuilder.html" title="class in org.kohsuke.github"><span class="strong">GHIssueBuilder</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHIssueComment.html" title="class in org.kohsuke.github"><span class="strong">GHIssueComment</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Comment to the issue</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssueComment.html#GHIssueComment()">GHIssueComment()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssueComment.html" title="class in org.kohsuke.github">GHIssueComment</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHIssueSearchBuilder.html" title="class in org.kohsuke.github"><span class="strong">GHIssueSearchBuilder</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Search issues.</div>
|
||
</dd>
|
||
<dt><a href="./org/kohsuke/github/GHIssueSearchBuilder.Sort.html" title="enum in org.kohsuke.github"><span class="strong">GHIssueSearchBuilder.Sort</span></a> - Enum in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHIssueState.html" title="enum in org.kohsuke.github"><span class="strong">GHIssueState</span></a> - Enum in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHKey.html" title="class in org.kohsuke.github"><span class="strong">GHKey</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">SSH public key.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHKey.html#GHKey()">GHKey()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHKey.html" title="class in org.kohsuke.github">GHKey</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHLabel.html" title="class in org.kohsuke.github"><span class="strong">GHLabel</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHLabel.html#GHLabel()">GHLabel()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHLabel.html" title="class in org.kohsuke.github">GHLabel</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHMilestone.html" title="class in org.kohsuke.github"><span class="strong">GHMilestone</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMilestone.html#GHMilestone()">GHMilestone()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHMilestone.html" title="class in org.kohsuke.github">GHMilestone</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHMilestoneState.html" title="enum in org.kohsuke.github"><span class="strong">GHMilestoneState</span></a> - Enum in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHMyself.html" title="class in org.kohsuke.github"><span class="strong">GHMyself</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Represents the account that's logging into GitHub.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMyself.html#GHMyself()">GHMyself()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHMyself.html" title="class in org.kohsuke.github">GHMyself</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHObject.html" title="class in org.kohsuke.github"><span class="strong">GHObject</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Most (all?) domain objects in GitHub seems to have these 4 properties.</div>
|
||
</dd>
|
||
<dt><a href="./org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github"><span class="strong">GHOrganization</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHOrganization.html#GHOrganization()">GHOrganization()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHOrganization.Permission.html" title="enum in org.kohsuke.github"><span class="strong">GHOrganization.Permission</span></a> - Enum in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github"><span class="strong">GHPerson</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<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>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#GHPerson()">GHPerson()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHPersonSet.html" title="class in org.kohsuke.github"><span class="strong">GHPersonSet</span></a><<a href="./org/kohsuke/github/GHPersonSet.html" title="type parameter in GHPersonSet">T</a> extends <a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a>> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<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>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPersonSet.html#GHPersonSet()">GHPersonSet()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHPersonSet.html" title="class in org.kohsuke.github">GHPersonSet</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPersonSet.html#GHPersonSet(java.util.Collection)">GHPersonSet(Collection<? extends T>)</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHPersonSet.html" title="class in org.kohsuke.github">GHPersonSet</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPersonSet.html#GHPersonSet(T...)">GHPersonSet(T...)</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHPersonSet.html" title="class in org.kohsuke.github">GHPersonSet</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPersonSet.html#GHPersonSet(int, float)">GHPersonSet(int, float)</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHPersonSet.html" title="class in org.kohsuke.github">GHPersonSet</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPersonSet.html#GHPersonSet(int)">GHPersonSet(int)</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHPersonSet.html" title="class in org.kohsuke.github">GHPersonSet</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github"><span class="strong">GHPullRequest</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">A pull request.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequest.html#GHPullRequest()">GHPullRequest()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHPullRequestCommitDetail.html" title="class in org.kohsuke.github"><span class="strong">GHPullRequestCommitDetail</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<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>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequestCommitDetail.html#GHPullRequestCommitDetail()">GHPullRequestCommitDetail()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequestCommitDetail.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHPullRequestCommitDetail.Authorship.html" title="class in org.kohsuke.github"><span class="strong">GHPullRequestCommitDetail.Authorship</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block"><span class="strong">Deprecated.</span>
|
||
<div class="block"><i>Use <a href="./org/kohsuke/github/GitUser.html" title="class in org.kohsuke.github"><code>GitUser</code></a></i></div>
|
||
</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequestCommitDetail.Authorship.html#GHPullRequestCommitDetail.Authorship()">GHPullRequestCommitDetail.Authorship()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequestCommitDetail.Authorship.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail.Authorship</a></dt>
|
||
<dd>
|
||
<div class="block"><span class="strong">Deprecated.</span></div>
|
||
</dd>
|
||
<dt><a href="./org/kohsuke/github/GHPullRequestCommitDetail.Commit.html" title="class in org.kohsuke.github"><span class="strong">GHPullRequestCommitDetail.Commit</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequestCommitDetail.Commit.html#GHPullRequestCommitDetail.Commit()">GHPullRequestCommitDetail.Commit()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequestCommitDetail.Commit.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail.Commit</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHPullRequestCommitDetail.CommitPointer.html" title="class in org.kohsuke.github"><span class="strong">GHPullRequestCommitDetail.CommitPointer</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequestCommitDetail.CommitPointer.html#GHPullRequestCommitDetail.CommitPointer()">GHPullRequestCommitDetail.CommitPointer()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequestCommitDetail.CommitPointer.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail.CommitPointer</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHPullRequestCommitDetail.Tree.html" title="class in org.kohsuke.github"><span class="strong">GHPullRequestCommitDetail.Tree</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequestCommitDetail.Tree.html#GHPullRequestCommitDetail.Tree()">GHPullRequestCommitDetail.Tree()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequestCommitDetail.Tree.html" title="class in org.kohsuke.github">GHPullRequestCommitDetail.Tree</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHRateLimit.html" title="class in org.kohsuke.github"><span class="strong">GHRateLimit</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Rate limit.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRateLimit.html#GHRateLimit()">GHRateLimit()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHRateLimit.html" title="class in org.kohsuke.github">GHRateLimit</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHRef.html" title="class in org.kohsuke.github"><span class="strong">GHRef</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Provides information on a Git ref from GitHub.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRef.html#GHRef()">GHRef()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHRef.html" title="class in org.kohsuke.github">GHRef</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHRef.GHObject.html" title="class in org.kohsuke.github"><span class="strong">GHRef.GHObject</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRef.GHObject.html#GHRef.GHObject()">GHRef.GHObject()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHRef.GHObject.html" title="class in org.kohsuke.github">GHRef.GHObject</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHRelease.html" title="class in org.kohsuke.github"><span class="strong">GHRelease</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Release in a github repository.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRelease.html#GHRelease()">GHRelease()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHRelease.html" title="class in org.kohsuke.github">GHRelease</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHReleaseBuilder.html" title="class in org.kohsuke.github"><span class="strong">GHReleaseBuilder</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<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>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHReleaseBuilder.html#GHReleaseBuilder(org.kohsuke.github.GHRepository, java.lang.String)">GHReleaseBuilder(GHRepository, String)</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHReleaseBuilder.html" title="class in org.kohsuke.github">GHReleaseBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github"><span class="strong">GHRepository</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">A repository on GitHub.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#GHRepository()">GHRepository()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHRepository.Contributor.html" title="class in org.kohsuke.github"><span class="strong">GHRepository.Contributor</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.Contributor.html#GHRepository.Contributor()">GHRepository.Contributor()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.Contributor.html" title="class in org.kohsuke.github">GHRepository.Contributor</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHSubscription.html" title="class in org.kohsuke.github"><span class="strong">GHSubscription</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Represents your subscribing to a repository.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHSubscription.html#GHSubscription()">GHSubscription()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHSubscription.html" title="class in org.kohsuke.github">GHSubscription</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHTag.html" title="class in org.kohsuke.github"><span class="strong">GHTag</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<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>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHTag.html#GHTag()">GHTag()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHTag.html" title="class in org.kohsuke.github">GHTag</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github"><span class="strong">GHTeam</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">A team in GitHub organization.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHTeam.html#GHTeam()">GHTeam()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github"><span class="strong">GHUser</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Represents an user of GitHub.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHUser.html#GHUser()">GHUser()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GHVerifiedKey.html" title="class in org.kohsuke.github"><span class="strong">GHVerifiedKey</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHVerifiedKey.html#GHVerifiedKey()">GHVerifiedKey()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GHVerifiedKey.html" title="class in org.kohsuke.github">GHVerifiedKey</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#GIST">GIST</a></span> - Static variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#gitHttpTransportUrl()">gitHttpTransportUrl()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the HTTPS URL to this repository, such as "https://github.com/kohsuke/jenkins.git"
|
||
This URL is read-only.</div>
|
||
</dd>
|
||
<dt><a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github"><span class="strong">GitHub</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Root of the GitHub API.</div>
|
||
</dd>
|
||
<dt><a href="./org/kohsuke/github/GitHubBuilder.html" title="class in org.kohsuke.github"><span class="strong">GitHubBuilder</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHubBuilder.html#GitHubBuilder()">GitHubBuilder()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GitHubBuilder.html" title="class in org.kohsuke.github">GitHubBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/GitUser.html" title="class in org.kohsuke.github"><span class="strong">GitUser</span></a> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Represents a user in Git who authors/commits a commit.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitUser.html#GitUser()">GitUser()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/GitUser.html" title="class in org.kohsuke.github">GitUser</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#gravatar_id">gravatar_id</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd> </dd>
|
||
</dl>
|
||
<a name="_H_">
|
||
<!-- -->
|
||
</a>
|
||
<h2 class="title">H</h2>
|
||
<dl>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#hasAdminAccess()">hasAdminAccess()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#hasDownloads()">hasDownloads()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEmail.html#hashCode()">hashCode()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEmail.html" title="class in org.kohsuke.github">GHEmail</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGist.html#hashCode()">hashCode()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github">GHGist</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#hashCode()">hashCode()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHUser.html#hashCode()">hashCode()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#hasIssues()">hasIssues()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHOrganization.html#hasMember(org.kohsuke.github.GHUser)">hasMember(GHUser)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a></dt>
|
||
<dd>
|
||
<div class="block">Checks if this organization has the specified user as a member.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHTeam.html#hasMember(org.kohsuke.github.GHUser)">hasMember(GHUser)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a></dt>
|
||
<dd>
|
||
<div class="block">Checks if this team has the specified user as a member.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/PagedIterator.html#hasNext()">hasNext()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/PagedIterator.html" title="class in org.kohsuke.github">PagedIterator</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHOrganization.html#hasPublicMember(org.kohsuke.github.GHUser)">hasPublicMember(GHUser)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a></dt>
|
||
<dd>
|
||
<div class="block">Checks if this organization has the specified user as a public member.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#hasPullAccess()">hasPullAccess()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#hasPushAccess()">hasPushAccess()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#hasWiki()">hasWiki()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#html_url">html_url</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#html_url">html_url</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/HttpConnector.html" title="interface in org.kohsuke.github"><span class="strong">HttpConnector</span></a> - Interface in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Pluggability for customizing HTTP request behaviors or using altogether different library.</div>
|
||
</dd>
|
||
</dl>
|
||
<a name="_I_">
|
||
<!-- -->
|
||
</a>
|
||
<h2 class="title">I</h2>
|
||
<dl>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployKey.html#id">id</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployKey.html" title="class in org.kohsuke.github">GHDeployKey</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHKey.html#id">id</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHKey.html" title="class in org.kohsuke.github">GHKey</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHObject.html#id">id</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHObject.html" title="class in org.kohsuke.github">GHObject</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHHook.html#isActive()">isActive()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHHook.html" title="class in org.kohsuke.github">GHHook</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#isAnonymous()">isAnonymous()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd>
|
||
<div class="block">Is this an anonymous connection</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssueSearchBuilder.html#isClosed()">isClosed()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssueSearchBuilder.html" title="class in org.kohsuke.github">GHIssueSearchBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#isCredentialValid()">isCredentialValid()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd>
|
||
<div class="block">Ensures that the credential is valid.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContent.html#isDirectory()">isDirectory()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.Push.PushCommit.html#isDistinct()">isDistinct()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.Push.PushCommit.html" title="class in org.kohsuke.github">GHEventPayload.Push.PushCommit</a></dt>
|
||
<dd>
|
||
<div class="block">Whether this commit is distinct from any that have been pushed before.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRelease.html#isDraft()">isDraft()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRelease.html" title="class in org.kohsuke.github">GHRelease</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContent.html#isFile()">isFile()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#isFork()">isFork()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHSubscription.html#isIgnored()">isIgnored()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHSubscription.html" title="class in org.kohsuke.github">GHSubscription</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/PagedSearchIterable.html#isIncomplete()">isIncomplete()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/PagedSearchIterable.html" title="class in org.kohsuke.github">PagedSearchIterable</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHUser.html#isMemberOf(org.kohsuke.github.GHOrganization)">isMemberOf(GHOrganization)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a></dt>
|
||
<dd>
|
||
<div class="block">Returns true if this user belongs to the specified organization.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHUser.html#isMemberOf(org.kohsuke.github.GHTeam)">isMemberOf(GHTeam)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a></dt>
|
||
<dd>
|
||
<div class="block">Returns true if this user belongs to the specified team.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssueSearchBuilder.html#isMerged()">isMerged()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssueSearchBuilder.html" title="class in org.kohsuke.github">GHIssueSearchBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequest.html#isMerged()">isMerged()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssueSearchBuilder.html#isOpen()">isOpen()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssueSearchBuilder.html" title="class in org.kohsuke.github">GHIssueSearchBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRelease.html#isPrerelease()">isPrerelease()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRelease.html" title="class in org.kohsuke.github">GHRelease</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEmail.html#isPrimary()">isPrimary()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEmail.html" title="class in org.kohsuke.github">GHEmail</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#isPrivate()">isPrivate()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGist.html#isPublic()">isPublic()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github">GHGist</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHUser.html#isPublicMemberOf(org.kohsuke.github.GHOrganization)">isPublicMemberOf(GHOrganization)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a></dt>
|
||
<dd>
|
||
<div class="block">Returns true if this user belongs to the specified organization as a public member.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#isPullRequest()">isPullRequest()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGist.html#isStarred()">isStarred()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github">GHGist</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHSubscription.html#isSubscribed()">isSubscribed()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHSubscription.html" title="class in org.kohsuke.github">GHSubscription</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGistFile.html#isTruncated()">isTruncated()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGistFile.html" title="class in org.kohsuke.github">GHGistFile</a></dt>
|
||
<dd>
|
||
<div class="block">(?) indicates if <a href="./org/kohsuke/github/GHGistFile.html#getContent()"><code>GHGistFile.getContent()</code></a> contains a truncated content.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployKey.html#isVerified()">isVerified()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployKey.html" title="class in org.kohsuke.github">GHDeployKey</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEmail.html#isVerified()">isVerified()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEmail.html" title="class in org.kohsuke.github">GHEmail</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHKey.html#isVerified()">isVerified()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHKey.html" title="class in org.kohsuke.github">GHKey</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#iterateRepositories(int)">iterateRepositories(int)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd>
|
||
<div class="block"><span class="strong">Deprecated.</span>
|
||
<div class="block"><i>Use <a href="./org/kohsuke/github/GHPerson.html#listRepositories()"><code>GHPerson.listRepositories()</code></a></i></div>
|
||
</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/PagedIterable.html#iterator()">iterator()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a></dt>
|
||
<dd> </dd>
|
||
</dl>
|
||
<a name="_K_">
|
||
<!-- -->
|
||
</a>
|
||
<h2 class="title">K</h2>
|
||
<dl>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployKey.html#key">key</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployKey.html" title="class in org.kohsuke.github">GHDeployKey</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHKey.html#key">key</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHKey.html" title="class in org.kohsuke.github">GHKey</a></dt>
|
||
<dd> </dd>
|
||
</dl>
|
||
<a name="_L_">
|
||
<!-- -->
|
||
</a>
|
||
<h2 class="title">L</h2>
|
||
<dl>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssueBuilder.html#label(java.lang.String)">label(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssueBuilder.html" title="class in org.kohsuke.github">GHIssueBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#labels">labels</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRateLimit.html#limit">limit</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRateLimit.html" title="class in org.kohsuke.github">GHRateLimit</a></dt>
|
||
<dd>
|
||
<div class="block">Alotted API call per hour.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitQueryBuilder.html#list()">list()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitQueryBuilder.html" title="class in org.kohsuke.github">GHCommitQueryBuilder</a></dt>
|
||
<dd>
|
||
<div class="block">Lists up the commits with the criteria built so far.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssueSearchBuilder.html#list()">list()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssueSearchBuilder.html" title="class in org.kohsuke.github">GHIssueSearchBuilder</a></dt>
|
||
<dd>
|
||
<div class="block">Lists up the issues with the criteria built so far.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMyself.html#listAllRepositories()">listAllRepositories()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHMyself.html" title="class in org.kohsuke.github">GHMyself</a></dt>
|
||
<dd>
|
||
<div class="block"><span class="strong">Deprecated.</span>
|
||
<div class="block"><i>Use <a href="./org/kohsuke/github/GHMyself.html#listRepositories()"><code>GHMyself.listRepositories()</code></a></i></div>
|
||
</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#listCollaborators()">listCollaborators()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Lists up the collaborators on this repository.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.html#listComments()">listComments()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a></dt>
|
||
<dd>
|
||
<div class="block">Lists up all the commit comments in this repository.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#listComments()">listComments()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd>
|
||
<div class="block">Obtains all the comments associated with this issue.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#listCommitComments()">listCommitComments()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Lists up all the commit comments in this repository.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequest.html#listCommits()">listCommits()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a></dt>
|
||
<dd>
|
||
<div class="block">Retrieves all the commits associated to this pull request.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#listCommits()">listCommits()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Lists all the commits.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#listCommitStatuses(java.lang.String)">listCommitStatuses(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Lists all the commit statues attached to the given commit, newer ones first.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#listContributors()">listContributors()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#listDeployments(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">listDeployments(String, String, String, String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContent.html#listDirectoryContent()">listDirectoryContent()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></dt>
|
||
<dd>
|
||
<div class="block">List immediate children of this directory.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHOrganization.html#listEvents()">listEvents()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a></dt>
|
||
<dd>
|
||
<div class="block">Lists events performed by a user (this includes private events if the caller is authenticated.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#listEvents()">listEvents()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd>
|
||
<div class="block">Lists events for an organization or an user.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#listEvents()">listEvents()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Lists repository events.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHUser.html#listEvents()">listEvents()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a></dt>
|
||
<dd>
|
||
<div class="block">Lists events performed by a user (this includes private events if the caller is authenticated.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGist.html#listForks()">listForks()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github">GHGist</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHUser.html#listGists()">listGists()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a></dt>
|
||
<dd>
|
||
<div class="block">Lists Gists created by this user.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#listIssues(org.kohsuke.github.GHIssueState)">listIssues(GHIssueState)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Lists up all the issues in this repository.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#listLabels()">listLabels()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Lists labels in this repository.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHOrganization.html#listMembers()">listMembers()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a></dt>
|
||
<dd>
|
||
<div class="block">All the members of this organization.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHTeam.html#listMembers()">listMembers()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a></dt>
|
||
<dd>
|
||
<div class="block">Retrieves the current members.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHOrganization.html#listMembersWithFilter(java.lang.String)">listMembersWithFilter(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#listMilestones(org.kohsuke.github.GHIssueState)">listMilestones(GHIssueState)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Lists up all the milestones in this repository.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHOrganization.html#listPublicMembers()">listPublicMembers()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a></dt>
|
||
<dd>
|
||
<div class="block">All the public members of this organization.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#listPullRequests(org.kohsuke.github.GHIssueState)">listPullRequests(GHIssueState)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Retrieves all the pull requests of a particular state.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#listReleases()">listReleases()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMyself.html#listRepositories()">listRepositories()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHMyself.html" title="class in org.kohsuke.github">GHMyself</a></dt>
|
||
<dd>
|
||
<div class="block">Lists up all repositories this user owns (public and private).</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMyself.html#listRepositories(int)">listRepositories(int)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHMyself.html" title="class in org.kohsuke.github">GHMyself</a></dt>
|
||
<dd>
|
||
<div class="block">Lists up all the repositories this user owns (public and private) using the specified page size.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHOrganization.html#listRepositories(int)">listRepositories(int)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a></dt>
|
||
<dd>
|
||
<div class="block">Lists up all the repositories using the specified page size.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#listRepositories()">listRepositories()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd>
|
||
<div class="block">Lists up all the repositories using a 30 items page size.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#listRepositories(int)">listRepositories(int)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd>
|
||
<div class="block">Lists up all the repositories using the specified page size.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHTeam.html#listRepositories()">listRepositories()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommit.html#listStatuses()">listStatuses()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommit.html" title="class in org.kohsuke.github">GHCommit</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the status of this commit, newer ones first.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#listSubscribers()">listSubscribers()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Lists all the subscribers (aka watchers.)
|
||
|
||
https://developer.github.com/v3/activity/watching/</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHUser.html#listSubscriptions()">listSubscriptions()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a></dt>
|
||
<dd>
|
||
<div class="block">Lists all the subscribed (aka watched) repositories.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#listTags()">listTags()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHOrganization.html#listTeams()">listTeams()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a></dt>
|
||
<dd>
|
||
<div class="block">List up all the teams.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#location">location</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#login">login</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd> </dd>
|
||
</dl>
|
||
<a name="_M_">
|
||
<!-- -->
|
||
</a>
|
||
<h2 class="title">M</h2>
|
||
<dl>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssueSearchBuilder.html#mentions(org.kohsuke.github.GHUser)">mentions(GHUser)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssueSearchBuilder.html" title="class in org.kohsuke.github">GHIssueSearchBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssueSearchBuilder.html#mentions(java.lang.String)">mentions(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssueSearchBuilder.html" title="class in org.kohsuke.github">GHIssueSearchBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPullRequest.html#merge(java.lang.String)">merge(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github">GHPullRequest</a></dt>
|
||
<dd>
|
||
<div class="block">Merge this pull request.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#milestone">milestone</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssueBuilder.html#milestone(org.kohsuke.github.GHMilestone)">milestone(GHMilestone)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssueBuilder.html" title="class in org.kohsuke.github">GHIssueBuilder</a></dt>
|
||
<dd> </dd>
|
||
</dl>
|
||
<a name="_N_">
|
||
<!-- -->
|
||
</a>
|
||
<h2 class="title">N</h2>
|
||
<dl>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#name">name</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHReleaseBuilder.html#name(java.lang.String)">name(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHReleaseBuilder.html" title="class in org.kohsuke.github">GHReleaseBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/PagedIterator.html#next()">next()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/PagedIterator.html" title="class in org.kohsuke.github">PagedIterator</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/PagedIterator.html#nextPage()">nextPage()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/PagedIterator.html" title="class in org.kohsuke.github">PagedIterator</a></dt>
|
||
<dd>
|
||
<div class="block">Gets the next page worth of data.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#NOTIFICATIONS">NOTIFICATIONS</a></span> - Static variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#number">number</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
</dl>
|
||
<a name="_O_">
|
||
<!-- -->
|
||
</a>
|
||
<h2 class="title">O</h2>
|
||
<dl>
|
||
<dt><a href="./org/kohsuke/github/extras/OkHttpConnector.html" title="class in org.kohsuke.github.extras"><span class="strong">OkHttpConnector</span></a> - Class in <a href="./org/kohsuke/github/extras/package-summary.html">org.kohsuke.github.extras</a></dt>
|
||
<dd>
|
||
<div class="block"><a href="./org/kohsuke/github/HttpConnector.html" title="interface in org.kohsuke.github"><code>HttpConnector</code></a> for <code>OkHttpClient</code>.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/extras/OkHttpConnector.html#OkHttpConnector(com.squareup.okhttp.OkUrlFactory)">OkHttpConnector(OkUrlFactory)</a></span> - Constructor for class org.kohsuke.github.extras.<a href="./org/kohsuke/github/extras/OkHttpConnector.html" title="class in org.kohsuke.github.extras">OkHttpConnector</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHTeam.html#org">org</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a> - package org.kohsuke.github</dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/extras/package-summary.html">org.kohsuke.github.extras</a> - package org.kohsuke.github.extras</dt>
|
||
<dd> </dd>
|
||
</dl>
|
||
<a name="_P_">
|
||
<!-- -->
|
||
</a>
|
||
<h2 class="title">P</h2>
|
||
<dl>
|
||
<dt><a href="./org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github"><span class="strong">PagedIterable</span></a><<a href="./org/kohsuke/github/PagedIterable.html" title="type parameter in PagedIterable">T</a>> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block"><a href="http://docs.oracle.com/javase/1.5.0/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>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/PagedIterable.html#PagedIterable()">PagedIterable()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/PagedIterable.html" title="class in org.kohsuke.github">PagedIterable</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="./org/kohsuke/github/PagedIterator.html" title="class in org.kohsuke.github"><span class="strong">PagedIterator</span></a><<a href="./org/kohsuke/github/PagedIterator.html" title="type parameter in PagedIterator">T</a>> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<div class="block">Iterator over a pagenated data source.</div>
|
||
</dd>
|
||
<dt><a href="./org/kohsuke/github/PagedSearchIterable.html" title="class in org.kohsuke.github"><span class="strong">PagedSearchIterable</span></a><<a href="./org/kohsuke/github/PagedSearchIterable.html" title="type parameter in PagedSearchIterable">T</a>> - Class in <a href="./org/kohsuke/github/package-summary.html">org.kohsuke.github</a></dt>
|
||
<dd>
|
||
<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>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/PagedSearchIterable.html#PagedSearchIterable()">PagedSearchIterable()</a></span> - Constructor for class org.kohsuke.github.<a href="./org/kohsuke/github/PagedSearchIterable.html" title="class in org.kohsuke.github">PagedSearchIterable</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitQueryBuilder.html#pageSize(int)">pageSize(int)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitQueryBuilder.html" title="class in org.kohsuke.github">GHCommitQueryBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#parseEventPayload(java.io.Reader, java.lang.Class)">parseEventPayload(Reader, Class<T>)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd>
|
||
<div class="block">Parses the GitHub event object.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitQueryBuilder.html#path(java.lang.String)">path(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitQueryBuilder.html" title="class in org.kohsuke.github">GHCommitQueryBuilder</a></dt>
|
||
<dd>
|
||
<div class="block">Only commits containing this file path will be returned.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployment.html#payload">payload</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployment.html" title="class in org.kohsuke.github">GHDeployment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentBuilder.html#payload(java.lang.String)">payload(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentBuilder.html" title="class in org.kohsuke.github">GHDeploymentBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#populate()">populate()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd>
|
||
<div class="block">Fully populate the data by retrieving missing data.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHReleaseBuilder.html#prerelease(boolean)">prerelease(boolean)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHReleaseBuilder.html" title="class in org.kohsuke.github">GHReleaseBuilder</a></dt>
|
||
<dd>
|
||
<div class="block">Optional</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEmail.html#primary">primary</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEmail.html" title="class in org.kohsuke.github">GHEmail</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGistBuilder.html#public_(boolean)">public_(boolean)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGistBuilder.html" title="class in org.kohsuke.github">GHGistBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#public_gists">public_gists</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#PUBLIC_REPO">PUBLIC_REPO</a></span> - Static variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHPerson.html#public_repos">public_repos</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github">GHPerson</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHOrganization.html#publicize(org.kohsuke.github.GHUser)">publicize(GHUser)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a></dt>
|
||
<dd>
|
||
<div class="block">Publicizes the membership.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#pull_request">pull_request</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
</dl>
|
||
<a name="_Q_">
|
||
<!-- -->
|
||
</a>
|
||
<h2 class="title">Q</h2>
|
||
<dl>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssueSearchBuilder.html#q(java.lang.String)">q(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssueSearchBuilder.html" title="class in org.kohsuke.github">GHIssueSearchBuilder</a></dt>
|
||
<dd>
|
||
<div class="block">Search terms.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#queryCommits()">queryCommits()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Search commits by specifying filters through a builder pattern.</div>
|
||
</dd>
|
||
</dl>
|
||
<a name="_R_">
|
||
<!-- -->
|
||
</a>
|
||
<h2 class="title">R</h2>
|
||
<dl>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#READ_HOOK">READ_HOOK</a></span> - Static variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#READ_KEY">READ_KEY</a></span> - Static variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#READ_ORG">READ_ORG</a></span> - Static variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployment.html#ref">ref</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployment.html" title="class in org.kohsuke.github">GHDeployment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentBuilder.html#ref(java.lang.String)">ref(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentBuilder.html" title="class in org.kohsuke.github">GHDeploymentBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#refreshCache()">refreshCache()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd>
|
||
<div class="block">clears all cached data in order for external changes (modifications and del</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRateLimit.html#remaining">remaining</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRateLimit.html" title="class in org.kohsuke.github">GHRateLimit</a></dt>
|
||
<dd>
|
||
<div class="block">Remaining calls that can be made.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHOrganization.html#remove(org.kohsuke.github.GHUser)">remove(GHUser)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github">GHOrganization</a></dt>
|
||
<dd>
|
||
<div class="block">Remove a member of the organisation - which will remove them from
|
||
all teams, and remove their access to the organization’s repositories.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHTeam.html#remove(org.kohsuke.github.GHUser)">remove(GHUser)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a></dt>
|
||
<dd>
|
||
<div class="block">Removes a member to the team.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHTeam.html#remove(org.kohsuke.github.GHRepository)">remove(GHRepository)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHTeam.html" title="class in org.kohsuke.github">GHTeam</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/PagedIterator.html#remove()">remove()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/PagedIterator.html" title="class in org.kohsuke.github">PagedIterator</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#removeCollaborators(org.kohsuke.github.GHUser...)">removeCollaborators(GHUser...)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#removeCollaborators(java.util.Collection)">removeCollaborators(Collection<GHUser>)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#renameTo(java.lang.String)">renameTo(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Rename this repository.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#reopen()">reopen()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd>
|
||
<div class="block">Reopens this issue.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#REPO">REPO</a></span> - Static variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#REPO_STATUS">REPO_STATUS</a></span> - Static variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployment.html#repository_url">repository_url</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployment.html" title="class in org.kohsuke.github">GHDeployment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentStatus.html#repository_url">repository_url</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentStatus.html" title="class in org.kohsuke.github">GHDeploymentStatus</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentBuilder.html#requiredContexts(java.util.List)">requiredContexts(List<String>)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentBuilder.html" title="class in org.kohsuke.github">GHDeploymentBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.html#root">root</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.html" title="class in org.kohsuke.github">GHEventPayload</a></dt>
|
||
<dd> </dd>
|
||
</dl>
|
||
<a name="_S_">
|
||
<!-- -->
|
||
</a>
|
||
<h2 class="title">S</h2>
|
||
<dl>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#searchIssues()">searchIssues()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd>
|
||
<div class="block">Search issues.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#setBody(java.lang.String)">setBody(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.IssueComment.html#setComment(org.kohsuke.github.GHIssueComment)">setComment(GHIssueComment)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.IssueComment.html" title="class in org.kohsuke.github">GHEventPayload.IssueComment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHub.html#setConnector(org.kohsuke.github.HttpConnector)">setConnector(HttpConnector)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHub.html" title="class in org.kohsuke.github">GitHub</a></dt>
|
||
<dd>
|
||
<div class="block">Sets the custom connector used to make requests to GitHub.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAsset.html#setContentType(java.lang.String)">setContentType(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAsset.html" title="class in org.kohsuke.github">GHAsset</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#setDescription(java.lang.String)">setDescription(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#setEmailServiceHook(java.lang.String)">setEmailServiceHook(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#setHomepage(java.lang.String)">setHomepage(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.IssueComment.html#setIssue(org.kohsuke.github.GHIssue)">setIssue(GHIssue)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.IssueComment.html" title="class in org.kohsuke.github">GHEventPayload.IssueComment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAsset.html#setLabel(java.lang.String)">setLabel(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAsset.html" title="class in org.kohsuke.github">GHAsset</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#setLabels(java.lang.String...)">setLabels(String...)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRelease.html#setName(java.lang.String)">setName(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRelease.html" title="class in org.kohsuke.github">GHRelease</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRelease.html#setOwner(org.kohsuke.github.GHRepository)">setOwner(GHRepository)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRelease.html" title="class in org.kohsuke.github">GHRelease</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEventPayload.IssueComment.html#setRepository(org.kohsuke.github.GHRepository)">setRepository(GHRepository)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEventPayload.IssueComment.html" title="class in org.kohsuke.github">GHEventPayload.IssueComment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#setTitle(java.lang.String)">setTitle(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployment.html#sha">sha</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployment.html" title="class in org.kohsuke.github">GHDeployment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitQueryBuilder.html#since(java.util.Date)">since(Date)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitQueryBuilder.html" title="class in org.kohsuke.github">GHCommitQueryBuilder</a></dt>
|
||
<dd>
|
||
<div class="block">Only commits after this date will be returned</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitQueryBuilder.html#since(long)">since(long)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitQueryBuilder.html" title="class in org.kohsuke.github">GHCommitQueryBuilder</a></dt>
|
||
<dd>
|
||
<div class="block">Only commits after this date will be returned</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssueSearchBuilder.html#sort(org.kohsuke.github.GHIssueSearchBuilder.Sort)">sort(GHIssueSearchBuilder.Sort)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssueSearchBuilder.html" title="class in org.kohsuke.github">GHIssueSearchBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGist.html#star()">star()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github">GHGist</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentStatus.html#state">state</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentStatus.html" title="class in org.kohsuke.github">GHDeploymentStatus</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#state">state</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.html#status">status</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.html" title="class in org.kohsuke.github">GHCompare</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployment.html#statuses_url">statuses_url</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployment.html" title="class in org.kohsuke.github">GHDeployment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#subscribe(boolean, boolean)">subscribe(boolean, boolean)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd>
|
||
<div class="block">Subscribes to this repository to get notifications.</div>
|
||
</dd>
|
||
</dl>
|
||
<a name="_T_">
|
||
<!-- -->
|
||
</a>
|
||
<h2 class="title">T</h2>
|
||
<dl>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentStatus.html#target_url">target_url</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentStatus.html" title="class in org.kohsuke.github">GHDeploymentStatus</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentStatusBuilder.html#targetUrl(java.lang.String)">targetUrl(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentStatusBuilder.html" title="class in org.kohsuke.github">GHDeploymentStatusBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployment.html#task">task</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployment.html" title="class in org.kohsuke.github">GHDeployment</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentBuilder.html#task(java.lang.String)">task(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentBuilder.html" title="class in org.kohsuke.github">GHDeploymentBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployKey.html#title">title</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployKey.html" title="class in org.kohsuke.github">GHDeployKey</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#title">title</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHKey.html#title">title</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHKey.html" title="class in org.kohsuke.github">GHKey</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHBranch.html#toString()">toString()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHBranch.html" title="class in org.kohsuke.github">GHBranch</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployKey.html#toString()">toString()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployKey.html" title="class in org.kohsuke.github">GHDeployKey</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEmail.html#toString()">toString()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEmail.html" title="class in org.kohsuke.github">GHEmail</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHKey.html#toString()">toString()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHKey.html" title="class in org.kohsuke.github">GHKey</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRateLimit.html#toString()">toString()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRateLimit.html" title="class in org.kohsuke.github">GHRateLimit</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRepository.html#toString()">toString()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRepository.html" title="class in org.kohsuke.github">GHRepository</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHUser.html#toString()">toString()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a></dt>
|
||
<dd> </dd>
|
||
</dl>
|
||
<a name="_U_">
|
||
<!-- -->
|
||
</a>
|
||
<h2 class="title">U</h2>
|
||
<dl>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHUser.html#unfollow()">unfollow()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github">GHUser</a></dt>
|
||
<dd>
|
||
<div class="block">Unfollow this user.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHGist.html#unstar()">unstar()</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHGist.html" title="class in org.kohsuke.github">GHGist</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitQueryBuilder.html#until(java.util.Date)">until(Date)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitQueryBuilder.html" title="class in org.kohsuke.github">GHCommitQueryBuilder</a></dt>
|
||
<dd>
|
||
<div class="block">Only commits before this date will be returned</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitQueryBuilder.html#until(long)">until(long)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitQueryBuilder.html" title="class in org.kohsuke.github">GHCommitQueryBuilder</a></dt>
|
||
<dd>
|
||
<div class="block">Only commits before this date will be returned</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitComment.html#update(java.lang.String)">update(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitComment.html" title="class in org.kohsuke.github">GHCommitComment</a></dt>
|
||
<dd>
|
||
<div class="block">Updates the body of the commit message.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContent.html#update(java.lang.String, java.lang.String)">update(String, String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContent.html#update(java.lang.String, java.lang.String, java.lang.String)">update(String, String, String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContent.html#update(byte[], java.lang.String)">update(byte[], String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContent.html#update(byte[], java.lang.String, java.lang.String)">update(byte[], String, String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHObject.html#updated_at">updated_at</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHObject.html" title="class in org.kohsuke.github">GHObject</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRef.html#updateTo(java.lang.String)">updateTo(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRef.html" title="class in org.kohsuke.github">GHRef</a></dt>
|
||
<dd>
|
||
<div class="block">Updates this ref to the specified commit.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRef.html#updateTo(java.lang.String, java.lang.Boolean)">updateTo(String, Boolean)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRef.html" title="class in org.kohsuke.github">GHRef</a></dt>
|
||
<dd>
|
||
<div class="block">Updates this ref to the specified commit.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHRelease.html#uploadAsset(java.io.File, java.lang.String)">uploadAsset(File, String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHRelease.html" title="class in org.kohsuke.github">GHRelease</a></dt>
|
||
<dd>
|
||
<div class="block">Because github relies on SNI (http://en.wikipedia.org/wiki/Server_Name_Indication) this method will only work on
|
||
Java 7 or greater.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployKey.html#url">url</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployKey.html" title="class in org.kohsuke.github">GHDeployKey</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHKey.html#url">url</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHKey.html" title="class in org.kohsuke.github">GHKey</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHObject.html#url">url</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHObject.html" title="class in org.kohsuke.github">GHObject</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#USER">USER</a></span> - Static variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssue.html#user">user</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHIssue.html" title="class in org.kohsuke.github">GHIssue</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#USER_EMAIL">USER_EMAIL</a></span> - Static variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#USER_FOLLOW">USER_FOLLOW</a></span> - Static variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
</dl>
|
||
<a name="_V_">
|
||
<!-- -->
|
||
</a>
|
||
<h2 class="title">V</h2>
|
||
<dl>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitState.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitState.html" title="enum in org.kohsuke.github">GHCommitState</a></dt>
|
||
<dd>
|
||
<div class="block">Returns the enum constant of this type with the specified name.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.Status.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.Status.html" title="enum in org.kohsuke.github">GHCompare.Status</a></dt>
|
||
<dd>
|
||
<div class="block">Returns the enum constant of this type with the specified name.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentState.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentState.html" title="enum in org.kohsuke.github">GHDeploymentState</a></dt>
|
||
<dd>
|
||
<div class="block">Returns the enum constant of this type with the specified name.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEvent.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.kohsuke.github.<a href="./org/kohsuke/github/GHEvent.html" title="enum in org.kohsuke.github">GHEvent</a></dt>
|
||
<dd>
|
||
<div class="block">Returns the enum constant of this type with the specified name.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssueSearchBuilder.Sort.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.kohsuke.github.<a href="./org/kohsuke/github/GHIssueSearchBuilder.Sort.html" title="enum in org.kohsuke.github">GHIssueSearchBuilder.Sort</a></dt>
|
||
<dd>
|
||
<div class="block">Returns the enum constant of this type with the specified name.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssueState.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.kohsuke.github.<a href="./org/kohsuke/github/GHIssueState.html" title="enum in org.kohsuke.github">GHIssueState</a></dt>
|
||
<dd>
|
||
<div class="block">Returns the enum constant of this type with the specified name.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMilestoneState.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.kohsuke.github.<a href="./org/kohsuke/github/GHMilestoneState.html" title="enum in org.kohsuke.github">GHMilestoneState</a></dt>
|
||
<dd>
|
||
<div class="block">Returns the enum constant of this type with the specified name.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHOrganization.Permission.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.kohsuke.github.<a href="./org/kohsuke/github/GHOrganization.Permission.html" title="enum in org.kohsuke.github">GHOrganization.Permission</a></dt>
|
||
<dd>
|
||
<div class="block">Returns the enum constant of this type with the specified name.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCommitState.html#values()">values()</a></span> - Static method in enum org.kohsuke.github.<a href="./org/kohsuke/github/GHCommitState.html" title="enum in org.kohsuke.github">GHCommitState</a></dt>
|
||
<dd>
|
||
<div class="block">Returns an array containing the constants of this enum type, in
|
||
the order they are declared.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.Status.html#values()">values()</a></span> - Static method in enum org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.Status.html" title="enum in org.kohsuke.github">GHCompare.Status</a></dt>
|
||
<dd>
|
||
<div class="block">Returns an array containing the constants of this enum type, in
|
||
the order they are declared.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentState.html#values()">values()</a></span> - Static method in enum org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentState.html" title="enum in org.kohsuke.github">GHDeploymentState</a></dt>
|
||
<dd>
|
||
<div class="block">Returns an array containing the constants of this enum type, in
|
||
the order they are declared.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEvent.html#values()">values()</a></span> - Static method in enum org.kohsuke.github.<a href="./org/kohsuke/github/GHEvent.html" title="enum in org.kohsuke.github">GHEvent</a></dt>
|
||
<dd>
|
||
<div class="block">Returns an array containing the constants of this enum type, in
|
||
the order they are declared.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssueSearchBuilder.Sort.html#values()">values()</a></span> - Static method in enum org.kohsuke.github.<a href="./org/kohsuke/github/GHIssueSearchBuilder.Sort.html" title="enum in org.kohsuke.github">GHIssueSearchBuilder.Sort</a></dt>
|
||
<dd>
|
||
<div class="block">Returns an array containing the constants of this enum type, in
|
||
the order they are declared.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHIssueState.html#values()">values()</a></span> - Static method in enum org.kohsuke.github.<a href="./org/kohsuke/github/GHIssueState.html" title="enum in org.kohsuke.github">GHIssueState</a></dt>
|
||
<dd>
|
||
<div class="block">Returns an array containing the constants of this enum type, in
|
||
the order they are declared.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMilestoneState.html#values()">values()</a></span> - Static method in enum org.kohsuke.github.<a href="./org/kohsuke/github/GHMilestoneState.html" title="enum in org.kohsuke.github">GHMilestoneState</a></dt>
|
||
<dd>
|
||
<div class="block">Returns an array containing the constants of this enum type, in
|
||
the order they are declared.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHOrganization.Permission.html#values()">values()</a></span> - Static method in enum org.kohsuke.github.<a href="./org/kohsuke/github/GHOrganization.Permission.html" title="enum in org.kohsuke.github">GHOrganization.Permission</a></dt>
|
||
<dd>
|
||
<div class="block">Returns an array containing the constants of this enum type, in
|
||
the order they are declared.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployKey.html#verified">verified</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployKey.html" title="class in org.kohsuke.github">GHDeployKey</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHEmail.html#verified">verified</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHEmail.html" title="class in org.kohsuke.github">GHEmail</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHKey.html#verified">verified</a></span> - Variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHKey.html" title="class in org.kohsuke.github">GHKey</a></dt>
|
||
<dd> </dd>
|
||
</dl>
|
||
<a name="_W_">
|
||
<!-- -->
|
||
</a>
|
||
<h2 class="title">W</h2>
|
||
<dl>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHubBuilder.html#withConnector(org.kohsuke.github.HttpConnector)">withConnector(HttpConnector)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHubBuilder.html" title="class in org.kohsuke.github">GitHubBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHubBuilder.html#withEndpoint(java.lang.String)">withEndpoint(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHubBuilder.html" title="class in org.kohsuke.github">GitHubBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHubBuilder.html#withOAuthToken(java.lang.String)">withOAuthToken(String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHubBuilder.html" title="class in org.kohsuke.github">GitHubBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHubBuilder.html#withOAuthToken(java.lang.String, java.lang.String)">withOAuthToken(String, String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHubBuilder.html" title="class in org.kohsuke.github">GitHubBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHubBuilder.html#withPassword(java.lang.String, java.lang.String)">withPassword(String, String)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHubBuilder.html" title="class in org.kohsuke.github">GitHubBuilder</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GitHubBuilder.html#withProxy(java.net.Proxy)">withProxy(Proxy)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GitHubBuilder.html" title="class in org.kohsuke.github">GitHubBuilder</a></dt>
|
||
<dd>
|
||
<div class="block">Configures <a href="./org/kohsuke/github/GitHubBuilder.html#withConnector(org.kohsuke.github.HttpConnector)">connector</a>
|
||
that uses HTTP library in JRE but use a specific proxy, instead of
|
||
the system default one.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAsset.html#wrap(org.kohsuke.github.GHAsset[], org.kohsuke.github.GHRelease)">wrap(GHAsset[], GHRelease)</a></span> - Static method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAsset.html" title="class in org.kohsuke.github">GHAsset</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHCompare.html#wrap(org.kohsuke.github.GHRepository)">wrap(GHRepository)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHCompare.html" title="class in org.kohsuke.github">GHCompare</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHContent.html#wrap(org.kohsuke.github.GHContent[], org.kohsuke.github.GHRepository)">wrap(GHContent[], GHRepository)</a></span> - Static method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHContent.html" title="class in org.kohsuke.github">GHContent</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeployKey.html#wrap(org.kohsuke.github.GHRepository)">wrap(GHRepository)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeployKey.html" title="class in org.kohsuke.github">GHDeployKey</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHDeploymentStatus.html#wrap(org.kohsuke.github.GHRepository)">wrap(GHRepository)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHDeploymentStatus.html" title="class in org.kohsuke.github">GHDeploymentStatus</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHMilestone.html#wrap(org.kohsuke.github.GHRepository)">wrap(GHRepository)</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/GHMilestone.html" title="class in org.kohsuke.github">GHMilestone</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/PagedIterator.html#wrapUp(T[])">wrapUp(T[])</a></span> - Method in class org.kohsuke.github.<a href="./org/kohsuke/github/PagedIterator.html" title="class in org.kohsuke.github">PagedIterator</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#WRITE_HOOK">WRITE_HOOK</a></span> - Static variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#WRITE_KEY">WRITE_KEY</a></span> - Static variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="./org/kohsuke/github/GHAuthorization.html#WRITE_ORG">WRITE_ORG</a></span> - Static variable in class org.kohsuke.github.<a href="./org/kohsuke/github/GHAuthorization.html" title="class in org.kohsuke.github">GHAuthorization</a></dt>
|
||
<dd> </dd>
|
||
</dl>
|
||
<a href="#_A_">A</a> <a href="#_B_">B</a> <a href="#_C_">C</a> <a href="#_D_">D</a> <a href="#_E_">E</a> <a href="#_F_">F</a> <a href="#_G_">G</a> <a href="#_H_">H</a> <a href="#_I_">I</a> <a href="#_K_">K</a> <a href="#_L_">L</a> <a href="#_M_">M</a> <a href="#_N_">N</a> <a href="#_O_">O</a> <a href="#_P_">P</a> <a href="#_Q_">Q</a> <a href="#_R_">R</a> <a href="#_S_">S</a> <a href="#_T_">T</a> <a href="#_U_">U</a> <a href="#_V_">V</a> <a href="#_W_">W</a> </div>
|
||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||
<div class="bottomNav"><a name="navbar_bottom">
|
||
<!-- -->
|
||
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||
<!-- -->
|
||
</a>
|
||
<ul class="navList" title="Navigation">
|
||
<li><a href="./overview-summary.html">Overview</a></li>
|
||
<li>Package</li>
|
||
<li>Class</li>
|
||
<li>Use</li>
|
||
<li><a href="./overview-tree.html">Tree</a></li>
|
||
<li><a href="./deprecated-list.html">Deprecated</a></li>
|
||
<li class="navBarCell1Rev">Index</li>
|
||
<li><a href="./help-doc.html">Help</a></li>
|
||
</ul>
|
||
</div>
|
||
<div class="subNav">
|
||
<ul class="navList">
|
||
<li>Prev</li>
|
||
<li>Next</li>
|
||
</ul>
|
||
<ul class="navList">
|
||
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
|
||
<li><a href="index-all.html" target="_top">No Frames</a></li>
|
||
</ul>
|
||
<ul class="navList" id="allclasses_navbar_bottom">
|
||
<li><a href="./allclasses-noframe.html">All 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 © 2015. All rights reserved.</small></p>
|
||
</body>
|
||
</html>
|