def all(options = {})
        request_model = @request_model_factory.all_builds_request_model(options)
        response = @network_client.perform_request(request_model)
        JSON.parse(response.body)['instances'].map do |hash|
          Fabricio::Model::Build.new(hash)