# Functions
HandleCancel returns an http.HandlerFunc that processes http requests to cancel a pending or running build.
HandleCreate returns an http.HandlerFunc that processes http requests to create a build for the specified commit.
HandleFind returns an http.HandlerFunc that writes json-encoded build details to the response body.
HandleLast returns an http.HandlerFunc that writes json-encoded build details to the the response body for the latest build.
HandleList returns an http.HandlerFunc that writes a json-encoded list of build history to the response body.
HandlePromote returns an http.HandlerFunc that processes http requests to promote and re-execute a build.
HandlePurge returns an http.HandlerFunc that purges the build history.
HandleRetry returns an http.HandlerFunc that processes http requests to retry and re-execute a build.
HandleRollback returns an http.HandlerFunc that processes http requests to rollback and re-execute a build.