@Stability(value=Stable)
public static interface CfnProject.BuildStatusConfigProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codebuild.*;
BuildStatusConfigProperty buildStatusConfigProperty = BuildStatusConfigProperty.builder()
.context("context")
.targetUrl("targetUrl")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnProject.BuildStatusConfigProperty.Builder
A builder for
CfnProject.BuildStatusConfigProperty |
static class |
CfnProject.BuildStatusConfigProperty.Jsii$Proxy
An implementation for
CfnProject.BuildStatusConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnProject.BuildStatusConfigProperty.Builder |
builder() |
default String |
getContext()
Specifies the context of the build status CodeBuild sends to the source provider.
|
default String |
getTargetUrl()
Specifies the target url of the build status CodeBuild sends to the source provider.
|
@Stability(value=Stable) @Nullable default String getContext()
The usage of this parameter depends on the source provider.
name parameter in the Bitbucket commit status. For more information, see build in the Bitbucket API documentation.context parameter in the GitHub commit status. For more information, see Create a commit status in the GitHub developer guide.@Stability(value=Stable) @Nullable default String getTargetUrl()
The usage of this parameter depends on the source provider.
url parameter in the Bitbucket commit status. For more information, see build in the Bitbucket API documentation.target_url parameter in the GitHub commit status. For more information, see Create a commit status in the GitHub developer guide.@Stability(value=Stable) static CfnProject.BuildStatusConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.