-
Interfaces Interface Description org.kohsuke.github.Reactable
-
Classes Class Description org.kohsuke.github.extras.OkHttp3Connector org.kohsuke.github.extras.OkHttpConnector This class depends on an unsupported version of OkHttp. Switch toOkHttpConnector.org.kohsuke.github.GHCheckRunBuilder org.kohsuke.github.GHCommit.GHAuthor UseGitUserinstead.org.kohsuke.github.GHCommitSearchBuilder org.kohsuke.github.GHCompare.User useGitUserinstead.org.kohsuke.github.GHLabel.Creator org.kohsuke.github.GHLabel.Setter org.kohsuke.github.GHLabel.Updater org.kohsuke.github.GHPullRequestCommitDetail.Authorship UseGitUserorg.kohsuke.github.GHReaction org.kohsuke.github.GHRepository.Setter org.kohsuke.github.GHRepository.Updater
-
Enums Enum Description org.kohsuke.github.EnforcementLevel
-
Fields Field Description org.kohsuke.github.GHRateLimit.limit This field should never have been made public. UseGHRateLimit.getLimit()org.kohsuke.github.GHRateLimit.remaining This field should never have been made public. UseGHRateLimit.getRemaining()org.kohsuke.github.GHRateLimit.reset This field should never have been made public. UseGHRateLimit.getResetDate()
-
Enum Constants Enum Constant Description org.kohsuke.github.GHDeploymentState.IN_PROGRESS until preview feature has graduated to stableorg.kohsuke.github.GHDeploymentState.INACTIVE until preview feature has graduated to stableorg.kohsuke.github.GHDeploymentState.QUEUED until preview feature has graduated to stableorg.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.