Returns the option values for this task's scope. :API: public
(self)
| 202 | return BuildInvalidator.Factory.create(build_task=self.fingerprint) |
| 203 | |
| 204 | def get_options(self): |
| 205 | """Returns the option values for this task's scope. |
| 206 | |
| 207 | :API: public |
| 208 | """ |
| 209 | return self.context.options.for_scope(self.options_scope) |
| 210 | |
| 211 | def get_passthru_args(self): |
| 212 | """Returns the passthru args for this task, if it supports them. |