Class PdkPipelinePyProject

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.54.0 (build b1b977a)",
               date="2022-03-05T05:44:07.633Z")
    @Stability(Stable)
    public class PdkPipelinePyProject
    extends io.github.cdklabs.projen.awscdk.AwsCdkPythonApp
    Synthesizes a Python Project with a CI/CD pipeline.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  PdkPipelinePyProject.Builder
      A fluent builder for PdkPipelinePyProject.
      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
    • Field Summary

      • Fields inherited from class io.github.cdklabs.projen.Project

        DEFAULT_TASK
    • Method Summary

      • Methods inherited from class io.github.cdklabs.projen.awscdk.AwsCdkPythonApp

        getAppEntrypoint, getCdkConfig, getCdkDeps, getCdkTasks, getCdkVersion, getTestdir
      • Methods inherited from class io.github.cdklabs.projen.python.PythonProject

        addDependency, addDevDependency, getDepsManager, getEnvManager, getModuleName, getPackagingManager, getPytest, getVersion, postSynthesize, setPytest
      • Methods inherited from class io.github.cdklabs.projen.github.GitHubProject

        annotateGenerated, getAutoApprove, getDevContainer, getGithub, getGitpod, getProjectType, getVscode
      • Methods inherited from class io.github.cdklabs.projen.Project

        addExcludeFromCleanup, addGitIgnore, addPackageIgnore, addTask, addTask, addTip, getBuildTask, getCompileTask, getComponents, getDefaultTask, getDeps, getEjected, getFiles, getGitattributes, getGitignore, getInitProject, getLogger, getName, getOutdir, getPackageTask, getParent, getPostCompileTask, getPreCompileTask, getProjectBuild, getProjenCommand, getRoot, getTasks, getTestTask, preSynthesize, removeTask, runTaskCommand, synth, tryFindFile, tryFindJsonFile, tryFindObjectFile
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • Constructor Detail

      • PdkPipelinePyProject

        protected PdkPipelinePyProject​(software.amazon.jsii.JsiiObjectRef objRef)
      • PdkPipelinePyProject

        protected PdkPipelinePyProject​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • PdkPipelinePyProject

        @Stability(Stable)
        public PdkPipelinePyProject​(@NotNull
                                    PDKPipelinePyProjectOptions options)
        Parameters:
        options - This parameter is required.