Interface ISource
The abstract interface of a CodeBuild source.
Namespace: Amazon.CDK.AWS.CodeBuild
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISource
Syntax (vb)
Public Interface ISource
Remarks
Implemented by Source.
Synopsis
Properties
| BadgeSupported | The abstract interface of a CodeBuild source. |
| Identifier | The abstract interface of a CodeBuild source. |
| Type | The abstract interface of a CodeBuild source. |
Methods
| Bind(Construct, IProject) | The abstract interface of a CodeBuild source. |
Properties
BadgeSupported
The abstract interface of a CodeBuild source.
bool BadgeSupported { get; }
Property Value
Remarks
Implemented by Source.
Identifier
The abstract interface of a CodeBuild source.
string? Identifier { get; }
Property Value
Remarks
Implemented by Source.
Type
The abstract interface of a CodeBuild source.
string Type { get; }
Property Value
Remarks
Implemented by Source.
Methods
Bind(Construct, IProject)
The abstract interface of a CodeBuild source.
ISourceConfig Bind(Construct scope, IProject project)
Parameters
- scope Construct
- project IProject
Returns
Remarks
Implemented by Source.