Uses of Interface
com.spotify.github.v3.repos.Repository
-
-
Uses of Repository in com.spotify.github.v3.activity.events
Methods in com.spotify.github.v3.activity.events that return Repository Modifier and Type Method Description RepositoryForkEvent. forkee()TheRepositorythat was created.RepositoryImmutableForkEvent. forkee()TheRepositorythat was created.RepositoryBaseEvent. repository()TheRepositoryRepositoryImmutableBaseEvent. repository()TheRepositoryRepositoryImmutableCheckRunEvent. repository()TheRepositoryRepositoryImmutableCommitCommentEvent. repository()TheRepositoryRepositoryImmutableCreateEvent. repository()TheRepositoryRepositoryImmutableDeleteEvent. repository()TheRepositoryRepositoryImmutableDeploymentEvent. repository()TheRepositoryRepositoryImmutableDeploymentStatusEvent. repository()TheRepositoryRepositoryImmutableForkEvent. repository()TheRepositoryRepositoryImmutableIssueCommentEvent. repository()TheRepositoryRepositoryImmutableIssuesEvent. repository()TheRepositoryRepositoryImmutablePullRequestEvent. repository()TheRepositoryRepositoryImmutablePullRequestReviewCommentEvent. repository()TheRepositoryRepositoryImmutablePullRequestReviewEvent. repository()TheRepositoryRepositoryImmutableRepositoryEvent. repository()TheRepositoryRepositoryImmutableStatusEvent. repository()TheRepositoryMethods in com.spotify.github.v3.activity.events with parameters of type Repository Modifier and Type Method Description ImmutableForkEvent.BuilderImmutableForkEvent.Builder. forkee(Repository forkee)Initializes the value for theforkeeattribute.ImmutableBaseEvent.BuilderImmutableBaseEvent.Builder. repository(Repository repository)Initializes the value for therepositoryattribute.ImmutableCheckRunEvent.BuilderImmutableCheckRunEvent.Builder. repository(Repository repository)Initializes the value for therepositoryattribute.ImmutableCommitCommentEvent.BuilderImmutableCommitCommentEvent.Builder. repository(Repository repository)Initializes the value for therepositoryattribute.ImmutableCreateEvent.BuilderImmutableCreateEvent.Builder. repository(Repository repository)Initializes the value for therepositoryattribute.ImmutableDeleteEvent.BuilderImmutableDeleteEvent.Builder. repository(Repository repository)Initializes the value for therepositoryattribute.ImmutableDeploymentEvent.BuilderImmutableDeploymentEvent.Builder. repository(Repository repository)Initializes the value for therepositoryattribute.ImmutableDeploymentStatusEvent.BuilderImmutableDeploymentStatusEvent.Builder. repository(Repository repository)Initializes the value for therepositoryattribute.ImmutableForkEvent.BuilderImmutableForkEvent.Builder. repository(Repository repository)Initializes the value for therepositoryattribute.ImmutableIssueCommentEvent.BuilderImmutableIssueCommentEvent.Builder. repository(Repository repository)Initializes the value for therepositoryattribute.ImmutableIssuesEvent.BuilderImmutableIssuesEvent.Builder. repository(Repository repository)Initializes the value for therepositoryattribute.ImmutablePullRequestEvent.BuilderImmutablePullRequestEvent.Builder. repository(Repository repository)Initializes the value for therepositoryattribute.ImmutablePullRequestReviewCommentEvent.BuilderImmutablePullRequestReviewCommentEvent.Builder. repository(Repository repository)Initializes the value for therepositoryattribute.ImmutablePullRequestReviewEvent.BuilderImmutablePullRequestReviewEvent.Builder. repository(Repository repository)Initializes the value for therepositoryattribute.ImmutableRepositoryEvent.BuilderImmutableRepositoryEvent.Builder. repository(Repository repository)Initializes the value for therepositoryattribute.ImmutableStatusEvent.BuilderImmutableStatusEvent.Builder. repository(Repository repository)Initializes the value for therepositoryattribute.ImmutableForkEventImmutableForkEvent. withForkee(Repository value)Copy the current immutable object by setting a value for theforkeeattribute.ImmutableBaseEventImmutableBaseEvent. withRepository(Repository value)Copy the current immutable object by setting a value for therepositoryattribute.ImmutableCheckRunEventImmutableCheckRunEvent. withRepository(Repository value)Copy the current immutable object by setting a value for therepositoryattribute.ImmutableCommitCommentEventImmutableCommitCommentEvent. withRepository(Repository value)Copy the current immutable object by setting a value for therepositoryattribute.ImmutableCreateEventImmutableCreateEvent. withRepository(Repository value)Copy the current immutable object by setting a value for therepositoryattribute.ImmutableDeleteEventImmutableDeleteEvent. withRepository(Repository value)Copy the current immutable object by setting a value for therepositoryattribute.ImmutableDeploymentEventImmutableDeploymentEvent. withRepository(Repository value)Copy the current immutable object by setting a value for therepositoryattribute.ImmutableDeploymentStatusEventImmutableDeploymentStatusEvent. withRepository(Repository value)Copy the current immutable object by setting a value for therepositoryattribute.ImmutableForkEventImmutableForkEvent. withRepository(Repository value)Copy the current immutable object by setting a value for therepositoryattribute.ImmutableIssueCommentEventImmutableIssueCommentEvent. withRepository(Repository value)Copy the current immutable object by setting a value for therepositoryattribute.ImmutableIssuesEventImmutableIssuesEvent. withRepository(Repository value)Copy the current immutable object by setting a value for therepositoryattribute.ImmutablePullRequestEventImmutablePullRequestEvent. withRepository(Repository value)Copy the current immutable object by setting a value for therepositoryattribute.ImmutablePullRequestReviewCommentEventImmutablePullRequestReviewCommentEvent. withRepository(Repository value)Copy the current immutable object by setting a value for therepositoryattribute.ImmutablePullRequestReviewEventImmutablePullRequestReviewEvent. withRepository(Repository value)Copy the current immutable object by setting a value for therepositoryattribute.ImmutableRepositoryEventImmutableRepositoryEvent. withRepository(Repository value)Copy the current immutable object by setting a value for therepositoryattribute.ImmutableStatusEventImmutableStatusEvent. withRepository(Repository value)Copy the current immutable object by setting a value for therepositoryattribute. -
Uses of Repository in com.spotify.github.v3.apps
Methods in com.spotify.github.v3.apps that return types with arguments of type Repository Modifier and Type Method Description List<Repository>ImmutableInstallationRepositoriesResponse. repositories()List<Repository>InstallationRepositoriesResponse. repositories()Methods in com.spotify.github.v3.apps with parameters of type Repository Modifier and Type Method Description ImmutableInstallationRepositoriesResponse.BuilderImmutableInstallationRepositoriesResponse.Builder. addRepositories(Repository element)Adds one element torepositorieslist.ImmutableInstallationRepositoriesResponse.BuilderImmutableInstallationRepositoriesResponse.Builder. addRepositories(Repository... elements)Adds elements torepositorieslist.ImmutableInstallationRepositoriesResponseImmutableInstallationRepositoriesResponse. withRepositories(Repository... elements)Copy the current immutable object with elements that replace the content ofrepositories.Method parameters in com.spotify.github.v3.apps with type arguments of type Repository Modifier and Type Method Description ImmutableInstallationRepositoriesResponse.BuilderImmutableInstallationRepositoriesResponse.Builder. addAllRepositories(Iterable<? extends Repository> elements)Adds elements torepositorieslist.ImmutableInstallationRepositoriesResponse.BuilderImmutableInstallationRepositoriesResponse.Builder. repositories(Iterable<? extends Repository> elements)Sets or replaces all elements forrepositorieslist.ImmutableInstallationRepositoriesResponseImmutableInstallationRepositoriesResponse. withRepositories(Iterable<? extends Repository> elements)Copy the current immutable object with elements that replace the content ofrepositories. -
Uses of Repository in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type Repository Modifier and Type Method Description CompletableFuture<Repository>RepositoryClient. createFork(String organization)Create a fork.CompletableFuture<Repository>RepositoryClient. getRepository()Get information about this repository.Iterator<AsyncPage<Repository>>RepositoryClient. listAuthenticatedUserRepositories(AuthenticatedUserRepositoriesFilter filter)List repositories for the authenticated user.CompletableFuture<List<Repository>>RepositoryClient. listOrganizationRepositories()List all repositories in this organization.CompletableFuture<Repository>RepositoryClient. updateRepository(RepositoryUpdate repoUpdate)Update Repository properties https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#update-a-repository -
Uses of Repository in com.spotify.github.v3.prs
Methods in com.spotify.github.v3.prs that return types with arguments of type Repository Modifier and Type Method Description Optional<Repository>ImmutablePullRequestRef. repo()RepositoryOptional<Repository>PullRequestRef. repo()RepositoryMethods in com.spotify.github.v3.prs with parameters of type Repository Modifier and Type Method Description ImmutablePullRequestRef.BuilderImmutablePullRequestRef.Builder. repo(Repository repo)Initializes the optional valuerepoto repo.ImmutablePullRequestRefImmutablePullRequestRef. withRepo(Repository value)Copy the current immutable object by setting a present value for the optionalrepoattribute.Method parameters in com.spotify.github.v3.prs with type arguments of type Repository Modifier and Type Method Description ImmutablePullRequestRef.BuilderImmutablePullRequestRef.Builder. repo(Optional<? extends Repository> repo)Initializes the optional valuerepoto repo.ImmutablePullRequestRefImmutablePullRequestRef. withRepo(Optional<? extends Repository> optional)Copy the current immutable object by setting an optional value for therepoattribute. -
Uses of Repository in com.spotify.github.v3.repos
Classes in com.spotify.github.v3.repos that implement Repository Modifier and Type Class Description classImmutableRepositoryImmutable implementation ofRepository.Methods in com.spotify.github.v3.repos that return Repository Modifier and Type Method Description RepositoryImmutableRepositoryInvitation. repository()The repository that the invitee is being invited toRepositoryRepositoryInvitation. repository()The repository that the invitee is being invited toMethods in com.spotify.github.v3.repos with parameters of type Repository Modifier and Type Method Description static ImmutableRepositoryImmutableRepository. copyOf(Repository instance)Creates an immutable copy of aRepositoryvalue.ImmutableRepository.BuilderImmutableRepository.Builder. from(Repository instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.repos.Repositoryinstance.ImmutableRepositoryInvitation.BuilderImmutableRepositoryInvitation.Builder. repository(Repository repository)Initializes the value for therepositoryattribute.ImmutableRepositoryInvitationImmutableRepositoryInvitation. withRepository(Repository value)Copy the current immutable object by setting a value for therepositoryattribute. -
Uses of Repository in com.spotify.github.v3.search
Methods in com.spotify.github.v3.search that return types with arguments of type Repository Modifier and Type Method Description List<Repository>ImmutableSearchRepositories. items()Repositories search resultsList<Repository>SearchRepositories. items()Repositories search resultsMethods in com.spotify.github.v3.search with parameters of type Repository Modifier and Type Method Description ImmutableSearchRepositories.BuilderImmutableSearchRepositories.Builder. addItems(Repository element)Adds one element toitemslist.ImmutableSearchRepositories.BuilderImmutableSearchRepositories.Builder. addItems(Repository... elements)Adds elements toitemslist.ImmutableSearchRepositoriesImmutableSearchRepositories. withItems(Repository... elements)Copy the current immutable object with elements that replace the content ofitems.Method parameters in com.spotify.github.v3.search with type arguments of type Repository Modifier and Type Method Description ImmutableSearchRepositories.BuilderImmutableSearchRepositories.Builder. addAllItems(Iterable<? extends Repository> elements)Adds elements toitemslist.ImmutableSearchRepositories.BuilderImmutableSearchRepositories.Builder. items(Iterable<? extends Repository> elements)Sets or replaces all elements foritemslist.ImmutableSearchRepositoriesImmutableSearchRepositories. withItems(Iterable<? extends Repository> elements)Copy the current immutable object with elements that replace the content ofitems.
-