Class PDKPipelinePyProject
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.Project
-
- io.github.cdklabs.projen.github.GitHubProject
-
- io.github.cdklabs.projen.python.PythonProject
-
- io.github.cdklabs.projen.awscdk.AwsCdkPythonApp
-
- software.aws.awsprototypingsdk.pipeline.PDKPipelinePyProject
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-02-01T23:43:16.150Z") @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 classPDKPipelinePyProject.BuilderA fluent builder forPDKPipelinePyProject.
-
Constructor Summary
Constructors Modifier Constructor Description protectedPDKPipelinePyProject(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedPDKPipelinePyProject(software.amazon.jsii.JsiiObjectRef objRef)PDKPipelinePyProject(PDKPipelinePyProjectOptions options)
-
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, getCommitGenerated, 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, tryRemoveFile
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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.
-
-