Class RepositoryFinder
java.lang.Object
com.atlassian.bamboo.plugins.stash.events.RepositoryFinder
-
Constructor Summary
ConstructorDescriptionRepositoryFinder
(CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager) -
Method Summary
Modifier and TypeMethodDescription@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 Details
-
RepositoryFinder
@Autowired public RepositoryFinder(CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager)
-
-
Method Details
-
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)
-