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

com.capitalone.dashboard.collecteur.GitlabGitClient Maven / Gradle / Ivy

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

import java.util.List;

import com.capitalone.dashboard.model.Commit;
import com.capitalone.dashboard.model.GitlabGitRepo;

/**
 * Created by benathmane on 23/06/16.
 */

/**
 * Client for fetching commit history from Gitlab
 */
public interface GitlabGitClient {

    /**
     * Fetch all of the commits.
     *
     * @param repo GitlabGitRepo
     * @return all commits in repo
     */

	List getCommits(GitlabGitRepo repo, boolean firstRun);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy