StopBuildBatch Java Example
import com.chilkatsoft.*;
public class ChilkatExample {
static {
try {
System.loadLibrary("chilkat");
} catch (UnsatisfiedLinkError e) {
System.err.println("Native code library failed to load.\n" + e);
System.exit(1);
}
}
public static void main(String argv[])
{
// This example requires the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
CkRest rest = new CkRest();
boolean success;
CkAuthAws authAws = new CkAuthAws();
authAws.put_AccessKey("AWS_ACCESS_KEY");
authAws.put_SecretKey("AWS_SECRET_KEY");
// Don't forget to change the region to your particular region. (Also make the same change in the call to Connect below.)
authAws.put_Region("us-west-2");
authAws.put_ServiceName("codebuild");
// SetAuthAws causes Chilkat to automatically add the following headers: Authorization, X-Amz-Date
rest.SetAuthAws(authAws);
// URL: https://codebuild.us-west-2.amazonaws.com/
// Use the same region as specified above.
success = rest.Connect("codebuild.us-west-2.amazonaws.com",443,true,true);
if (success != true) {
System.out.println("ConnectFailReason: " + rest.get_ConnectFailReason());
System.out.println(rest.lastErrorText());
return;
}
// The following code creates the JSON request body.
// The JSON created by this code is shown below.
// Use this online tool to generate code from sample JSON:
// Generate Code to Create JSON
CkJsonObject json = new CkJsonObject();
json.UpdateString("id","string");
// The JSON request body created by the above code:
// {
// "id": "string"
// }
rest.AddHeader("Content-Type","application/x-amz-json-1.1");
rest.AddHeader("X-Amz-Target","CodeBuild_20161006.StopBuildBatch");
CkStringBuilder sbRequestBody = new CkStringBuilder();
json.EmitSb(sbRequestBody);
CkStringBuilder sbResponseBody = new CkStringBuilder();
success = rest.FullRequestSb("POST","/",sbRequestBody,sbResponseBody);
if (success != true) {
System.out.println(rest.lastErrorText());
return;
}
int respStatusCode = rest.get_ResponseStatusCode();
System.out.println("response status code = " + respStatusCode);
if (respStatusCode != 200) {
System.out.println("Response Header:");
System.out.println(rest.responseHeader());
System.out.println("Response Body:");
System.out.println(sbResponseBody.getAsString());
return;
}
CkJsonObject jResp = new CkJsonObject();
jResp.LoadSb(sbResponseBody);
// The following code parses the JSON response.
// A sample JSON response is shown below the sample code.
// Use this online tool to generate parsing code from sample JSON:
// Generate Parsing Code from JSON
String strVal;
String currentBuildSummaryArn;
String BuildStatus;
String Identifier;
String PrimaryArtifactLocation;
String PrimaryArtifactType;
int RequestedOn;
String identifier;
int ignoreFailure;
int j;
int count_j;
String location;
String v_type;
String arn;
String buildStatus;
String primaryArtifactIdentifier;
String primaryArtifactLocation;
String primaryArtifactType;
int requestedOn;
int k;
int count_k;
String name;
String value;
String mountOptions;
String mountPoint;
int durationInSeconds;
int endTime;
String phaseStatus;
String phaseType;
int startTime;
String message;
String statusCode;
String artifactIdentifier;
String bucketOwnerAccess;
int encryptionDisabled;
String md5sum;
int overrideArtifactName;
String sha256sum;
String authResource;
String authType;
String buildspec;
String buildStatusConfigContext;
String buildStatusConfigTargetUrl;
int gitCloneDepth;
int gitSubmodulesConfigFetchSubmodules;
int insecureSsl;
int reportBuildStatus;
String sourceIdentifier;
String sourceVersion;
String Arn = jResp.stringOf("buildBatch.arn");
String ArtifactIdentifier = jResp.stringOf("buildBatch.artifacts.artifactIdentifier");
String BucketOwnerAccess = jResp.stringOf("buildBatch.artifacts.bucketOwnerAccess");
int EncryptionDisabled = jResp.IntOf("buildBatch.artifacts.encryptionDisabled");
String Location = jResp.stringOf("buildBatch.artifacts.location");
String Md5sum = jResp.stringOf("buildBatch.artifacts.md5sum");
int OverrideArtifactName = jResp.IntOf("buildBatch.artifacts.overrideArtifactName");
String Sha256sum = jResp.stringOf("buildBatch.artifacts.sha256sum");
String BatchReportMode = jResp.stringOf("buildBatch.buildBatchConfig.batchReportMode");
int CombineArtifacts = jResp.IntOf("buildBatch.buildBatchConfig.combineArtifacts");
int MaximumBuildsAllowed = jResp.IntOf("buildBatch.buildBatchConfig.restrictions.maximumBuildsAllowed");
String ServiceRole = jResp.stringOf("buildBatch.buildBatchConfig.serviceRole");
int TimeoutInMins = jResp.IntOf("buildBatch.buildBatchConfig.timeoutInMins");
int BuildBatchNumber = jResp.IntOf("buildBatch.buildBatchNumber");
String BuildBatchStatus = jResp.stringOf("buildBatch.buildBatchStatus");
int BuildTimeoutInMinutes = jResp.IntOf("buildBatch.buildTimeoutInMinutes");
String CacheLocation = jResp.stringOf("buildBatch.cache.location");
String v_Type = jResp.stringOf("buildBatch.cache.type");
int Complete = jResp.IntOf("buildBatch.complete");
String CurrentPhase = jResp.stringOf("buildBatch.currentPhase");
int DebugSessionEnabled = jResp.IntOf("buildBatch.debugSessionEnabled");
String EncryptionKey = jResp.stringOf("buildBatch.encryptionKey");
int EndTime = jResp.IntOf("buildBatch.endTime");
String Certificate = jResp.stringOf("buildBatch.environment.certificate");
String ComputeType = jResp.stringOf("buildBatch.environment.computeType");
String Image = jResp.stringOf("buildBatch.environment.image");
String ImagePullCredentialsType = jResp.stringOf("buildBatch.environment.imagePullCredentialsType");
int PrivilegedMode = jResp.IntOf("buildBatch.environment.privilegedMode");
String Credential = jResp.stringOf("buildBatch.environment.registryCredential.credential");
String CredentialProvider = jResp.stringOf("buildBatch.environment.registryCredential.credentialProvider");
String EnvironmentType = jResp.stringOf("buildBatch.environment.type");
String Id = jResp.stringOf("buildBatch.id");
String Initiator = jResp.stringOf("buildBatch.initiator");
String GroupName = jResp.stringOf("buildBatch.logConfig.cloudWatchLogs.groupName");
String Status = jResp.stringOf("buildBatch.logConfig.cloudWatchLogs.status");
String StreamName = jResp.stringOf("buildBatch.logConfig.cloudWatchLogs.streamName");
String S3LogsBucketOwnerAccess = jResp.stringOf("buildBatch.logConfig.s3Logs.bucketOwnerAccess");
int S3LogsEncryptionDisabled = jResp.IntOf("buildBatch.logConfig.s3Logs.encryptionDisabled");
String S3LogsLocation = jResp.stringOf("buildBatch.logConfig.s3Logs.location");
String S3LogsStatus = jResp.stringOf("buildBatch.logConfig.s3Logs.status");
String ProjectName = jResp.stringOf("buildBatch.projectName");
int QueuedTimeoutInMinutes = jResp.IntOf("buildBatch.queuedTimeoutInMinutes");
String ResolvedSourceVersion = jResp.stringOf("buildBatch.resolvedSourceVersion");
String buildBatchServiceRole = jResp.stringOf("buildBatch.serviceRole");
String Resource = jResp.stringOf("buildBatch.source.auth.resource");
String AuthType = jResp.stringOf("buildBatch.source.auth.type");
String Buildspec = jResp.stringOf("buildBatch.source.buildspec");
String Context = jResp.stringOf("buildBatch.source.buildStatusConfig.context");
String TargetUrl = jResp.stringOf("buildBatch.source.buildStatusConfig.targetUrl");
int GitCloneDepth = jResp.IntOf("buildBatch.source.gitCloneDepth");
int FetchSubmodules = jResp.IntOf("buildBatch.source.gitSubmodulesConfig.fetchSubmodules");
int InsecureSsl = jResp.IntOf("buildBatch.source.insecureSsl");
String SourceLocation = jResp.stringOf("buildBatch.source.location");
int ReportBuildStatus = jResp.IntOf("buildBatch.source.reportBuildStatus");
String SourceIdentifier = jResp.stringOf("buildBatch.source.sourceIdentifier");
String SourceType = jResp.stringOf("buildBatch.source.type");
String SourceVersion = jResp.stringOf("buildBatch.sourceVersion");
int StartTime = jResp.IntOf("buildBatch.startTime");
String VpcId = jResp.stringOf("buildBatch.vpcConfig.vpcId");
int i = 0;
int count_i = jResp.SizeOfArray("buildBatch.buildBatchConfig.restrictions.computeTypesAllowed");
while (i < count_i) {
jResp.put_I(i);
strVal = jResp.stringOf("buildBatch.buildBatchConfig.restrictions.computeTypesAllowed[i]");
i = i+1;
}
i = 0;
count_i = jResp.SizeOfArray("buildBatch.buildGroups");
while (i < count_i) {
jResp.put_I(i);
currentBuildSummaryArn = jResp.stringOf("buildBatch.buildGroups[i].currentBuildSummary.arn");
BuildStatus = jResp.stringOf("buildBatch.buildGroups[i].currentBuildSummary.buildStatus");
Identifier = jResp.stringOf("buildBatch.buildGroups[i].currentBuildSummary.primaryArtifact.identifier");
PrimaryArtifactLocation = jResp.stringOf("buildBatch.buildGroups[i].currentBuildSummary.primaryArtifact.location");
PrimaryArtifactType = jResp.stringOf("buildBatch.buildGroups[i].currentBuildSummary.primaryArtifact.type");
RequestedOn = jResp.IntOf("buildBatch.buildGroups[i].currentBuildSummary.requestedOn");
identifier = jResp.stringOf("buildBatch.buildGroups[i].identifier");
ignoreFailure = jResp.IntOf("buildBatch.buildGroups[i].ignoreFailure");
j = 0;
count_j = jResp.SizeOfArray("buildBatch.buildGroups[i].currentBuildSummary.secondaryArtifacts");
while (j < count_j) {
jResp.put_J(j);
identifier = jResp.stringOf("buildBatch.buildGroups[i].currentBuildSummary.secondaryArtifacts[j].identifier");
location = jResp.stringOf("buildBatch.buildGroups[i].currentBuildSummary.secondaryArtifacts[j].location");
v_type = jResp.stringOf("buildBatch.buildGroups[i].currentBuildSummary.secondaryArtifacts[j].type");
j = j+1;
}
j = 0;
count_j = jResp.SizeOfArray("buildBatch.buildGroups[i].dependsOn");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf("buildBatch.buildGroups[i].dependsOn[j]");
j = j+1;
}
j = 0;
count_j = jResp.SizeOfArray("buildBatch.buildGroups[i].priorBuildSummaryList");
while (j < count_j) {
jResp.put_J(j);
arn = jResp.stringOf("buildBatch.buildGroups[i].priorBuildSummaryList[j].arn");
buildStatus = jResp.stringOf("buildBatch.buildGroups[i].priorBuildSummaryList[j].buildStatus");
primaryArtifactIdentifier = jResp.stringOf("buildBatch.buildGroups[i].priorBuildSummaryList[j].primaryArtifact.identifier");
primaryArtifactLocation = jResp.stringOf("buildBatch.buildGroups[i].priorBuildSummaryList[j].primaryArtifact.location");
primaryArtifactType = jResp.stringOf("buildBatch.buildGroups[i].priorBuildSummaryList[j].primaryArtifact.type");
requestedOn = jResp.IntOf("buildBatch.buildGroups[i].priorBuildSummaryList[j].requestedOn");
k = 0;
count_k = jResp.SizeOfArray("buildBatch.buildGroups[i].priorBuildSummaryList[j].secondaryArtifacts");
while (k < count_k) {
jResp.put_K(k);
identifier = jResp.stringOf("buildBatch.buildGroups[i].priorBuildSummaryList[j].secondaryArtifacts[k].identifier");
location = jResp.stringOf("buildBatch.buildGroups[i].priorBuildSummaryList[j].secondaryArtifacts[k].location");
v_type = jResp.stringOf("buildBatch.buildGroups[i].priorBuildSummaryList[j].secondaryArtifacts[k].type");
k = k+1;
}
j = j+1;
}
i = i+1;
}
i = 0;
count_i = jResp.SizeOfArray("buildBatch.cache.modes");
while (i < count_i) {
jResp.put_I(i);
strVal = jResp.stringOf("buildBatch.cache.modes[i]");
i = i+1;
}
i = 0;
count_i = jResp.SizeOfArray("buildBatch.environment.environmentVariables");
while (i < count_i) {
jResp.put_I(i);
name = jResp.stringOf("buildBatch.environment.environmentVariables[i].name");
v_type = jResp.stringOf("buildBatch.environment.environmentVariables[i].type");
value = jResp.stringOf("buildBatch.environment.environmentVariables[i].value");
i = i+1;
}
i = 0;
count_i = jResp.SizeOfArray("buildBatch.fileSystemLocations");
while (i < count_i) {
jResp.put_I(i);
identifier = jResp.stringOf("buildBatch.fileSystemLocations[i].identifier");
location = jResp.stringOf("buildBatch.fileSystemLocations[i].location");
mountOptions = jResp.stringOf("buildBatch.fileSystemLocations[i].mountOptions");
mountPoint = jResp.stringOf("buildBatch.fileSystemLocations[i].mountPoint");
v_type = jResp.stringOf("buildBatch.fileSystemLocations[i].type");
i = i+1;
}
i = 0;
count_i = jResp.SizeOfArray("buildBatch.phases");
while (i < count_i) {
jResp.put_I(i);
durationInSeconds = jResp.IntOf("buildBatch.phases[i].durationInSeconds");
endTime = jResp.IntOf("buildBatch.phases[i].endTime");
phaseStatus = jResp.stringOf("buildBatch.phases[i].phaseStatus");
phaseType = jResp.stringOf("buildBatch.phases[i].phaseType");
startTime = jResp.IntOf("buildBatch.phases[i].startTime");
j = 0;
count_j = jResp.SizeOfArray("buildBatch.phases[i].contexts");
while (j < count_j) {
jResp.put_J(j);
message = jResp.stringOf("buildBatch.phases[i].contexts[j].message");
statusCode = jResp.stringOf("buildBatch.phases[i].contexts[j].statusCode");
j = j+1;
}
i = i+1;
}
i = 0;
count_i = jResp.SizeOfArray("buildBatch.secondaryArtifacts");
while (i < count_i) {
jResp.put_I(i);
artifactIdentifier = jResp.stringOf("buildBatch.secondaryArtifacts[i].artifactIdentifier");
bucketOwnerAccess = jResp.stringOf("buildBatch.secondaryArtifacts[i].bucketOwnerAccess");
encryptionDisabled = jResp.IntOf("buildBatch.secondaryArtifacts[i].encryptionDisabled");
location = jResp.stringOf("buildBatch.secondaryArtifacts[i].location");
md5sum = jResp.stringOf("buildBatch.secondaryArtifacts[i].md5sum");
overrideArtifactName = jResp.IntOf("buildBatch.secondaryArtifacts[i].overrideArtifactName");
sha256sum = jResp.stringOf("buildBatch.secondaryArtifacts[i].sha256sum");
i = i+1;
}
i = 0;
count_i = jResp.SizeOfArray("buildBatch.secondarySources");
while (i < count_i) {
jResp.put_I(i);
authResource = jResp.stringOf("buildBatch.secondarySources[i].auth.resource");
authType = jResp.stringOf("buildBatch.secondarySources[i].auth.type");
buildspec = jResp.stringOf("buildBatch.secondarySources[i].buildspec");
buildStatusConfigContext = jResp.stringOf("buildBatch.secondarySources[i].buildStatusConfig.context");
buildStatusConfigTargetUrl = jResp.stringOf("buildBatch.secondarySources[i].buildStatusConfig.targetUrl");
gitCloneDepth = jResp.IntOf("buildBatch.secondarySources[i].gitCloneDepth");
gitSubmodulesConfigFetchSubmodules = jResp.IntOf("buildBatch.secondarySources[i].gitSubmodulesConfig.fetchSubmodules");
insecureSsl = jResp.IntOf("buildBatch.secondarySources[i].insecureSsl");
location = jResp.stringOf("buildBatch.secondarySources[i].location");
reportBuildStatus = jResp.IntOf("buildBatch.secondarySources[i].reportBuildStatus");
sourceIdentifier = jResp.stringOf("buildBatch.secondarySources[i].sourceIdentifier");
v_type = jResp.stringOf("buildBatch.secondarySources[i].type");
i = i+1;
}
i = 0;
count_i = jResp.SizeOfArray("buildBatch.secondarySourceVersions");
while (i < count_i) {
jResp.put_I(i);
sourceIdentifier = jResp.stringOf("buildBatch.secondarySourceVersions[i].sourceIdentifier");
sourceVersion = jResp.stringOf("buildBatch.secondarySourceVersions[i].sourceVersion");
i = i+1;
}
i = 0;
count_i = jResp.SizeOfArray("buildBatch.vpcConfig.securityGroupIds");
while (i < count_i) {
jResp.put_I(i);
strVal = jResp.stringOf("buildBatch.vpcConfig.securityGroupIds[i]");
i = i+1;
}
i = 0;
count_i = jResp.SizeOfArray("buildBatch.vpcConfig.subnets");
while (i < count_i) {
jResp.put_I(i);
strVal = jResp.stringOf("buildBatch.vpcConfig.subnets[i]");
i = i+1;
}
// A sample JSON response body parsed by the above code:
// {
// "buildBatch": {
// "arn": "string",
// "artifacts": {
// "artifactIdentifier": "string",
// "bucketOwnerAccess": "string",
// "encryptionDisabled": boolean,
// "location": "string",
// "md5sum": "string",
// "overrideArtifactName": boolean,
// "sha256sum": "string"
// },
// "buildBatchConfig": {
// "batchReportMode": "string",
// "combineArtifacts": boolean,
// "restrictions": {
// "computeTypesAllowed": [
// "string"
// ],
// "maximumBuildsAllowed": number
// },
// "serviceRole": "string",
// "timeoutInMins": number
// },
// "buildBatchNumber": number,
// "buildBatchStatus": "string",
// "buildGroups": [
// {
// "currentBuildSummary": {
// "arn": "string",
// "buildStatus": "string",
// "primaryArtifact": {
// "identifier": "string",
// "location": "string",
// "type": "string"
// },
// "requestedOn": number,
// "secondaryArtifacts": [
// {
// "identifier": "string",
// "location": "string",
// "type": "string"
// }
// ]
// },
// "dependsOn": [
// "string"
// ],
// "identifier": "string",
// "ignoreFailure": boolean,
// "priorBuildSummaryList": [
// {
// "arn": "string",
// "buildStatus": "string",
// "primaryArtifact": {
// "identifier": "string",
// "location": "string",
// "type": "string"
// },
// "requestedOn": number,
// "secondaryArtifacts": [
// {
// "identifier": "string",
// "location": "string",
// "type": "string"
// }
// ]
// }
// ]
// }
// ],
// "buildTimeoutInMinutes": number,
// "cache": {
// "location": "string",
// "modes": [
// "string"
// ],
// "type": "string"
// },
// "complete": boolean,
// "currentPhase": "string",
// "debugSessionEnabled": boolean,
// "encryptionKey": "string",
// "endTime": number,
// "environment": {
// "certificate": "string",
// "computeType": "string",
// "environmentVariables": [
// {
// "name": "string",
// "type": "string",
// "value": "string"
// }
// ],
// "image": "string",
// "imagePullCredentialsType": "string",
// "privilegedMode": boolean,
// "registryCredential": {
// "credential": "string",
// "credentialProvider": "string"
// },
// "type": "string"
// },
// "fileSystemLocations": [
// {
// "identifier": "string",
// "location": "string",
// "mountOptions": "string",
// "mountPoint": "string",
// "type": "string"
// }
// ],
// "id": "string",
// "initiator": "string",
// "logConfig": {
// "cloudWatchLogs": {
// "groupName": "string",
// "status": "string",
// "streamName": "string"
// },
// "s3Logs": {
// "bucketOwnerAccess": "string",
// "encryptionDisabled": boolean,
// "location": "string",
// "status": "string"
// }
// },
// "phases": [
// {
// "contexts": [
// {
// "message": "string",
// "statusCode": "string"
// }
// ],
// "durationInSeconds": number,
// "endTime": number,
// "phaseStatus": "string",
// "phaseType": "string",
// "startTime": number
// }
// ],
// "projectName": "string",
// "queuedTimeoutInMinutes": number,
// "resolvedSourceVersion": "string",
// "secondaryArtifacts": [
// {
// "artifactIdentifier": "string",
// "bucketOwnerAccess": "string",
// "encryptionDisabled": boolean,
// "location": "string",
// "md5sum": "string",
// "overrideArtifactName": boolean,
// "sha256sum": "string"
// }
// ],
// "secondarySources": [
// {
// "auth": {
// "resource": "string",
// "type": "string"
// },
// "buildspec": "string",
// "buildStatusConfig": {
// "context": "string",
// "targetUrl": "string"
// },
// "gitCloneDepth": number,
// "gitSubmodulesConfig": {
// "fetchSubmodules": boolean
// },
// "insecureSsl": boolean,
// "location": "string",
// "reportBuildStatus": boolean,
// "sourceIdentifier": "string",
// "type": "string"
// }
// ],
// "secondarySourceVersions": [
// {
// "sourceIdentifier": "string",
// "sourceVersion": "string"
// }
// ],
// "serviceRole": "string",
// "source": {
// "auth": {
// "resource": "string",
// "type": "string"
// },
// "buildspec": "string",
// "buildStatusConfig": {
// "context": "string",
// "targetUrl": "string"
// },
// "gitCloneDepth": number,
// "gitSubmodulesConfig": {
// "fetchSubmodules": boolean
// },
// "insecureSsl": boolean,
// "location": "string",
// "reportBuildStatus": boolean,
// "sourceIdentifier": "string",
// "type": "string"
// },
// "sourceVersion": "string",
// "startTime": number,
// "vpcConfig": {
// "securityGroupIds": [
// "string"
// ],
// "subnets": [
// "string"
// ],
// "vpcId": "string"
// }
// }
// }
}
}