:mod:`monitor.views.actions` ============================ .. py:module:: monitor.views.actions Module Contents --------------- .. py:class:: NodeActions(context,request) Actions related to job monitor. .. method:: _selected_children() Get the selected children of the given context. :result: List with select children. :rtype: list .. method:: restart_job() .. method:: delete_job() .. method:: delete_jobs() Delete selected jobs. .. method:: delete_all_jobs() .. method:: make_public() Make selected jobs public. .. method:: make_private() Make selected jobs private. .. method:: set_favorite() Set selected jobs as favorite. .. method:: unset_favorite() Unset selected jobs as favorite. .. method:: edit_job() .. method:: active_jobs() .. function:: monitor_buttons(context,request) Build the action buttons for the monitor view based on the current state and the permissions of the user. :result: List of ActionButtons. :rtype: list .. function:: download_wpsoutputs(request) .. function:: includeme(config) Pyramid includeme hook. :param config: app config :type config: :class:`pyramid.config.Configurator`