Uses of Class
org.qubership.atp.environments.clients.api.catalogue.generated.ActionDto
Packages that use ActionDto
Package
Description
-
Uses of ActionDto in org.qubership.atp.environments.clients.api.catalogue.generated
Methods in org.qubership.atp.environments.clients.api.catalogue.generated that return ActionDtoModifier and TypeMethodDescriptionActionDto.addAnnotationsItem(String annotationsItem) ActionDto.addParametersItem(ActionParameterDto parametersItem) ActionDto.annotations(List<String> annotations) ActionDto.commentedOut(Boolean commentedOut) ActionDto.deprecated(Boolean deprecated) ActionDto.description(String description) ActionDto.engineType(EngineTypeDto engineType) ActionDto.parameters(List<ActionParameterDto> parameters) ActionDto.projectUuid(UUID projectUuid) ActionDto.type(ActionTypeDto type) ActionDto.typeAction(String typeAction) Methods in org.qubership.atp.environments.clients.api.catalogue.generated that return types with arguments of type ActionDtoMethods in org.qubership.atp.environments.clients.api.catalogue.generated with parameters of type ActionDtoModifier and TypeMethodDescriptionActionGroupByTypeCompoundEntryDto.addActionsItem(ActionDto actionsItem) Method parameters in org.qubership.atp.environments.clients.api.catalogue.generated with type arguments of type ActionDtoModifier and TypeMethodDescriptionvoidActionGroupByTypeCompoundEntryDto.setActions(List<ActionDto> actions) -
Uses of ActionDto in org.qubership.atp.environments.service.rest.server.catalogue.generated
Methods in org.qubership.atp.environments.service.rest.server.catalogue.generated that return types with arguments of type ActionDtoModifier and TypeMethodDescriptionProjectControllerApi.getActionsByProjectId(UUID uuid) GET /catalog/api/v1/projects/{uuid}/compound : getActionsByProjectId