def Build.build_events( ) -> typing.Iterable[‘build_event’]
def Build.execution_logs( ) -> typing.Iterable[‘exec_log_entry’]
def Build.try_wait( ) -> None | ‘bazel.build.BuildStatus’
def Build.wait( ) -> ‘bazel.build.BuildStatus’
def Build.workspace_events( ) -> typing.Iterable[‘workspace_event’]
Was this page helpful?