• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Bynder / bynder-java-sdk / 16054419974

03 Jul 2025 03:22PM UTC coverage: 39.757% (-0.1%) from 39.867%
16054419974

push

github

web-flow
Log poll import (#135)

* log import id during poll status

* update version for log changes

* cleanup

3 of 14 new or added lines in 3 files covered. (21.43%)

1 existing line in 1 file now uncovered.

784 of 1972 relevant lines covered (39.76%)

0.4 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/com/bynder/sdk/model/upload/FinaliseResponse.java
1
/*
2
 * Copyright (c) 2017 Bynder B.V. All rights reserved.
3
 *
4
 * Licensed under the MIT License. See LICENSE file in the project root for full license
5
 * information.
6
 */
7
package com.bynder.sdk.model.upload;
8

9
import com.bynder.sdk.api.BynderApi;
10
import org.slf4j.Logger;
11
import org.slf4j.LoggerFactory;
12

13
import java.util.Map;
14

15
/**
16
 * Model returned by {@link BynderApi#finaliseUpload(Map)}.
17
 */
18
public class FinaliseResponse {
×
NEW
19
    private static final Logger LOG = LoggerFactory.getLogger(FinaliseResponse.class);
×
20

21
    /**
22
     * Import id of the upload. Needed to poll and save media.
23
     */
24
    private String importId;
25

26
    public String getImportId() {
NEW
27
        LOG.info("getImportId from FinaliseResponse Import ID: " + importId);
×
UNCOV
28
        return importId;
×
29
    }
30
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc