Class | Description |
---|---|
AbstractGitHubNotificationStrategy |
Represents a strategy for constructing GitHub status notifications
|
BranchDiscoveryTrait |
A
Discovery trait for GitHub that will discover branches on the repository. |
BranchDiscoveryTrait.BranchSCMHeadAuthority |
Trusts branches from the origin repository.
|
BranchDiscoveryTrait.BranchSCMHeadAuthority.DescriptorImpl |
Out descriptor.
|
BranchDiscoveryTrait.DescriptorImpl |
Our descriptor.
|
BranchDiscoveryTrait.ExcludeOriginPRBranchesSCMHeadFilter |
Filter that excludes branches that are also filed as a pull request.
|
BranchDiscoveryTrait.OnlyOriginPRBranchesSCMHeadFilter |
Filter that excludes branches that are not also filed as a pull request.
|
BranchSCMHead |
Head corresponding to a branch.
|
BranchSCMHead.MigrationImpl | |
Connector |
Utilities that could perhaps be moved into
github-api . |
Connector.UnusedConnectionDestroyer | |
DefaultGitHubNotificationStrategy |
Default implementation of
AbstractGitHubNotificationStrategy |
Endpoint | |
Endpoint.DesciptorImpl | |
ForkPullRequestDiscoveryTrait |
A
Discovery trait for GitHub that will discover pull requests from forks of the repository. |
ForkPullRequestDiscoveryTrait.DescriptorImpl |
Our descriptor.
|
ForkPullRequestDiscoveryTrait.TrustContributors |
An
SCMHeadAuthority that trusts contributors to the repository. |
ForkPullRequestDiscoveryTrait.TrustContributors.DescriptorImpl |
Our descriptor.
|
ForkPullRequestDiscoveryTrait.TrustEveryone |
An
SCMHeadAuthority that trusts everyone. |
ForkPullRequestDiscoveryTrait.TrustEveryone.DescriptorImpl |
Our descriptor.
|
ForkPullRequestDiscoveryTrait.TrustNobody |
An
SCMHeadAuthority that trusts nothing. |
ForkPullRequestDiscoveryTrait.TrustNobody.DescriptorImpl |
Our descriptor.
|
ForkPullRequestDiscoveryTrait.TrustPermission |
An
SCMHeadAuthority that trusts those with write permission to the repository. |
ForkPullRequestDiscoveryTrait.TrustPermission.DescriptorImpl |
Our descriptor.
|
GitHubBranchFilter |
A
ViewJobFilter that matches BranchSCMHead based branches. |
GitHubBranchFilter.DescriptorImpl |
Our descriptor.
|
GitHubBuildStatusNotification |
Manages GitHub Statuses.
|
GitHubBuildStatusNotification.JobCheckOutListener |
With this listener one notifies to GitHub when the SCM checkout process has started.
|
GitHubBuildStatusNotification.JobCompletedListener |
With this listener one notifies to GitHub the build result.
|
GitHubBuildStatusNotification.JobScheduledListener |
With this listener one notifies to GitHub when a Job has been scheduled.
|
GitHubConfiguration | |
GitHubConsoleNote |
A timestamped console note from the GitHub branch source.
|
GitHubConsoleNote.DescriptorImpl | |
GitHubDefaultBranch | |
GitHubLink |
Link to GitHub
|
GitHubNotificationContext |
Parameter object used in notification strategies
AbstractGitHubNotificationStrategy . |
GitHubNotificationRequest |
Details of a GitHub status notification to be sent.
|
GitHubOrgMetadataAction |
Invisible
AvatarMetadataAction property that retains information about GitHub organization. |
GitHubOrgWebHook |
Manages the GitHub organization webhook.
|
GitHubPermissionsSource |
A deferred source of permission information about a repository.
|
GitHubPullRequestFilter |
A
ViewJobFilter that matches PullRequestSCMHead based branches. |
GitHubPullRequestFilter.DescriptorImpl |
Our descriptor.
|
GitHubRepoMetadataAction |
Invisible property that retains information about GitHub repository.
|
GitHubRepositoryEventSubscriber |
This subscriber manages
GHEvent REPOSITORY. |
GitHubSCMBuilder |
Builds a
GitSCM for GitHubSCMSource . |
GitHubSCMFileSystem |
Implements
SCMFileSystem for GitHub. |
GitHubSCMFileSystem.BuilderImpl | |
GitHubSCMNavigator | |
GitHubSCMNavigator.DescriptorImpl | |
GitHubSCMNavigatorContext |
The
SCMNavigatorContext for GitHub. |
GitHubSCMNavigatorRequest |
The
SCMNavigatorRequest for GitHub. |
GitHubSCMSource | |
GitHubSCMSource.DescriptorImpl | |
GitHubSCMSourceBuilder |
A
SCMSourceBuilder that builds GitHubSCMSource instances |
GitHubSCMSourceContext |
The
SCMSourceContext for GitHub. |
GitHubSCMSourceRepositoryNameContributor |
Finds the repository name(s) associated with a
SCMSourceOwner 's GitHubSCMSource s. |
GitHubSCMSourceRequest |
The
SCMSourceRequest for GitHub. |
GitHubTagSCMHead | |
HttpsRepositoryUriResolver |
A
RepositoryUriResolver that resolves HTTP git URLs. |
MergeWithGitSCMExtension | Deprecated
use
MergeWithGitSCMExtension |
Messages |
Generated localization support class.
|
OriginPullRequestDiscoveryTrait |
A
Discovery trait for GitHub that will discover pull requests originating from a branch in the repository
itself. |
OriginPullRequestDiscoveryTrait.DescriptorImpl |
Our descriptor.
|
OriginPullRequestDiscoveryTrait.OriginChangeRequestSCMHeadAuthority |
A
SCMHeadAuthority that trusts origin pull requests |
OriginPullRequestDiscoveryTrait.OriginChangeRequestSCMHeadAuthority.DescriptorImpl |
Our descriptor.
|
PullRequestGHEventSubscriber |
This subscriber manages
GHEvent PULL_REQUEST. |
PullRequestSCMHead |
Head corresponding to a pull request.
|
PullRequestSCMHead.FixMetadata | Deprecated
used for data migration.
|
PullRequestSCMHead.FixMetadataMigration | Deprecated
used for data migration.
|
PullRequestSCMHead.FixOrigin | Deprecated
used for data migration.
|
PullRequestSCMHead.FixOriginMigration | Deprecated
used for data migration.
|
PullRequestSCMRevision |
Revision of a pull request.
|
PushGHEventSubscriber |
This subscriber manages
GHEvent PUSH. |
RepositoryUriResolver |
Resolves the URI of a GitHub repositort from the API URI, owner and repository name.
|
SSHCheckoutTrait |
A
SCMSourceTrait for GitHubSCMSource that causes the GitSCM checkout to be performed using a
SSH private key rather than the GitHub username password credentials used for scanning / indexing. |
SSHCheckoutTrait.DescriptorImpl |
Our descriptor.
|
SshRepositoryUriResolver |
A
RepositoryUriResolver that resolves SSH git URLs. |
TagDiscoveryTrait |
A
Discovery trait for GitHub that will discover tags on the repository. |
TagDiscoveryTrait.DescriptorImpl |
Our descriptor.
|
TagDiscoveryTrait.TagSCMHeadAuthority |
Trusts tags from the origin repository.
|
TagDiscoveryTrait.TagSCMHeadAuthority.DescriptorImpl |
Out descriptor.
|
TeamSlugTrait |
Decorates a
SCMNavigatorContext with a GitHub team slug which will allow restricting the discovery of repositories
by specific teams |
TeamSlugTrait.DescriptorImpl |
TeamSlug descriptor.
|
Enum | Description |
---|---|
ApiRateLimitChecker |
Exception | Description |
---|---|
RateLimitExceededException |
Copyright © 2016–2020. All rights reserved.