| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| Modifier and Type | Class and Description |
|---|---|
class |
CodePipelineFileSet
A FileSet created from a CodePipeline artifact.
|
| Modifier and Type | Method and Description |
|---|---|
FileSet |
ShellStep.addOutputDirectory(String directory)
Add an additional output FileSet based on a directory.
|
FileSet |
PipelineBase.getCloudAssemblyFileSet()
The FileSet tha contains the cloud assembly.
|
FileSet |
FileSetLocation.getFileSet()
The FileSet object.
|
FileSet |
FileSetLocation.Jsii$Proxy.getFileSet() |
default FileSet |
IFileSetProducer.getPrimaryOutput()
The `FileSet` produced by this file set producer.
|
FileSet |
IFileSetProducer.Jsii$Proxy.getPrimaryOutput()
The `FileSet` produced by this file set producer.
|
default FileSet |
IFileSetProducer.Jsii$Default.getPrimaryOutput()
The `FileSet` produced by this file set producer.
|
FileSet |
Step.getPrimaryOutput()
The primary FileSet produced by this Step.
|
FileSet |
FileSet.getPrimaryOutput()
The primary output of a file set producer.
|
FileSet |
ShellStep.primaryOutputDirectory(String directory)
Configure the given output directory as primary output.
|
| Modifier and Type | Method and Description |
|---|---|
List<FileSet> |
Step.getDependencyFileSets()
The list of FileSets consumed by this Step.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Step.addDependencyFileSet(FileSet fs)
Add an additional FileSet to the set of file sets required by this step.
|
protected void |
Step.configurePrimaryOutput(FileSet fs)
Configure the given FileSet as the primary output of this step.
|
FileSetLocation.Builder |
FileSetLocation.Builder.fileSet(FileSet fileSet)
Sets the value of
FileSetLocation.getFileSet() |
Artifact |
ArtifactMap.toCodePipeline(FileSet x)
Return the matching CodePipeline artifact for a FileSet.
|
Copyright © 2022. All rights reserved.