| 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.GHPullRequestCommitDetail.Authorship
Use
GitUser |
| org.kohsuke.github.GHReaction |
| org.kohsuke.github.extras.OkHttp3Connector |
| Enum and Description |
|---|
| org.kohsuke.github.EnforcementLevel |
| Field and Description |
|---|
| org.kohsuke.github.GHRateLimit.limit
This value should never have been made public. Use
GHRateLimit.getLimit() |
| org.kohsuke.github.GHRateLimit.remaining
This value should never have been made public. Use
GHRateLimit.getRemaining() |
| org.kohsuke.github.GHRateLimit.reset
This value should never have been made public. Use
GHRateLimit.getResetDate() |
| Constructor and Description |
|---|
| org.kohsuke.github.GHDeploymentStatusBuilder(GHRepository, int, GHDeploymentState) |
| org.kohsuke.github.extras.OkHttp3Connector(OkUrlFactory) |
| 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 © 2020. All rights reserved.