| Class | Description |
|---|---|
| BuckFixSpec |
Information about the build that is provided to 'fix' scripts as a json file
|
| BuckFixSpecParser |
Creates a BuckFixSpec to pass to helper scripts from matching
BuildLogEntry |
| BuckFixSpecWriter |
Simple class that writes a serialized to json
BuckFixSpec to the log directory |
| BuckRunSpec |
Holds information to tell the python wrapper whether to run anything after executing the current
command, and how to do it
|
| FixBuckConfig |
Configuration that handles how `buck fix` and automatic invocations of fix scripts work
|
| Enum | Description |
|---|---|
| BuckFixSpecParser.FixSpecFailure |
The various ways that trying to parse a FixSpec can fail
|