@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.891Z") @Stability(value=Experimental) public class UpgradeDependencies extends Component
| Modifier and Type | Class and Description |
|---|---|
static class |
UpgradeDependencies.Builder
(experimental) A fluent builder for
UpgradeDependencies. |
| Modifier | Constructor and Description |
|---|---|
protected |
UpgradeDependencies(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
UpgradeDependencies(software.amazon.jsii.JsiiObjectRef objRef) |
|
UpgradeDependencies(NodeProject project) |
|
UpgradeDependencies(NodeProject project,
UpgradeDependenciesOptions options) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIgnoresProjen()
(experimental) Whether or not projen is also upgraded in this workflow,.
|
List<GithubWorkflow> |
getWorkflows()
(experimental) The workflows that execute the upgrades.
|
void |
preSynthesize()
(experimental) Called before synthesis.
|
getProject, postSynthesize, synthesizejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected UpgradeDependencies(software.amazon.jsii.JsiiObjectRef objRef)
protected UpgradeDependencies(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public UpgradeDependencies(@NotNull
NodeProject project,
@Nullable
UpgradeDependenciesOptions options)
project - This parameter is required.options - @Stability(value=Experimental)
public UpgradeDependencies(@NotNull
NodeProject project)
project - This parameter is required.@Stability(value=Experimental) public void preSynthesize()
preSynthesize in class Component@Stability(value=Experimental) @NotNull public Boolean getIgnoresProjen()
@Stability(value=Experimental) @NotNull public List<GithubWorkflow> getWorkflows()
One workflow per branch.
Copyright © 2021. All rights reserved.