artellapipe.managers.tasks module

Module that contains manager to handle tasks

class artellapipe.managers.tasks.ArtellaTasksManager

Bases: object

get_all_task_statuses()

Returns all task statuses for current project :return: list(str)

get_task_names_for_shot(shot_name)

Returns all names of the tasks attached to the given shot :param shot_name: str :return: list(str)

get_task_status_for_shot(shot_name, task_name)

Returns the status of the given task in the given shot :param shot_name: str, name of the shot :param task_name: str, name of the task :return: str, status name

get_tasks_for_shot(shot_name)

Returns all tasks attached to the given shot :param shot_name: str :return: