.. _scripts: .. module:: s4.clarity ======= Scripts ======= Listed here are the definitions of the various base classes of scripts. Derived Sample Automation Script -------------------------------- .. autoclass:: s4.clarity.scripts.DerivedSampleAutomation :members: :show-inheritance: Generic Script -------------- .. autoclass:: s4.clarity.scripts.GenericScript :members: Shell Script ------------ .. autoclass:: s4.clarity.scripts.ShellScript :members: :show-inheritance: StepEpp ------- .. autoclass:: s4.clarity.scripts.StepEPP :members: :show-inheritance: TriggeredStepEpp ---------------- .. autoclass:: s4.clarity.scripts.TriggeredStepEPP :members: :show-inheritance: UserMessageException -------------------- .. autoclass:: s4.clarity.scripts.UserMessageException :members: :show-inheritance: Workflow Test ------------- .. autoclass:: s4.clarity.scripts.WorkflowTest :members: :show-inheritance: