Class RepositoryFinder
- java.lang.Object
-
- com.atlassian.bamboo.plugins.stash.events.RepositoryFinder
-
public class RepositoryFinder extends Object
-
-
Constructor Summary
Constructors Constructor Description RepositoryFinder(CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull Stream<VcsRepositoryData>
findMatchingRepositories(@NotNull com.atlassian.stash.plugin.remote.event.AbstractStashRepositoryRemoteEvent event)
@NotNull Stream<VcsRepositoryData>
findMatchingRepositories(@NotNull com.atlassian.stash.plugin.remote.event.AbstractStashRepositoryRemoteEvent event, @NotNull Collection<GitRef> refs)
-
-
-
Constructor Detail
-
RepositoryFinder
@Autowired public RepositoryFinder(CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager)
-
-
Method Detail
-
findMatchingRepositories
@NotNull public @NotNull Stream<VcsRepositoryData> findMatchingRepositories(@NotNull @NotNull com.atlassian.stash.plugin.remote.event.AbstractStashRepositoryRemoteEvent event, @NotNull @NotNull Collection<GitRef> refs)
-
findMatchingRepositories
@NotNull public @NotNull Stream<VcsRepositoryData> findMatchingRepositories(@NotNull @NotNull com.atlassian.stash.plugin.remote.event.AbstractStashRepositoryRemoteEvent event)
-
-