| Interface and Description |
|---|
| org.kohsuke.github.Reactable |
| Class and Description |
|---|
| org.kohsuke.github.GHCommit.GHAuthor
Use
GitUser instead. |
| org.kohsuke.github.GHCommitSearchBuilder |
| org.kohsuke.github.GHCompare.User
use
GitUser instead. |
| org.kohsuke.github.GHIssue.Label
use
GHLabel |
| org.kohsuke.github.GHLicense |
| org.kohsuke.github.GHPullRequestCommitDetail.Authorship
Use
GitUser |
| org.kohsuke.github.GHReaction |
| Enum and Description |
|---|
| org.kohsuke.github.EnforcementLevel |
| Constructor and Description |
|---|
| org.kohsuke.github.GHDeploymentStatusBuilder(GHRepository, int, GHDeploymentState) |
| Enum Constant and Description |
|---|
| org.kohsuke.github.GHPullRequestReviewState.REQUEST_CHANGES
This was the thing when this API was in preview, but it changed when it became public.
Use
GHPullRequestReviewState.CHANGES_REQUESTED. Left here for compatibility. |
Copyright © 2018. All rights reserved.