Uses of Class
com.atlassian.bamboo.plugins.git.api.GitRef
Packages that use GitRef
Package
Description
-
Uses of GitRef in com.atlassian.bamboo.plugins.git
Fields in com.atlassian.bamboo.plugins.git declared as GitRefMethods in com.atlassian.bamboo.plugins.git with parameters of type GitRefModifier and TypeMethodDescriptionGitOperationHelper.obtainLatestRevision
(@NotNull File repositoryDirectory, GitRef ref, String path) JGitOperationHelper.obtainLatestRevision
(@NotNull File repositoryDirectory, GitRef ref, String path) NativeGitOperationHelper.obtainLatestRevision
(@NotNull File repositoryDirectory, GitRef ref, String path) void
GitCommandProcessor.runLfsFetchCommand
(@NotNull GitRepositoryAccessData repositoryAccessData, @NotNull File workingDirectory, @NotNull GitRef resolvedRef, @NotNull HashAndSource hashAndSource) -
Uses of GitRef in com.atlassian.bamboo.plugins.git.api
Method parameters in com.atlassian.bamboo.plugins.git.api with type arguments of type GitRefModifier and TypeMethodDescription@NotNull Stream<VcsRepositoryData>
RepositoryFinder.findMatchingRepositories
(@NotNull String repositorySlug, @NotNull Collection<GitRef> refs) Finds and returns a Stream of VcsRepositoryData objects that match the specified repository slug and collection of GitRef objects. -
Uses of GitRef in com.atlassian.bamboo.plugins.git.domain
Methods in com.atlassian.bamboo.plugins.git.domain that return GitRef -
Uses of GitRef in com.atlassian.bamboo.plugins.stash.events
Method parameters in com.atlassian.bamboo.plugins.stash.events with type arguments of type GitRefModifier and TypeMethodDescription@NotNull Stream<VcsRepositoryData>
RepositoryFinder.findMatchingRepositories
(@NotNull com.atlassian.stash.plugin.remote.event.AbstractStashRepositoryRemoteEvent event, @NotNull Collection<GitRef> refs)