@Stability(value=Experimental) public static final class UpgradeDependenciesOptions.Builder extends Object implements software.amazon.jsii.Builder<UpgradeDependenciesOptions>
UpgradeDependenciesOptions| Constructor and Description |
|---|
Builder() |
@Stability(value=Experimental) public UpgradeDependenciesOptions.Builder exclude(List<String> exclude)
UpgradeDependenciesOptions.getExclude()exclude - List of package names to exclude during the upgrade.this@Stability(value=Experimental) public UpgradeDependenciesOptions.Builder ignoreProjen(Boolean ignoreProjen)
UpgradeDependenciesOptions.getIgnoreProjen()ignoreProjen - Whether or not to ignore projen upgrades.this@Stability(value=Experimental) public UpgradeDependenciesOptions.Builder include(List<String> include)
UpgradeDependenciesOptions.getInclude()include - List of package names to include during the upgrade.this@Stability(value=Experimental) public UpgradeDependenciesOptions.Builder pullRequestTitle(String pullRequestTitle)
UpgradeDependenciesOptions.getPullRequestTitle()pullRequestTitle - Title of the pull request to use (should be all lower-case).this@Stability(value=Experimental) public UpgradeDependenciesOptions.Builder signoff(Boolean signoff)
UpgradeDependenciesOptions.getSignoff()signoff - Add Signed-off-by line by the committer at the end of the commit log message.this@Stability(value=Experimental) public UpgradeDependenciesOptions.Builder taskName(String taskName)
UpgradeDependenciesOptions.getTaskName()taskName - The name of the task that will be created.
This will also be the workflow name.this@Stability(value=Experimental) public UpgradeDependenciesOptions.Builder workflow(Boolean workflow)
UpgradeDependenciesOptions.getWorkflow()workflow - Include a github workflow for creating PR's that upgrades the required dependencies, either by manual dispatch, or by a schedule.
If this is false, only a local projen task is created, which can be executed manually to
upgrade the dependencies.this@Stability(value=Experimental) public UpgradeDependenciesOptions.Builder workflowOptions(UpgradeDependenciesWorkflowOptions workflowOptions)
UpgradeDependenciesOptions.getWorkflowOptions()workflowOptions - Options for the github workflow.
Only applies if workflow is true.this@Stability(value=Experimental) public UpgradeDependenciesOptions build()
build in interface software.amazon.jsii.Builder<UpgradeDependenciesOptions>UpgradeDependenciesOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.