Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crowdin/crowdin-cli
/ ClientLabel
Interface
ClientLabel
src/main/java/com/crowdin/cli/client/ClientLabel.java:8–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
import
java.util.List;
7
8
public
interface
ClientLabel extends Client {
9
10
List<Label> listLabels();
11
12
Label addLabel(AddLabelRequest request);
13
14
void
deleteLabel(Long id);
15
}
Callers
20
testListLabels
Method · 0.65
testUploadScreenshotWithLabels
Method · 0.65
testUploadScreenshotNotExistingLabel
Method · 0.65
testContextStatus
Method · 0.65
testStringList
Method · 0.65
testFileNotExistThrows
Method · 0.65
testStringList_StringsBasedProject
Method · 0.65
testStringListLabels
Method · 0.65
testAddLabel
Method · 0.65
testUploadScreenshotNotExistingLabel
Method · 0.65
testUploadLabel_FileBasedProject
Method · 0.65
testLabelAdd
Method · 0.65
Implementers
1
CrowdinClientLabel
src/main/java/com/crowdin/cli/client/C
Calls
no outgoing calls
Tested by
no test coverage detected