public static interface BuildStatusConfig.Builder extends SdkPojo, CopyableBuilder<BuildStatusConfig.Builder,BuildStatusConfig>
| Modifier and Type | Method and Description |
|---|---|
BuildStatusConfig.Builder |
context(String context)
Specifies the context of the build status CodeBuild sends to the source provider.
|
BuildStatusConfig.Builder |
targetUrl(String targetUrl)
Specifies the target url of the build status CodeBuild sends to the source provider.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBuildStatusConfig.Builder context(String context)
Specifies the context of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.
This parameter is used for the name parameter in the Bitbucket commit status. For more
information, see build in the Bitbucket API documentation.
This parameter is used for the context parameter in the GitHub commit status. For more
information, see Create a
commit status in the GitHub developer guide.
context - Specifies the context of the build status CodeBuild sends to the source provider. The usage of this
parameter depends on the source provider.
This parameter is used for the name parameter in the Bitbucket commit status. For more
information, see build in the Bitbucket API documentation.
This parameter is used for the context parameter in the GitHub commit status. For more
information, see Create a commit
status in the GitHub developer guide.
BuildStatusConfig.Builder targetUrl(String targetUrl)
Specifies the target url of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.
This parameter is used for the url parameter in the Bitbucket commit status. For more
information, see build in the Bitbucket API documentation.
This parameter is used for the target_url parameter in the GitHub commit status. For more
information, see Create a
commit status in the GitHub developer guide.
targetUrl - Specifies the target url of the build status CodeBuild sends to the source provider. The usage of this
parameter depends on the source provider.
This parameter is used for the url parameter in the Bitbucket commit status. For more
information, see build in the Bitbucket API documentation.
This parameter is used for the target_url parameter in the GitHub commit status. For more
information, see Create a commit
status in the GitHub developer guide.
Copyright © 2023. All rights reserved.