com.capitalone.dashboard.repository.TestResultCollectorRepository Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jira-xray-testresult-collector Show documentation
Show all versions of jira-xray-testresult-collector Show documentation
Jira XRay collector micro service collects data from Jira XRay
package com.capitalone.dashboard.repository;
import com.capitalone.dashboard.model.TestResultCollector;
import org.springframework.stereotype.Component;
/**
* Repository for {@link TestResultCollector}.
*/
@Component
public interface TestResultCollectorRepository extends
BaseCollectorRepository {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy