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 |
|
Endpoint |
|
Endpoint.DescriptorImpl |
|
ExcludeArchivedRepositoriesTrait |
A Selection trait that will restrict the discovery of repositories that have been
archived.
|
ExcludeArchivedRepositoriesTrait.DescriptorImpl |
Exclude archived repositories filter
|
ExcludeForkedRepositoriesTrait |
A Selection trait that will restrict the discovery of repositories that have been forked.
|
ExcludeForkedRepositoriesTrait.DescriptorImpl |
Exclude forked repositories filter
|
ExcludePrivateRepositoriesTrait |
A Selection trait that will restrict the discovery of repositories that are private.
|
ExcludePrivateRepositoriesTrait.DescriptorImpl |
Exclude private repositories filter
|
ExcludePublicRepositoriesTrait |
A Selection trait that will restrict the discovery of repositories that are public.
|
ExcludePublicRepositoriesTrait.DescriptorImpl |
Exclude archived repositories filter
|
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.
|
GitHubAppCredentials |
|
GitHubAppCredentials.DescriptorImpl |
GitHubAppCredentialsSnapshotTaker |
|
GitHubBranchFilter |
|
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 |
|
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 |
|
GitHubPullRequestFilter.DescriptorImpl |
Our descriptor.
|
GitHubRepoMetadataAction |
Invisible property that retains information about GitHub repository.
|
GitHubRepositoryEventSubscriber |
This subscriber manages GHEvent REPOSITORY.
|
GitHubSCMBuilder |
|
GitHubSCMFileSystem |
Implements SCMFileSystem for GitHub.
|
GitHubSCMFileSystem.BuilderImpl |
|
GitHubSCMNavigator |
|
GitHubSCMNavigator.DescriptorImpl |
|
GitHubSCMNavigatorContext |
The SCMNavigatorContext for GitHub.
|
GitHubSCMNavigatorRequest |
The SCMNavigatorRequest for GitHub.
|
GitHubSCMSource |
|
GitHubSCMSource.DescriptorImpl |
|
GitHubSCMSourceBuilder |
|
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 |
|
IgnoreDraftPullRequestFilterTrait |
Trait used to filter any pull requests current set as a draft from building.
|
IgnoreDraftPullRequestFilterTrait.DescriptorImpl |
|
MergeWithGitSCMExtension |
Deprecated.
|
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.
|
PullRequestSCMHead.FixMetadataMigration |
Deprecated.
|
PullRequestSCMHead.FixOrigin |
Deprecated.
|
PullRequestSCMHead.FixOriginMigration |
Deprecated.
|
PullRequestSCMRevision |
Revision of a pull request.
|
PushGHEventSubscriber |
This subscriber manages GHEvent PUSH.
|
RepositoryUriResolver |
Resolves the URI of a GitHub repository 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 |
|
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.
|
TopicsTrait |
Decorates a SCMNavigatorContext with GitHub topics
|
TopicsTrait.DescriptorImpl |
Topics descriptor.
|