Documentation ¶
Overview ¶
Package common contains common code used throughout buildbucket appengine code.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBuild ¶
GetBuild returns the build with the given ID or NotFound appstatus if it is not found. A shortcut for GetBuildEntities with only Build.
func GetBuildEntities ¶
GetBuildEntities fetches entities associated with the given build.
At least one `kinds` must be given. Only kinds of entities associated with builds must be given (see model.XXXKind constants). Panics otherwise.
Returns NonFound appstatus if any of them are not found. Any other errors are tagged as transient.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.