@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.931Z") @Stability(value=Stable) public class CodePipelineFileSet extends FileSet
You only need to use this if you want to add CDK Pipeline stages add the end of an existing CodePipeline, which should be very rare.
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.codepipeline.*; import software.amazon.awscdk.pipelines.*; Artifact artifact; CodePipelineFileSet codePipelineFileSet = CodePipelineFileSet.fromArtifact(artifact);
software.amazon.jsii.JsiiObject.InitializationModeIFileSetProducer.Jsii$Default, IFileSetProducer.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
CodePipelineFileSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CodePipelineFileSet(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static CodePipelineFileSet |
fromArtifact(Artifact artifact)
Turn a CodePipeline Artifact into a FileSet.
|
getId, getPrimaryOutput, getProducer, producedBy, producedBy, toStringjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected CodePipelineFileSet(software.amazon.jsii.JsiiObjectRef objRef)
protected CodePipelineFileSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) @NotNull public static CodePipelineFileSet fromArtifact(@NotNull Artifact artifact)
artifact - This parameter is required.Copyright © 2022. All rights reserved.