CustomerPreconditions should have access to the same information as built-in Preconditions
Description
The CustomPrecondition should provide the same functionality as the Precondition interface. Currently CustomPrecondition.check() only takes a Database as argument. Therefore it is not straighforward (or even impossible) to implement preconditions that are based on the changes in the changesets.
Environment
None
Activity
Show:
Nathan Voxland March 5, 2013 at 6:53 AM
With 3.0 you can now define custom preconditions through the extension framework exactly the same as built-in preconditions.
The CustomPrecondition should provide the same functionality as the Precondition interface. Currently CustomPrecondition.check() only takes a Database as argument. Therefore it is not straighforward (or even impossible) to implement preconditions that are based on the changes in the changesets.