utils.rc.client.solution
Module Contents
Classes
Attributes
- utils.rc.client.solution.logger
- class utils.rc.client.solution.SolutionClient
- static getAllSolutions() requests.Response
- static findByName(name) requests.Response
- static find_by_name_source_and_version(name: str, source: str, version: str) requests.Response
- static findByById(id) requests.Response
- static update(solution_id: str, solution)
- static createSolutionFromProject(solutionName, solutionDisplayName, icon, sourceProjectId, source, version, description=None, tags=[]) requests.Response
- static deleteSolution(solutionId)