Package org.qubership.atp.ram.client
Interface CatalogueProjectFeignClient
- All Superinterfaces:
ProjectControllerApi
@FeignClient(name="${feign.atp.catalogue.name}",
url="${feign.atp.catalogue.url}",
path="${feign.atp.catalogue.route}",
configuration=org.qubership.atp.auth.springbootstarter.config.FeignConfiguration.class)
public interface CatalogueProjectFeignClient
extends ProjectControllerApi
-
Method Summary
Methods inherited from interface org.qubership.atp.ram.clients.api.ProjectControllerApi
checkFlags, create, deleteUserFromProject, downloadFile, getActionsByProjectId, getActionsByProjectUuidGroupedByActionType, getAll, getAllCompoundsAndScenarioCompounds, getAllCompoundsByProject, getAllCompoundsMadeFromTestScenario, getAllGroups, getAllQaDslLibrariesInProject, getAllShortProjects, getAllUsersByProject, getCertificate, getItfUrl, getNotMappedTestPlansByProjectId, getProjectById, getProjectNumberOfThresholdByProjectId, getProjectsUsersById, getProjectTestCaseLabels, getShortCasesByProjectId, getShortScopesByProjectId, getTestCaseGroupNamesByProjectId, getTestCaseGroupsByProjectId, getTestPlansByProjectId, getTestScenariosByProjectId, getTestScopeByProjectId, update, updateActions, updateProjectUsers