Uses of Class
io.github.cdklabs.projen.Task
-
-
Uses of Task in io.github.cdklabs.projen
Methods in io.github.cdklabs.projen that return Task Modifier and Type Method Description TaskProject. addTask(String name)(experimental) Adds a new task to this project.TaskProject. addTask(String name, TaskOptions props)(experimental) Adds a new task to this project.TaskTasks. addTask(String name)(experimental) Adds a task to a project.TaskTasks. addTask(String name, TaskOptions options)(experimental) Adds a task to a project.TaskTask.Builder. build()TaskProject. getBuildTask()TaskProjectBuild. getBuildTask()(experimental) The task responsible for a full release build.TaskVersion. getBumpTask()TaskProject. getCompileTask()TaskProjectBuild. getCompileTask()(experimental) Compiles the code.TaskProject. getDefaultTask()(experimental) This is the "default" task, the one that executes "projen".TaskProject. getPackageTask()TaskProjectBuild. getPackageTask()(experimental) The "package" task.TaskProject. getPostCompileTask()TaskProjectBuild. getPostCompileTask()(experimental) Post-compile task.TaskProject. getPreCompileTask()TaskProjectBuild. getPreCompileTask()(experimental) Pre-compile task.TaskProject. getTestTask()TaskProjectBuild. getTestTask()(experimental) Tests the code.TaskVersion. getUnbumpTask()TaskProject. removeTask(String name)(experimental) Removes a task from a project.TaskTasks. removeTask(String name)(experimental) Removes a task from a project.TaskTasks. tryFind(String name)(experimental) Finds a task by name.Methods in io.github.cdklabs.projen that return types with arguments of type Task Modifier and Type Method Description List<Task>Tasks. getAll()(experimental) All tasks.default List<Task>DevEnvironmentOptions. getTasks()(experimental) An array of tasks that should be run when the container starts.List<Task>DevEnvironmentOptions.Jsii$Proxy. getTasks()List<Task>GitpodOptions.Jsii$Proxy. getTasks()Methods in io.github.cdklabs.projen with parameters of type Task Modifier and Type Method Description voidGitpod. addTasks(@NotNull Task... tasks)(experimental) Add tasks to run when gitpod starts.voidIDevEnvironment. addTasks(@NotNull Task... tasks)(experimental) Adds tasks to run when the container starts.default voidIDevEnvironment.Jsii$Default. addTasks(@NotNull Task... tasks)(experimental) Adds tasks to run when the container starts.voidIDevEnvironment.Jsii$Proxy. addTasks(@NotNull Task... tasks)(experimental) Adds tasks to run when the container starts.voidTask. prependSpawn(Task subtask)(experimental) Adds a spawn instruction at the beginning of the task.voidTask. prependSpawn(Task subtask, TaskStepOptions options)(experimental) Adds a spawn instruction at the beginning of the task.StringProject. runTaskCommand(Task task)(experimental) Returns the shell command to execute in order to run a task.voidTask. spawn(Task subtask)(experimental) Spawns a sub-task.voidTask. spawn(Task subtask, TaskStepOptions options)(experimental) Spawns a sub-task.Method parameters in io.github.cdklabs.projen with type arguments of type Task Modifier and Type Method Description DevEnvironmentOptions.BuilderDevEnvironmentOptions.Builder. tasks(List<? extends Task> tasks)Sets the value ofDevEnvironmentOptions.getTasks()Gitpod.BuilderGitpod.Builder. tasks(List<? extends Task> tasks)(experimental) An array of tasks that should be run when the container starts.GitpodOptions.BuilderGitpodOptions.Builder. tasks(List<? extends Task> tasks)Sets the value ofDevEnvironmentOptions.getTasks() -
Uses of Task in io.github.cdklabs.projen.awscdk
Methods in io.github.cdklabs.projen.awscdk that return Task Modifier and Type Method Description TaskCdkTasks. getDeploy()(experimental) Deploys your app.TaskCdkTasks. getDestroy()(experimental) Destroys all the stacks.TaskIntegrationTest. getDestroyTask()(experimental) Destroy the integration test resources.TaskCdkTasks. getDiff()(experimental) Diff against production.TaskCdkTasks. getSynth()(experimental) Synthesizes your app.TaskCdkTasks. getSynthSilent()(experimental) Synthesizes your app and suppresses stdout.TaskCdkTasks. getWatch()(experimental) Watch task.TaskIntegrationTest. getWatchTask()(experimental) The watch task. -
Uses of Task in io.github.cdklabs.projen.build
Methods in io.github.cdklabs.projen.build that return Task Modifier and Type Method Description TaskBuildWorkflowOptions. getBuildTask()(experimental) The task to execute in order to build the project.TaskBuildWorkflowOptions.Jsii$Proxy. getBuildTask()Methods in io.github.cdklabs.projen.build with parameters of type Task Modifier and Type Method Description voidBuildWorkflow. addPostBuildJobTask(Task task)(experimental) Run a task as a job within the build workflow which is executed after the build job succeeded.voidBuildWorkflow. addPostBuildJobTask(Task task, AddPostBuildJobTaskOptions options)(experimental) Run a task as a job within the build workflow which is executed after the build job succeeded.BuildWorkflow.BuilderBuildWorkflow.Builder. buildTask(Task buildTask)(experimental) The task to execute in order to build the project.BuildWorkflowOptions.BuilderBuildWorkflowOptions.Builder. buildTask(Task buildTask)Sets the value ofBuildWorkflowOptions.getBuildTask() -
Uses of Task in io.github.cdklabs.projen.cdk
Methods in io.github.cdklabs.projen.cdk that return Task Modifier and Type Method Description TaskIntegrationTestBase. getAssertTask()(experimental) Synthesizes the integration test and compares against a local copy (runs during build).TaskIntegrationTestBase. getDeployTask()(experimental) Deploy the integration test and update the snapshot upon success.TaskIntegrationTestBase. getSnapshotTask()(experimental) Just update snapshot (without deployment). -
Uses of Task in io.github.cdklabs.projen.github
Methods in io.github.cdklabs.projen.github that return Task Modifier and Type Method Description TaskTaskWorkflowOptions. getTask()(experimental) The main task to be executed.TaskTaskWorkflowOptions.Jsii$Proxy. getTask()Methods in io.github.cdklabs.projen.github with parameters of type Task Modifier and Type Method Description static TaskWorkflowJob.BuilderTaskWorkflowJob.Builder. create(software.constructs.IConstruct scope, Task task)TaskWorkflow.BuilderTaskWorkflow.Builder. task(Task task)(experimental) The main task to be executed.TaskWorkflowOptions.BuilderTaskWorkflowOptions.Builder. task(Task task)Sets the value ofTaskWorkflowOptions.getTask()Constructors in io.github.cdklabs.projen.github with parameters of type Task Constructor Description TaskWorkflowJob(software.constructs.IConstruct scope, Task task, TaskWorkflowJobOptions options) -
Uses of Task in io.github.cdklabs.projen.javascript
Methods in io.github.cdklabs.projen.javascript that return Task Modifier and Type Method Description TaskBundle. getBundleTask()(experimental) The task that produces this bundle.TaskBundle.Jsii$Proxy. getBundleTask()TaskBundler. getBundleTask()(experimental) Gets or creates the singleton "bundle" task of the project.TaskEslint. getEslintTask()(experimental) eslint task.TaskNodePackage. getInstallCiTask()(experimental) The task for installing project dependencies (frozen).TaskNodePackage. getInstallTask()(experimental) The task for installing project dependencies (non-frozen).TaskUpgradeDependencies. getPostUpgradeTask()(experimental) A task run after the upgrade task.TaskLicenseChecker. getTask()TaskUpgradeDependencies. getUpgradeTask()(experimental) The upgrade task.default TaskBundle. getWatchTask()(experimental) The "watch" task for this bundle.TaskBundle.Jsii$Proxy. getWatchTask()Methods in io.github.cdklabs.projen.javascript with parameters of type Task Modifier and Type Method Description Bundle.BuilderBundle.Builder. bundleTask(Task bundleTask)Sets the value ofBundle.getBundleTask()StringNodeProject. runTaskCommand(Task task)(experimental) Returns the shell command to execute in order to run a task.Bundle.BuilderBundle.Builder. watchTask(Task watchTask)Sets the value ofBundle.getWatchTask() -
Uses of Task in io.github.cdklabs.projen.python
Methods in io.github.cdklabs.projen.python that return Task Modifier and Type Method Description TaskIPythonDeps. getInstallCiTask()(experimental) A task that installs and updates dependencies.default TaskIPythonDeps.Jsii$Default. getInstallCiTask()(experimental) A task that installs and updates dependencies.TaskIPythonDeps.Jsii$Proxy. getInstallCiTask()(experimental) A task that installs and updates dependencies.TaskPip. getInstallCiTask()(experimental) A task that installs and updates dependencies.TaskPoetry. getInstallCiTask()(experimental) Task for installing dependencies according to the existing lockfile.TaskPoetry. getInstallTask()(experimental) Task for updating the lockfile and installing project dependencies.TaskIPythonPackaging. getPublishTask()(experimental) A task that uploads the package to a package repository.default TaskIPythonPackaging.Jsii$Default. getPublishTask()(experimental) A task that uploads the package to a package repository.TaskIPythonPackaging.Jsii$Proxy. getPublishTask()(experimental) A task that uploads the package to a package repository.TaskPoetry. getPublishTask()(experimental) Task for publishing the package to a package repository.TaskSetuptools. getPublishTask()(experimental) A task that uploads the package to a package repository.TaskPoetry. getPublishTestTask()(experimental) Task for publishing the package to the Test PyPI repository for testing purposes.TaskSetuptools. getPublishTestTask()(experimental) A task that uploads the package to the Test PyPI repository. -
Uses of Task in io.github.cdklabs.projen.release
Methods in io.github.cdklabs.projen.release that return Task Modifier and Type Method Description TaskReleaseOptions. getTask()(experimental) The task to execute in order to create the release artifacts.TaskReleaseOptions.Jsii$Proxy. getTask()TaskPublisher. publishToGit(GitPublishOptions options)(experimental) Publish to git.Methods in io.github.cdklabs.projen.release with parameters of type Task Modifier and Type Method Description Release.BuilderRelease.Builder. task(Task task)(experimental) The task to execute in order to create the release artifacts.ReleaseOptions.BuilderReleaseOptions.Builder. task(Task task)Sets the value ofReleaseOptions.getTask() -
Uses of Task in io.github.cdklabs.projen.typescript
Methods in io.github.cdklabs.projen.typescript that return Task Modifier and Type Method Description TaskTypeScriptProject. getWatchTask()(experimental) The "watch" task. -
Uses of Task in io.github.cdklabs.projen.vscode
Methods in io.github.cdklabs.projen.vscode that return types with arguments of type Task Modifier and Type Method Description List<Task>DevContainerOptions.Jsii$Proxy. getTasks()Methods in io.github.cdklabs.projen.vscode with parameters of type Task Modifier and Type Method Description voidDevContainer. addTasks(@NotNull Task... tasks)(experimental) Adds tasks to run when the container starts.default voidIDevContainerEnvironment.Jsii$Default. addTasks(@NotNull Task... tasks)(experimental) Adds tasks to run when the container starts.voidIDevContainerEnvironment.Jsii$Proxy. addTasks(@NotNull Task... tasks)(experimental) Adds tasks to run when the container starts.Method parameters in io.github.cdklabs.projen.vscode with type arguments of type Task Modifier and Type Method Description DevContainer.BuilderDevContainer.Builder. tasks(List<? extends Task> tasks)(experimental) An array of tasks that should be run when the container starts.DevContainerOptions.BuilderDevContainerOptions.Builder. tasks(List<? extends Task> tasks)Sets the value ofDevEnvironmentOptions.getTasks()
-