| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
failedConfigurationLogsMessage |
"CloudWatch configuration for this build is incorrect." |
public static final String |
noLogsMessage |
"No CloudWatch logs found for this build." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
serialVersionUID |
555L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
authorizationError |
"Authorization error" |
public static final String |
configuredImproperlyError |
"CodeBuild configured improperly in project settings" |
public static final String |
envVariableNameSpaceError |
"CodeBuild environment variable keys cannot start with CODEBUILD_" |
public static final String |
envVariableSyntaxError |
"CodeBuild environment variable keys and values cannot be empty and the string must be of the form [{key, value}, {key2, value2}]" |
public static final String |
invalidProjectError |
"Please select a project with S3 source type" |
public static final String |
notVersionsedS3BucketError |
"A versioned S3 bucket is required.\n" |
public static final String |
s3BucketBaseURL |
"https://console.aws.amazon.com/s3/buckets/" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FAILURE |
"FAILURE" |
public static final String |
IN_PROGRESS |
"IN_PROGRESS" |
public static final long |
serialVersionUID |
23L |
public static final String |
STOPPED |
"STOPPED" |
public static final String |
SUCCESS |
"SUCCESS" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
zipSourceError |
"zipSource usage: prefixToTrim must be contained in the given directory." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
basicAWSCredentials |
"Using given AWS access and secret key for authorization" |
public static final String |
defaultChainCredentials |
"Using credentials provided by the DefaultAWSCredentialsProviderChain for authorization" |
public static final String |
IAMRoleCredentials |
"Authorizing with the IAM role defined in credentials " |
public static final String |
invalidArtifactNamespaceTypeError |
"Artifact namespace override must be one of \'NONE\', \'BUILD_ID\', \'\'" |
public static final String |
invalidArtifactsPackagingError |
"Artifact packaging override must be one of \'NONE\', \'ZIP\', \'\'" |
public static final String |
invalidArtifactTypeError |
"Artifact type override must be one of \'NO_ARTIFACTS\', \'S3\', \'\'" |
public static final String |
invalidCredentialsIdError |
"Invalid credentials ID. Verify that the credentials are of type CodeBuildCredentials and are accessible in this project." |
public static final String |
invalidCredTypeError |
"Invalid credentialsType option; must be \'jenkins\' or \'keys\'" |
public static final String |
invalidDefaultCredentialsError |
"AWS credentials couldn\'t be loaded from the default provider chain" |
public static final String |
invalidProxyError |
"Enter a valid proxy host and port (greater than zero)" |
public static final String |
invalidRegionError |
"Enter a valid AWS region" |
public static final String |
invalidTimeoutOverrideError |
"Build timeout override must be a number between 5 and 480 (minutes)" |
public static final String |
projectRequiredError |
"CodeBuild project name is required" |
public static final String |
sourceControlTypeRequiredError |
"Source control type is required and must be \'jenkins\' or \'project\'" |
public static final String |
unableToGetJobFolder |
"Unable to retrieve folder for this job." |
public static final String |
validSourceUrlPrefix |
"https://" |
Copyright © 2016–2018. All rights reserved.