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

com.capitalone.dashboard.collector.ChatOpsClient Maven / Gradle / Ivy

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




public interface ChatOpsClient {
	 /**
     * Fetch all of the commits for the provided SubversionRepo.
     *
     * @param repo SubversionRepo
     * @param startRevision starting revision number
     * @return all commits in repo
     */

	//List getCommits(GitHubRepo repo);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy