| 2802 | } |
| 2803 | |
| 2804 | type BuildGetResponse struct { |
| 2805 | Body []byte |
| 2806 | HTTPResponse *http.Response |
| 2807 | JSON200 *Build |
| 2808 | JSON400 *APIErrors |
| 2809 | JSON403 *APIErrors |
| 2810 | } |
| 2811 | |
| 2812 | // Status returns HTTPResponse.Status |
| 2813 | func (r BuildGetResponse) Status() string { |
nothing calls this directly
no outgoing calls
no test coverage detected