-
Interfaces Interface Description org.kohsuke.github.Reactable
-
Enums Enum Description org.kohsuke.github.EnforcementLevel
-
Fields Field Description org.kohsuke.github.GHRateLimit.limit This value should never have been made public. UseGHRateLimit.getLimit()org.kohsuke.github.GHRateLimit.remaining This value should never have been made public. UseGHRateLimit.getRemaining()org.kohsuke.github.GHRateLimit.reset This value should never have been made public. UseGHRateLimit.getResetDate()
-
Constructors Constructor Description org.kohsuke.github.extras.OkHttp3Connector(OkUrlFactory) org.kohsuke.github.GHDeploymentStatusBuilder(GHRepository, int, GHDeploymentState)
-
Enum Constants Enum Constant Description org.kohsuke.github.GHPullRequestReviewState.REQUEST_CHANGES This was the thing when this API was in preview, but it changed when it became public. UseGHPullRequestReviewState.CHANGES_REQUESTED. Left here for compatibility.