markNeedsBuild abstract method

void markNeedsBuild()

Requests that this HookContext should be rebuilt.

This method should only be called from implementations of HookState. This method can't be called during build. Depending on the implementation, the build can be performed immediately or scheduled for later. In such case, if markNeedsBuild is called multiple times before the build is performed, it should be performed only once.

Implementation

void markNeedsBuild();