Files
github-api/apidocs/org/kohsuke/github/package-use.html
2012-06-18 12:53:11 -07:00

257 lines
10 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_03) on Mon Jun 18 12:53:01 PDT 2012 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Package org.kohsuke.github (GitHub API for Java 1.29 API)</title>
<meta name="date" content="2012-06-18">
<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="Uses of Package org.kohsuke.github (GitHub API for Java 1.29 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="../../../org/kohsuke/github/package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/kohsuke/github/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.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="header">
<h1 title="Uses of Package org.kohsuke.github" class="title">Uses of Package<br>org.kohsuke.github</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList"><a name="org.kohsuke.github">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../org/kohsuke/github/package-summary.html">org.kohsuke.github</a> used by <a href="../../../org/kohsuke/github/package-summary.html">org.kohsuke.github</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GHBranch.html#org.kohsuke.github">GHBranch</a>
<div class="block">A branch in a repository.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GHCommit.html#org.kohsuke.github">GHCommit</a>
<div class="block">A commit in a repository.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GHCommit.File.html#org.kohsuke.github">GHCommit.File</a>
<div class="block">A file that was modified.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GHCommitComment.html#org.kohsuke.github">GHCommitComment</a>
<div class="block">A comment attached to a commit (or a specific line in a specific file of a commit.)</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GHCommitPointer.html#org.kohsuke.github">GHCommitPointer</a>
<div class="block">Identifies a commit in <a href="../../../org/kohsuke/github/GHPullRequest.html" title="class in org.kohsuke.github"><code>GHPullRequest</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GHEvent.html#org.kohsuke.github">GHEvent</a>
<div class="block">Hook event type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GHEventInfo.html#org.kohsuke.github">GHEventInfo</a>
<div class="block">Represents an event.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GHEventPayload.html#org.kohsuke.github">GHEventPayload</a>
<div class="block">Base type for types used in databinding of the event payload.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GHHook.html#org.kohsuke.github">GHHook</a>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GHIssue.html#org.kohsuke.github">GHIssue</a>
<div class="block">Represents an issue on GitHub.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GHIssueComment.html#org.kohsuke.github">GHIssueComment</a>
<div class="block">Comment to the issue</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GHIssueState.html#org.kohsuke.github">GHIssueState</a>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GHKey.html#org.kohsuke.github">GHKey</a>
<div class="block">SSH public key.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GHMilestone.html#org.kohsuke.github">GHMilestone</a>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GHMilestoneState.html#org.kohsuke.github">GHMilestoneState</a>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GHMyself.html#org.kohsuke.github">GHMyself</a>
<div class="block">Represents the account that's logging into GitHub.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GHOrganization.html#org.kohsuke.github">GHOrganization</a>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GHOrganization.Permission.html#org.kohsuke.github">GHOrganization.Permission</a>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GHPerson.html#org.kohsuke.github">GHPerson</a>
<div class="block">Common part of <a href="../../../org/kohsuke/github/GHUser.html" title="class in org.kohsuke.github"><code>GHUser</code></a> and <a href="../../../org/kohsuke/github/GHOrganization.html" title="class in org.kohsuke.github"><code>GHOrganization</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GHPersonSet.html#org.kohsuke.github">GHPersonSet</a>
<div class="block">Set of <a href="../../../org/kohsuke/github/GHPerson.html" title="class in org.kohsuke.github"><code>GHPerson</code></a> with helper lookup methods.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GHPullRequest.html#org.kohsuke.github">GHPullRequest</a>
<div class="block">A pull request.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GHRateLimit.html#org.kohsuke.github">GHRateLimit</a>
<div class="block">Rate limit.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GHRepository.html#org.kohsuke.github">GHRepository</a>
<div class="block">A repository on GitHub.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GHTeam.html#org.kohsuke.github">GHTeam</a>
<div class="block">A team in GitHub organization.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GHUser.html#org.kohsuke.github">GHUser</a>
<div class="block">Represents an user of GitHub.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/GitHub.html#org.kohsuke.github">GitHub</a>
<div class="block">Root of the GitHub API.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/PagedIterable.html#org.kohsuke.github">PagedIterable</a>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../org/kohsuke/github/class-use/PagedIterator.html#org.kohsuke.github">PagedIterator</a>
<div class="block">Iterator over a pagenated data source.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</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="../../../org/kohsuke/github/package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/kohsuke/github/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.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 &#169; 2012. All Rights Reserved.</small></p>
</body>
</html>