utils.rcclient.services.global_variable_service

Module Contents

Classes

GlobalVariableService

Attributes

logger

utils.rcclient.services.global_variable_service.logger
class utils.rcclient.services.global_variable_service.GlobalVariableService
GLOBAL_VARIABLE_ENDPOINT = '/variables'
SOLUTION_ENDPOINT = '/solutions'
global_variable_client
get(_id: str) utils.rcclient.entities.global_variable.GlobalVariable
get_all(project_id: str) List[utils.rcclient.entities.global_variable.GlobalVariable]
get_all_by_solution(solution_id: str) List[utils.rcclient.entities.global_variable.GlobalVariable]
create(global_variable: utils.rcclient.entities.global_variable.GlobalVariable) utils.rcclient.entities.global_variable.GlobalVariable
update(global_variable: utils.rcclient.entities.global_variable.GlobalVariable) utils.rcclient.entities.global_variable.GlobalVariable
delete(_id: str) None