com.capitalone.dashboard.collector.ChatOpsClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chat-ops-collector Show documentation
Show all versions of chat-ops-collector Show documentation
ChatOps Collector Microservice
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