User Guide: Difference between revisions
From Obsidian Scheduler
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
Follow the specific feature guide links below to find the information you need. | Follow the specific feature guide links below to find the information you need. | ||
* '''[[Getting Started]]''' - | * '''[[Getting Started]]''' - Get Obsidian up and running for evaluation, development or production. | ||
* '''[[Deployment Diagram]]''' - A visual | * '''[[Deployment Diagram]]''' - A visual represtenation of how Obsidian is deployed. | ||
* '''[[Implementing Jobs]]''' - How to write your own jobs. | * '''[[Implementing Jobs]]''' - How to write your own jobs. | ||
* '''[[Scripting Jobs]]''' - Some bundled scripting jobs which let you execute new jobs without builds. | * '''[[Scripting Jobs]]''' - Some bundled scripting jobs which let you execute new jobs without builds. | ||
Revision as of 03:25, 19 October 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 represtenation 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.
- REST API - Complete documentation on our REST API.
- Embedded API - Complete documentation on our Embedded API, which is exposed through Java.