Uses of Interface
software.amazon.awscdk.pipelines.IFileSetProducer
Packages that use IFileSetProducer
-
Uses of IFileSetProducer in software.amazon.awscdk.pipelines
Subinterfaces of IFileSetProducer in software.amazon.awscdk.pipelinesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIFileSetProducer.Classes in software.amazon.awscdk.pipelines that implement IFileSetProducerModifier and TypeClassDescriptionclassRun a script as a CodeBuild Project.classA FileSet created from a CodePipeline artifact.classFactory for CodePipeline source steps.classPause the pipeline if a deployment would add IAM permissions or Security Group rules.classA set of files traveling through the deployment pipeline.static final classA proxy class which represents a concrete javascript instance of this type.classA manual approval step.classRun shell script commands in the pipeline.classA generic Step which can be added to a Pipeline.Methods in software.amazon.awscdk.pipelines that return IFileSetProducerModifier and TypeMethodDescriptionfinal IFileSetProducerCodeBuildStepProps.Jsii$Proxy.getInput()default IFileSetProducerShellStepProps.getInput()FileSet to run these scripts on.final IFileSetProducerShellStepProps.Jsii$Proxy.getInput()CodePipelineProps.getSynth()The build step that produces the CDK Cloud Assembly.final IFileSetProducerCodePipelineProps.Jsii$Proxy.getSynth()PipelineBase.getSynth()The build step that produces the CDK Cloud Assembly.PipelineBaseProps.getSynth()The build step that produces the CDK Cloud Assembly.final IFileSetProducerPipelineBaseProps.Jsii$Proxy.getSynth()Methods in software.amazon.awscdk.pipelines that return types with arguments of type IFileSetProducerModifier and TypeMethodDescriptionfinal Map<String,IFileSetProducer> CodeBuildStepProps.Jsii$Proxy.getAdditionalInputs()default Map<String,IFileSetProducer> ShellStepProps.getAdditionalInputs()Additional FileSets to put in other directories.final Map<String,IFileSetProducer> ShellStepProps.Jsii$Proxy.getAdditionalInputs()Methods in software.amazon.awscdk.pipelines with parameters of type IFileSetProducerModifier and TypeMethodDescriptionCodeBuildStep.Builder.input(IFileSetProducer input) FileSet to run these scripts on.CodeBuildStepProps.Builder.input(IFileSetProducer input) Sets the value ofShellStepProps.getInput()ShellStep.Builder.input(IFileSetProducer input) FileSet to run these scripts on.ShellStepProps.Builder.input(IFileSetProducer input) Sets the value ofShellStepProps.getInput()CodePipeline.Builder.synth(IFileSetProducer synth) The build step that produces the CDK Cloud Assembly.CodePipelineProps.Builder.synth(IFileSetProducer synth) Sets the value ofCodePipelineProps.getSynth()PipelineBaseProps.Builder.synth(IFileSetProducer synth) Sets the value ofPipelineBaseProps.getSynth()Method parameters in software.amazon.awscdk.pipelines with type arguments of type IFileSetProducerModifier and TypeMethodDescriptionCodeBuildStep.Builder.additionalInputs(Map<String, ? extends IFileSetProducer> additionalInputs) Additional FileSets to put in other directories.CodeBuildStepProps.Builder.additionalInputs(Map<String, ? extends IFileSetProducer> additionalInputs) Sets the value ofShellStepProps.getAdditionalInputs()ShellStep.Builder.additionalInputs(Map<String, ? extends IFileSetProducer> additionalInputs) Additional FileSets to put in other directories.ShellStepProps.Builder.additionalInputs(Map<String, ? extends IFileSetProducer> additionalInputs) Sets the value ofShellStepProps.getAdditionalInputs()