Commit 4e099262 authored by Tristan Cavelier's avatar Tristan Cavelier

Redesigning job rules in order to add some rules at any time.

parent 979fca4a
This diff is collapsed.
This diff is collapsed.
...@@ -52,6 +52,15 @@ ...@@ -52,6 +52,15 @@
return priv.id; return priv.id;
}; };
/**
* Returns the jio job rules object used by the job manager.
* @method getJobRules
* @return {object} The job rules object
*/
that.getJobRules = function() {
return jobRules;
};
/** /**
* Checks if the storage description is valid or not. * Checks if the storage description is valid or not.
* @method validateStorageDescription * @method validateStorageDescription
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment