| Package | Description |
|---|---|
| org.digitalmediaserver.crowdin | |
| org.digitalmediaserver.crowdin.api |
| 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. |
BuildInfo |
FetchCrowdinMojo.waitForBuild(BuildInfo build,
long pollIntervalMS,
long timeoutMS,
String token,
org.apache.maven.plugin.logging.Log logger)
Polls Crowdin for the status of the specified build until the build is
either completed or failed.
|
| Modifier and Type | Method and Description |
|---|---|
BuildInfo |
FetchCrowdinMojo.waitForBuild(BuildInfo build,
long pollIntervalMS,
long timeoutMS,
String token,
org.apache.maven.plugin.logging.Log logger)
Polls Crowdin for the status of the specified build until the build is
either completed or failed.
|
| Modifier and Type | Method and Description |
|---|---|
static BuildInfo |
CrowdinAPI.createBuild(org.apache.http.impl.client.CloseableHttpClient httpClient,
long projectId,
String token,
Long branchId,
boolean skipUntranslatedStrings,
boolean skipUntranslatedFiles,
boolean exportApprovedOnly,
org.apache.maven.plugin.logging.Log logger)
Triggers a build at Crowdin.
|
static BuildInfo |
CrowdinAPI.getBuildStatus(org.apache.http.impl.client.CloseableHttpClient httpClient,
long projectId,
long buildId,
String token,
org.apache.maven.plugin.logging.Log logger)
Queries Crowdin for the status of the specified build.
|
| Modifier and Type | Method and Description |
|---|---|
static List<BuildInfo> |
CrowdinAPI.listProjectBuilds(org.apache.http.impl.client.CloseableHttpClient httpClient,
long projectId,
Long branchId,
String token,
org.apache.maven.plugin.logging.Log logger)
Requests a list of builds from Crowdin.
|
Copyright © 2024. All rights reserved.