All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.capitalone.dashboard.repository.GitlabGitCollectorRepository Maven / Gradle / Ivy

The newest version!
package com.capitalone.dashboard.repository;

import java.util.List;

import org.bson.types.ObjectId;
import org.springframework.data.mongodb.repository.Query;

import com.capitalone.dashboard.model.GitlabGitRepo;

/**
 * Created by benathmane on 20/06/16.
 */
public interface GitlabGitCollectorRepository extends BaseCollectorItemRepository {

	@Query(value = "{'collectorId' : ?0, enabled: true}")
    List findEnabledGitlabRepos(ObjectId collectorId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy