Uses of Class
com.atlassian.bamboo.plugins.git.api.GitRef
Package
Description
-
Uses of GitRef in com.atlassian.bamboo.plugins.git
Modifier 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) -
Uses of GitRef in com.atlassian.bamboo.plugins.git.api
Modifier 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
-
Uses of GitRef in com.atlassian.bamboo.plugins.stash.events
Modifier and TypeMethodDescription@NotNull Stream<VcsRepositoryData>
RepositoryFinder.findMatchingRepositories
(@NotNull com.atlassian.stash.plugin.remote.event.AbstractStashRepositoryRemoteEvent event, @NotNull Collection<GitRef> refs)