User Guide: Difference between revisions
From Obsidian Scheduler
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
* '''[[Licences & Nodes]]''' - Full details on how licence verification is handled in Obsidian. | * '''[[Licences & Nodes]]''' - Full details on how licence verification is handled in Obsidian. | ||
* '''[[Event Notifications]]''' - An outline of the mechanisms Obsidian provides to be notified of various events, such as job failures. | * '''[[Event Notifications]]''' - An outline of the mechanisms Obsidian provides to be notified of various events, such as job failures. | ||
* '''[[Email Templates]]''' - How to customize Obsidian's notifications using your own templates. | |||
* '''[[REST API]]''' - Complete documentation on our REST API. | * '''[[REST API]]''' - Complete documentation on our REST API. | ||
* '''[[Embedded API]]''' - Complete documentation on our Embedded API, which is exposed through Java. | * '''[[Embedded API]]''' - Complete documentation on our Embedded API, which is exposed through Java. | ||
Revision as of 22:19, 1 November 2013
This is your guide to using Obsidian scheduler, including the administration web application.
Follow the specific feature guide links below to find the information you need.
- Getting Started - Get Obsidian up and running for evaluation, development or production.
- Deployment Diagram - A visual representation of how Obsidian is deployed.
- Implementing Jobs - How to write your own jobs.
- Scripting Jobs - Some bundled scripting jobs which let you execute new jobs without builds.
- Admin Web Application Guide - A comprehensive guide for our management web application.
- Job Features - An outline of some job features that apply to recovery, execution, etc.
- Built-in Jobs - A guide to the free jobs that we bundle with Obsidian for your convenience.
- Chaining - How Obsidian chains execution of different jobs based on execution status and saved job results.
- Conflicts - A description of how Obsidian allows you to prevent certain jobs from running concurrently.
- Recovery & Failover - An outline of Obsidian's recovery and failover mechanisms for job execution.
- Licences & Nodes - Full details on how licence verification is handled in Obsidian.
- Event Notifications - An outline of the mechanisms Obsidian provides to be notified of various events, such as job failures.
- Email Templates - How to customize Obsidian's notifications using your own templates.
- REST API - Complete documentation on our REST API.
- Embedded API - Complete documentation on our Embedded API, which is exposed through Java.