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 Repository
ForkEvent. forkee()
TheRepository
that was created.Repository
ImmutableForkEvent. forkee()
TheRepository
that was created.Repository
BaseEvent. repository()
TheRepository
Repository
ImmutableBaseEvent. repository()
TheRepository
Repository
ImmutableCheckRunEvent. repository()
TheRepository
Repository
ImmutableCommitCommentEvent. repository()
TheRepository
Repository
ImmutableCreateEvent. repository()
TheRepository
Repository
ImmutableDeleteEvent. repository()
TheRepository
Repository
ImmutableDeploymentEvent. repository()
TheRepository
Repository
ImmutableDeploymentStatusEvent. repository()
TheRepository
Repository
ImmutableForkEvent. repository()
TheRepository
Repository
ImmutableIssueCommentEvent. repository()
TheRepository
Repository
ImmutableIssuesEvent. repository()
TheRepository
Repository
ImmutablePullRequestEvent. repository()
TheRepository
Repository
ImmutablePullRequestReviewCommentEvent. repository()
TheRepository
Repository
ImmutablePullRequestReviewEvent. repository()
TheRepository
Repository
ImmutableRepositoryEvent. repository()
TheRepository
Repository
ImmutableStatusEvent. repository()
TheRepository
Methods in com.spotify.github.v3.activity.events with parameters of type Repository Modifier and Type Method Description ImmutableForkEvent.Builder
ImmutableForkEvent.Builder. forkee(Repository forkee)
Initializes the value for theforkee
attribute.ImmutableBaseEvent.Builder
ImmutableBaseEvent.Builder. repository(Repository repository)
Initializes the value for therepository
attribute.ImmutableCheckRunEvent.Builder
ImmutableCheckRunEvent.Builder. repository(Repository repository)
Initializes the value for therepository
attribute.ImmutableCommitCommentEvent.Builder
ImmutableCommitCommentEvent.Builder. repository(Repository repository)
Initializes the value for therepository
attribute.ImmutableCreateEvent.Builder
ImmutableCreateEvent.Builder. repository(Repository repository)
Initializes the value for therepository
attribute.ImmutableDeleteEvent.Builder
ImmutableDeleteEvent.Builder. repository(Repository repository)
Initializes the value for therepository
attribute.ImmutableDeploymentEvent.Builder
ImmutableDeploymentEvent.Builder. repository(Repository repository)
Initializes the value for therepository
attribute.ImmutableDeploymentStatusEvent.Builder
ImmutableDeploymentStatusEvent.Builder. repository(Repository repository)
Initializes the value for therepository
attribute.ImmutableForkEvent.Builder
ImmutableForkEvent.Builder. repository(Repository repository)
Initializes the value for therepository
attribute.ImmutableIssueCommentEvent.Builder
ImmutableIssueCommentEvent.Builder. repository(Repository repository)
Initializes the value for therepository
attribute.ImmutableIssuesEvent.Builder
ImmutableIssuesEvent.Builder. repository(Repository repository)
Initializes the value for therepository
attribute.ImmutablePullRequestEvent.Builder
ImmutablePullRequestEvent.Builder. repository(Repository repository)
Initializes the value for therepository
attribute.ImmutablePullRequestReviewCommentEvent.Builder
ImmutablePullRequestReviewCommentEvent.Builder. repository(Repository repository)
Initializes the value for therepository
attribute.ImmutablePullRequestReviewEvent.Builder
ImmutablePullRequestReviewEvent.Builder. repository(Repository repository)
Initializes the value for therepository
attribute.ImmutableRepositoryEvent.Builder
ImmutableRepositoryEvent.Builder. repository(Repository repository)
Initializes the value for therepository
attribute.ImmutableStatusEvent.Builder
ImmutableStatusEvent.Builder. repository(Repository repository)
Initializes the value for therepository
attribute.ImmutableForkEvent
ImmutableForkEvent. withForkee(Repository value)
Copy the current immutable object by setting a value for theforkee
attribute.ImmutableBaseEvent
ImmutableBaseEvent. withRepository(Repository value)
Copy the current immutable object by setting a value for therepository
attribute.ImmutableCheckRunEvent
ImmutableCheckRunEvent. withRepository(Repository value)
Copy the current immutable object by setting a value for therepository
attribute.ImmutableCommitCommentEvent
ImmutableCommitCommentEvent. withRepository(Repository value)
Copy the current immutable object by setting a value for therepository
attribute.ImmutableCreateEvent
ImmutableCreateEvent. withRepository(Repository value)
Copy the current immutable object by setting a value for therepository
attribute.ImmutableDeleteEvent
ImmutableDeleteEvent. withRepository(Repository value)
Copy the current immutable object by setting a value for therepository
attribute.ImmutableDeploymentEvent
ImmutableDeploymentEvent. withRepository(Repository value)
Copy the current immutable object by setting a value for therepository
attribute.ImmutableDeploymentStatusEvent
ImmutableDeploymentStatusEvent. withRepository(Repository value)
Copy the current immutable object by setting a value for therepository
attribute.ImmutableForkEvent
ImmutableForkEvent. withRepository(Repository value)
Copy the current immutable object by setting a value for therepository
attribute.ImmutableIssueCommentEvent
ImmutableIssueCommentEvent. withRepository(Repository value)
Copy the current immutable object by setting a value for therepository
attribute.ImmutableIssuesEvent
ImmutableIssuesEvent. withRepository(Repository value)
Copy the current immutable object by setting a value for therepository
attribute.ImmutablePullRequestEvent
ImmutablePullRequestEvent. withRepository(Repository value)
Copy the current immutable object by setting a value for therepository
attribute.ImmutablePullRequestReviewCommentEvent
ImmutablePullRequestReviewCommentEvent. withRepository(Repository value)
Copy the current immutable object by setting a value for therepository
attribute.ImmutablePullRequestReviewEvent
ImmutablePullRequestReviewEvent. withRepository(Repository value)
Copy the current immutable object by setting a value for therepository
attribute.ImmutableRepositoryEvent
ImmutableRepositoryEvent. withRepository(Repository value)
Copy the current immutable object by setting a value for therepository
attribute.ImmutableStatusEvent
ImmutableStatusEvent. withRepository(Repository value)
Copy the current immutable object by setting a value for therepository
attribute. -
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.Builder
ImmutableInstallationRepositoriesResponse.Builder. addRepositories(Repository element)
Adds one element torepositories
list.ImmutableInstallationRepositoriesResponse.Builder
ImmutableInstallationRepositoriesResponse.Builder. addRepositories(Repository... elements)
Adds elements torepositories
list.ImmutableInstallationRepositoriesResponse
ImmutableInstallationRepositoriesResponse. 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.Builder
ImmutableInstallationRepositoriesResponse.Builder. addAllRepositories(Iterable<? extends Repository> elements)
Adds elements torepositories
list.ImmutableInstallationRepositoriesResponse.Builder
ImmutableInstallationRepositoriesResponse.Builder. repositories(Iterable<? extends Repository> elements)
Sets or replaces all elements forrepositories
list.ImmutableInstallationRepositoriesResponse
ImmutableInstallationRepositoriesResponse. 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. -
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.Builder
ImmutablePullRequestRef.Builder. repo(Repository repo)
Initializes the optional valuerepo
to repo.ImmutablePullRequestRef
ImmutablePullRequestRef. withRepo(Repository value)
Copy the current immutable object by setting a present value for the optionalrepo
attribute.Method parameters in com.spotify.github.v3.prs with type arguments of type Repository Modifier and Type Method Description ImmutablePullRequestRef.Builder
ImmutablePullRequestRef.Builder. repo(Optional<? extends Repository> repo)
Initializes the optional valuerepo
to repo.ImmutablePullRequestRef
ImmutablePullRequestRef. withRepo(Optional<? extends Repository> optional)
Copy the current immutable object by setting an optional value for therepo
attribute. -
Uses of Repository in com.spotify.github.v3.repos
Classes in com.spotify.github.v3.repos that implement Repository Modifier and Type Class Description class
ImmutableRepository
Immutable implementation ofRepository
.Methods in com.spotify.github.v3.repos that return Repository Modifier and Type Method Description Repository
ImmutableRepositoryInvitation. repository()
The repository that the invitee is being invited toRepository
RepositoryInvitation. 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 ImmutableRepository
ImmutableRepository. copyOf(Repository instance)
Creates an immutable copy of aRepository
value.ImmutableRepository.Builder
ImmutableRepository.Builder. from(Repository instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.repos.Repository
instance.ImmutableRepositoryInvitation.Builder
ImmutableRepositoryInvitation.Builder. repository(Repository repository)
Initializes the value for therepository
attribute.ImmutableRepositoryInvitation
ImmutableRepositoryInvitation. withRepository(Repository value)
Copy the current immutable object by setting a value for therepository
attribute. -
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.Builder
ImmutableSearchRepositories.Builder. addItems(Repository element)
Adds one element toitems
list.ImmutableSearchRepositories.Builder
ImmutableSearchRepositories.Builder. addItems(Repository... elements)
Adds elements toitems
list.ImmutableSearchRepositories
ImmutableSearchRepositories. 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.Builder
ImmutableSearchRepositories.Builder. addAllItems(Iterable<? extends Repository> elements)
Adds elements toitems
list.ImmutableSearchRepositories.Builder
ImmutableSearchRepositories.Builder. items(Iterable<? extends Repository> elements)
Sets or replaces all elements foritems
list.ImmutableSearchRepositories
ImmutableSearchRepositories. withItems(Iterable<? extends Repository> elements)
Copy the current immutable object with elements that replace the content ofitems
.
-