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 interface
CloseTracking
Convenience interface for tracking closing time and whatever is tracked inUpdateTracking
.interface
Links
Entity for mapping the JSON field _links.static interface
Links.Href<T>
Holder for href values.interface
UpdateTracking
Convenience 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 interface
Link
Used to express a typed relationship with another resource, where the relation type is defined by RFC 5988.interface
Pagination
Pagination 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 interface
Milestone
Milestone resourceinterface
Team
Team resource represents data returned by a single Team get operation.interface
User
User 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 interface
BaseEvent
Base event entity to be extended by most of the event resourcesinterface
CheckRunEvent
interface
CommitCommentEvent
Triggered when a commit comment is created.interface
CreateEvent
Represents a created repository, branch, or tag.interface
DeleteEvent
Represents a deleted branch or tag eventinterface
DeploymentEvent
Represents a deployment.interface
DeploymentStatusEvent
Represents a deployment status.interface
EventInstallation
The Event installation resource.interface
ForkEvent
Triggered when a user forks a repository.interface
IssueCommentEvent
Triggered when an issue comment is created, edited, or deleted.interface
IssuesEvent
Triggered when an issue is assigned, unassigned, labeled, unlabeled, opened, edited, closed, or reopened.interface
PullRequestEvent
Triggered when a pull request is assigned, unassigned, labeled, unlabeled, opened, edited, closed, reopened, or synchronized.interface
PullRequestReviewCommentEvent
Triggered when a commentComment
on a Pull Request's unified diff is created, edited, or deleted (in the Files Changed tab).interface
PullRequestReviewEvent
Triggered when a pull request review happens.interface
PushEvent
Triggered when a repository branch is pushed to.interface
RepositoryEvent
Triggered when a repository is created, deleted, made public, or made private.interface
ReviewLinks
Reference links for the Review entitystatic interface
ReviewLinks.Href<T>
Holder for href values.interface
StatusEvent
Triggered 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 interface
InstallationRepositoriesResponse
Response 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 interface
AccessToken
The Github Installation Access token.interface
Annotation
The Annotation object.interface
App
The interface App.interface
CheckRunAction
The CheckRun action.interface
CheckRunImage
The interface CheckRun image.interface
CheckRunOutput
The interface Check run output.interface
CheckRunRequest
Github CheckRuninterface
CheckRunResponse
The CheckRun response resource.interface
CheckRunResponseList
The CheckRunResponse list resourceinterface
CheckSuite
Github CheckSuiteinterface
CheckSuiteResponseList
The CheckSuiteResponse list resource.interface
Installation
The App Installation object.interface
InstallationList
The 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 interface
Comment
Repository commit comment resourceinterface
CommentReaction
Comment 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 interface
Author
An entity with information about the individual.interface
Blob
Git blobinterface
Commit
Commit details resource.interface
FileItem
interface
ParentItem
interface
Reference
Github reference.interface
ReferenceObject
Reference object resource.interface
ShaLink
Github sha resource.interface
StatItem
interface
Tag
Git tag resource.interface
Tree
Git tree resource.interface
TreeItem
Git tree item.interface
Verification
-
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 interface
Webhook
Webhook resourceinterface
WebhookConfig
Key/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 interface
WebhookCreate
Webhooks 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 interface
Event
Issue event resource.interface
Issue
Issue resource.interface
Label
Issue label resourceinterface
PullRequest
Issues 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 interface
Body
Placeholder resource for the previous version of an issue comment in case it was edited.interface
Changes
The 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 interface
Membership
Membership resource represents data returned by a single Membership get operation.interface
OrgMembership
Org Membership resource represents data returned by a single Membership get operation.interface
TeamInvitation
-
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 interface
MembershipCreate
Request to create a team within a given organisationinterface
OrgMembershipCreate
Request to create a member within a given orginterface
TeamCreate
Request to create a team within a given organisationinterface
TeamUpdate
Request 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 interface
Comment
Pull Request Review Comments are comments on a portion of the unified diff.interface
CommentLinks
Reference links for the Comment entityclass
MergeParameters
The parameters for merging a Pull Request.interface
PullRequest
Pull request resource represents data returned by a single PR get operation.interface
PullRequestItem
Pull request item resource represents data returned during pull request list operationinterface
PullRequestLinks
Reference links for the PullRequest entityinterface
PullRequestRef
Pull request reference resourceclass
RequestReviewParameters
The parameters for requesting a review or removing review request for a Pull Request.interface
Review
Pull request review resource represents data returned by a single PR review get operation.class
ReviewComment
Comment parameters for a draft review.class
ReviewParameters
The parameters for creating a review for a Pull Request.interface
ReviewRequests
Pull 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 interface
PullRequestCreate
Pull request create request resourceinterface
PullRequestParameters
Pull request retrieval parameters resourceinterface
PullRequestUpdate
Pull 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 interface
Branch
Branch resourceinterface
Commit
Single repository commit resource.interface
CommitComparison
The result of a comparison between two commits.interface
CommitItem
Commit item resource usually returned during the commit listing operationinterface
CommitStatus
Single repository commit status resourceinterface
CommitWithFolderContent
interface
Content
Repository content resourceinterface
Deployment
Deployments are a request for a specific ref (branch, SHA, tag) to be deployed.interface
File
File resource.interface
FolderContent
Repository file content resourceinterface
Organization
Organization object for GitHub.interface
Permissions
Repository permissions resourceinterface
Protection
Branch resourceinterface
PushCommit
Push commit object used inPushEvent
.interface
PushRepository
Repository resource for push events.interface
Repository
Repository resourceinterface
RepositoryBase
Repository resourceinterface
RepositoryInvitation
Collaborator Invitation resourceinterface
RequiredStatusChecks
Branch resourceinterface
Status
Status 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 interface
AuthenticatedUserRepositoriesFilter
Filter parameters for listing authenticated user's repositories.interface
FileCreate
Request to create a file.interface
FileUpdate
Request to update file content.interface
RepositoryCreateStatus
Request to create commit statuses for a given ref.interface
RepositoryDispatch
interface
RepositoryUpdate
-
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 interface
Search
Search result base resource.interface
SearchIssue
Issues search resultsinterface
SearchIssues
Issues search result resourceinterface
SearchRepositories
Repositories search result resourceinterface
SearchUsers
Users 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 interface
SearchParameters
Search 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 interface
SuspensionReason
-
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 interface
WorkflowsRepositoryResponseList
The WorkflowsResponse list resourceinterface
WorkflowsResponse
-