ProjectSourceBuildStatusConfig constructor
Creates a new ProjectSourceBuildStatusConfig.
context Specifies the context of the build status CodeBuild sends to the source provider. The usage of
targetUrl Specifies the target url of the build status CodeBuild sends to the source provider. The
Implementation
const ProjectSourceBuildStatusConfig({
this.context,
this.targetUrl,
});