| Budgets |
Helper builder of budgets
|
| Budgets.TimeBoundedBudgetBuilder |
A helper builder of time bounded builders.
|
| IterationBoundedBudget |
This task budget limits the execution by a given number of iterations or an unlimited number if configured to do so.
|
| IterationBoundedBudgetBuilder |
A helper builder of iteration bounded builders.
|
| IterationTimeBoundedBudget |
This task budget limits the execution by both a given number of iterations or a maximum amount of time for the
execution.
|
| IterationTimeBoundedBudgetBuilder |
A helper builder of iteration and time bounded builders.
|
| TimeBoundedBudget |
This task budget limits the execution by both a maximum amount of time for the execution.
|