
com.capitalone.dashboard.client.story.StoryDataClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jira-feature-collector Show documentation
Show all versions of jira-feature-collector Show documentation
Jira collector micorservice collects data from Jira
package com.capitalone.dashboard.client.story;
/**
* Interface through which a story data collector object can be implemented.
*
* @author kfk884
*
*/
public interface StoryDataClient {
/**
* Explicitly updates queries for the source system, and initiates the
* update to MongoDB from those calls.
*/
void updateStoryInformation();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy