Uses of Class
com.spotify.github.GithubStyle
-
-
Uses of GithubStyle in com.spotify.github
Classes in com.spotify.github with annotations of type GithubStyle Modifier and Type Interface Description interfaceCloseTrackingConvenience interface for tracking closing time and whatever is tracked inUpdateTracking.interfaceLinksEntity for mapping the JSON field _links.static interfaceLinks.Href<T>Holder for href values.interfaceUpdateTrackingConvenience interface for tracking creation and update times -
Uses of GithubStyle in com.spotify.github.http
Classes in com.spotify.github.http with annotations of type GithubStyle Modifier and Type Interface Description interfaceLinkUsed to express a typed relationship with another resource, where the relation type is defined by RFC 5988.interfacePaginationPagination object. -
Uses of GithubStyle in com.spotify.github.v3
Classes in com.spotify.github.v3 with annotations of type GithubStyle Modifier and Type Interface Description interfaceMilestoneMilestone resourceinterfaceTeamTeam resource represents data returned by a single Team get operation.interfaceUserUser resource -
Uses of GithubStyle in com.spotify.github.v3.activity.events
Classes in com.spotify.github.v3.activity.events with annotations of type GithubStyle Modifier and Type Interface Description interfaceBaseEventBase event entity to be extended by most of the event resourcesinterfaceCheckRunEventinterfaceCommitCommentEventTriggered when a commit comment is created.interfaceCreateEventRepresents a created repository, branch, or tag.interfaceDeleteEventRepresents a deleted branch or tag eventinterfaceDeploymentEventRepresents a deployment.interfaceDeploymentStatusEventRepresents a deployment status.interfaceEventInstallationThe Event installation resource.interfaceForkEventTriggered when a user forks a repository.interfaceIssueCommentEventTriggered when an issue comment is created, edited, or deleted.interfaceIssuesEventTriggered when an issue is assigned, unassigned, labeled, unlabeled, opened, edited, closed, or reopened.interfacePullRequestEventTriggered when a pull request is assigned, unassigned, labeled, unlabeled, opened, edited, closed, reopened, or synchronized.interfacePullRequestReviewCommentEventTriggered when a commentCommenton a Pull Request's unified diff is created, edited, or deleted (in the Files Changed tab).interfacePullRequestReviewEventTriggered when a pull request review happens.interfacePushEventTriggered when a repository branch is pushed to.interfaceRepositoryEventTriggered when a repository is created, deleted, made public, or made private.interfaceReviewLinksReference links for the Review entitystatic interfaceReviewLinks.Href<T>Holder for href values.interfaceStatusEventTriggered when the status of a Git commit changes. -
Uses of GithubStyle in com.spotify.github.v3.apps
Classes in com.spotify.github.v3.apps with annotations of type GithubStyle Modifier and Type Interface Description interfaceInstallationRepositoriesResponseResponse for requests to "List repositories accessible to the app installation" https://docs.github.com/en/free-pro-team@latest/rest/reference/apps#list-repositories-accessible-to-the-app-installation -
Uses of GithubStyle in com.spotify.github.v3.checks
Classes in com.spotify.github.v3.checks with annotations of type GithubStyle Modifier and Type Interface Description interfaceAccessTokenThe Github Installation Access token.interfaceAnnotationThe Annotation object.interfaceAppThe interface App.interfaceCheckRunActionThe CheckRun action.interfaceCheckRunImageThe interface CheckRun image.interfaceCheckRunOutputThe interface Check run output.interfaceCheckRunRequestGithub CheckRuninterfaceCheckRunResponseThe CheckRun response resource.interfaceCheckRunResponseListThe CheckRunResponse list resourceinterfaceCheckSuiteGithub CheckSuiteinterfaceCheckSuiteResponseListThe CheckSuiteResponse list resource.interfaceInstallationThe App Installation object.interfaceInstallationListThe interface InstallationList content. -
Uses of GithubStyle in com.spotify.github.v3.comment
Classes in com.spotify.github.v3.comment with annotations of type GithubStyle Modifier and Type Interface Description interfaceCommentRepository commit comment resourceinterfaceCommentReactionComment reaction object. -
Uses of GithubStyle in com.spotify.github.v3.git
Classes in com.spotify.github.v3.git with annotations of type GithubStyle Modifier and Type Interface Description interfaceAuthorAn entity with information about the individual.interfaceBlobGit blobinterfaceCommitCommit details resource.interfaceFileIteminterfaceParentIteminterfaceReferenceGithub reference.interfaceReferenceObjectReference object resource.interfaceShaLinkGithub sha resource.interfaceStatIteminterfaceTagGit tag resource.interfaceTreeGit tree resource.interfaceTreeItemGit tree item.interfaceVerification -
Uses of GithubStyle in com.spotify.github.v3.hooks
Classes in com.spotify.github.v3.hooks with annotations of type GithubStyle Modifier and Type Interface Description interfaceWebhookWebhook resourceinterfaceWebhookConfigKey/value pairs to provide settings for this hook. -
Uses of GithubStyle in com.spotify.github.v3.hooks.requests
Classes in com.spotify.github.v3.hooks.requests with annotations of type GithubStyle Modifier and Type Interface Description interfaceWebhookCreateWebhooks create request resource -
Uses of GithubStyle in com.spotify.github.v3.issues
Classes in com.spotify.github.v3.issues with annotations of type GithubStyle Modifier and Type Interface Description interfaceEventIssue event resource.interfaceIssueIssue resource.interfaceLabelIssue label resourceinterfacePullRequestIssues pull request resource. -
Uses of GithubStyle in com.spotify.github.v3.issues.changes
Classes in com.spotify.github.v3.issues.changes with annotations of type GithubStyle Modifier and Type Interface Description interfaceBodyPlaceholder resource for the previous version of an issue comment in case it was edited.interfaceChangesThe changes to the comment if the action was "edited". -
Uses of GithubStyle in com.spotify.github.v3.orgs
Classes in com.spotify.github.v3.orgs with annotations of type GithubStyle Modifier and Type Interface Description interfaceMembershipMembership resource represents data returned by a single Membership get operation.interfaceOrgMembershipOrg Membership resource represents data returned by a single Membership get operation.interfaceTeamInvitation -
Uses of GithubStyle in com.spotify.github.v3.orgs.requests
Classes in com.spotify.github.v3.orgs.requests with annotations of type GithubStyle Modifier and Type Interface Description interfaceMembershipCreateRequest to create a team within a given organisationinterfaceOrgMembershipCreateRequest to create a member within a given orginterfaceTeamCreateRequest to create a team within a given organisationinterfaceTeamUpdateRequest to create a team within a given organisation -
Uses of GithubStyle in com.spotify.github.v3.prs
Classes in com.spotify.github.v3.prs with annotations of type GithubStyle Modifier and Type Interface Description interfaceCommentPull Request Review Comments are comments on a portion of the unified diff.interfaceCommentLinksReference links for the Comment entityclassMergeParametersThe parameters for merging a Pull Request.interfacePullRequestPull request resource represents data returned by a single PR get operation.interfacePullRequestItemPull request item resource represents data returned during pull request list operationinterfacePullRequestLinksReference links for the PullRequest entityinterfacePullRequestRefPull request reference resourceclassRequestReviewParametersThe parameters for requesting a review or removing review request for a Pull Request.interfaceReviewPull request review resource represents data returned by a single PR review get operation.classReviewCommentComment parameters for a draft review.classReviewParametersThe parameters for creating a review for a Pull Request.interfaceReviewRequestsPull request review resource represents data returned by a single PR review get operation. -
Uses of GithubStyle in com.spotify.github.v3.prs.requests
Classes in com.spotify.github.v3.prs.requests with annotations of type GithubStyle Modifier and Type Interface Description interfacePullRequestCreatePull request create request resourceinterfacePullRequestParametersPull request retrieval parameters resourceinterfacePullRequestUpdatePull request update request resource -
Uses of GithubStyle in com.spotify.github.v3.repos
Classes in com.spotify.github.v3.repos with annotations of type GithubStyle Modifier and Type Interface Description interfaceBranchBranch resourceinterfaceCommitSingle repository commit resource.interfaceCommitComparisonThe result of a comparison between two commits.interfaceCommitItemCommit item resource usually returned during the commit listing operationinterfaceCommitStatusSingle repository commit status resourceinterfaceCommitWithFolderContentinterfaceContentRepository content resourceinterfaceDeploymentDeployments are a request for a specific ref (branch, SHA, tag) to be deployed.interfaceFileFile resource.interfaceFolderContentRepository file content resourceinterfaceOrganizationOrganization object for GitHub.interfacePermissionsRepository permissions resourceinterfaceProtectionBranch resourceinterfacePushCommitPush commit object used inPushEvent.interfacePushRepositoryRepository resource for push events.interfaceRepositoryRepository resourceinterfaceRepositoryBaseRepository resourceinterfaceRepositoryInvitationCollaborator Invitation resourceinterfaceRequiredStatusChecksBranch resourceinterfaceStatusStatus resource marks commits with a success, failure, error, or pending state, which is then reflected in pull requests involving those commits. -
Uses of GithubStyle in com.spotify.github.v3.repos.requests
Classes in com.spotify.github.v3.repos.requests with annotations of type GithubStyle Modifier and Type Interface Description interfaceAuthenticatedUserRepositoriesFilterFilter parameters for listing authenticated user's repositories.interfaceFileCreateRequest to create a file.interfaceFileUpdateRequest to update file content.interfaceRepositoryCreateStatusRequest to create commit statuses for a given ref.interfaceRepositoryDispatchinterfaceRepositoryUpdate -
Uses of GithubStyle in com.spotify.github.v3.search
Classes in com.spotify.github.v3.search with annotations of type GithubStyle Modifier and Type Interface Description interfaceSearchSearch result base resource.interfaceSearchIssueIssues search resultsinterfaceSearchIssuesIssues search result resourceinterfaceSearchRepositoriesRepositories search result resourceinterfaceSearchUsersUsers search result resource -
Uses of GithubStyle in com.spotify.github.v3.search.requests
Classes in com.spotify.github.v3.search.requests with annotations of type GithubStyle Modifier and Type Interface Description interfaceSearchParametersSearch parameters resource defines required and optional parameters. -
Uses of GithubStyle in com.spotify.github.v3.user.requests
Classes in com.spotify.github.v3.user.requests with annotations of type GithubStyle Modifier and Type Interface Description interfaceSuspensionReason -
Uses of GithubStyle in com.spotify.github.v3.workflows
Classes in com.spotify.github.v3.workflows with annotations of type GithubStyle Modifier and Type Interface Description interfaceWorkflowsRepositoryResponseListThe WorkflowsResponse list resourceinterfaceWorkflowsResponse
-