| Package | Description |
|---|---|
| org.digitalmediaserver.crowdin | |
| org.digitalmediaserver.crowdin.api |
| Modifier and Type | Method and Description |
|---|---|
protected BranchInfo |
AbstractCrowdinMojo.getBranch()
Gets the Crowdin branch name that matches the name of the current Git
branch.
|
protected BranchInfo |
AbstractCrowdinMojo.getBranch(boolean create,
List<BranchInfo> branches)
Creates or gets the Crowdin branch name that matches the name of the
current Git branch.
|
| Modifier and Type | Method and Description |
|---|---|
protected BuildInfo |
FetchCrowdinMojo.buildTranslations(BranchInfo branch,
String token)
Requests a new build at Crowdin and returns the resulting
BuildInfo. |
| Modifier and Type | Method and Description |
|---|---|
protected BranchInfo |
AbstractCrowdinMojo.getBranch(boolean create,
List<BranchInfo> branches)
Creates or gets the Crowdin branch name that matches the name of the
current Git branch.
|
| Modifier and Type | Method and Description |
|---|---|
static BranchInfo |
CrowdinAPI.createBranch(org.apache.http.impl.client.CloseableHttpClient httpClient,
long projectId,
String token,
String branchName,
org.apache.maven.plugin.logging.Log logger)
Creates a branch at Crowdin.
|
| Modifier and Type | Method and Description |
|---|---|
static List<BranchInfo> |
CrowdinAPI.listBranches(org.apache.http.impl.client.CloseableHttpClient httpClient,
long projectId,
String token,
String branchName,
org.apache.maven.plugin.logging.Log logger)
Queries Crowdin for a list of branches.
|
| Modifier and Type | Method and Description |
|---|---|
static FileInfo |
CrowdinAPI.getFileIfExists(org.apache.http.impl.client.CloseableHttpClient httpClient,
long projectId,
BranchInfo branch,
FolderInfo folder,
String fileName,
String token,
org.apache.maven.plugin.logging.Log logger)
Queries Crowdin for information about a file with the specified name.
|
static FolderInfo |
CrowdinAPI.getFolder(org.apache.http.impl.client.CloseableHttpClient httpClient,
long projectId,
BranchInfo branch,
String folderPath,
boolean create,
String token,
org.apache.maven.plugin.logging.Log logger)
Queries Crowdin for information about the specified folder.
|
Copyright © 2024. All rights reserved.