@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.892Z") @Stability(value=Experimental) public interface UpgradeDependenciesOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
UpgradeDependenciesOptions.Builder
A builder for
UpgradeDependenciesOptions |
static class |
UpgradeDependenciesOptions.Jsii$Proxy
An implementation for
UpgradeDependenciesOptions |
| Modifier and Type | Method and Description |
|---|---|
static UpgradeDependenciesOptions.Builder |
builder() |
default List<String> |
getExclude()
(experimental) List of package names to exclude during the upgrade.
|
default Boolean |
getIgnoreProjen()
(experimental) Whether or not to ignore projen upgrades.
|
default List<String> |
getInclude()
(experimental) List of package names to include during the upgrade.
|
default String |
getPullRequestTitle()
(experimental) Title of the pull request to use (should be all lower-case).
|
default Boolean |
getSignoff()
(experimental) Add Signed-off-by line by the committer at the end of the commit log message.
|
default String |
getTaskName()
(experimental) The name of the task that will be created.
|
default Boolean |
getWorkflow()
(experimental) Include a github workflow for creating PR's that upgrades the required dependencies, either by manual dispatch, or by a schedule.
|
default UpgradeDependenciesWorkflowOptions |
getWorkflowOptions()
(experimental) Options for the github workflow.
|
@Stability(value=Experimental) @Nullable default List<String> getExclude()
Default: - Nothing is excluded.
@Stability(value=Experimental) @Nullable default Boolean getIgnoreProjen()
Default: true
@Stability(value=Experimental) @Nullable default List<String> getInclude()
Default: - Everything is included.
@Stability(value=Experimental) @Nullable default String getPullRequestTitle()
Default: "upgrade dependencies"
@Stability(value=Experimental) @Nullable default Boolean getSignoff()
Default: true
@Stability(value=Experimental) @Nullable default String getTaskName()
This will also be the workflow name.
Default: "upgrade".
@Stability(value=Experimental) @Nullable default Boolean getWorkflow()
If this is false, only a local projen task is created, which can be executed manually to
upgrade the dependencies.
Default: - true for root projects, false for sub-projects.
@Stability(value=Experimental) @Nullable default UpgradeDependenciesWorkflowOptions getWorkflowOptions()
Only applies if workflow is true.
Default: - default options.
@Stability(value=Experimental) static UpgradeDependenciesOptions.Builder builder()
UpgradeDependenciesOptions.Builder of UpgradeDependenciesOptionsCopyright © 2021. All rights reserved.