Package org.qubership.atp.ram.client
Interface CatalogueLabelFeignClient
- All Superinterfaces:
LabelControllerApi
@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 CatalogueLabelFeignClient
extends LabelControllerApi
-
Method Summary
Methods inherited from interface org.qubership.atp.ram.clients.api.LabelControllerApi
create, delete, findTestCaseUsages, findTestPlanUsages, findUsageCounts, getAll, getLabelsByIds, search, unassign, update