Interface RenderWorkflowSetupOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RenderWorkflowSetupOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.202Z") @Stability(Experimental) public interface RenderWorkflowSetupOptions extends software.amazon.jsii.JsiiSerializable
(experimental) Options forrenderWorkflowSetup().
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRenderWorkflowSetupOptions.BuilderA builder forRenderWorkflowSetupOptionsstatic classRenderWorkflowSetupOptions.Jsii$ProxyAn implementation forRenderWorkflowSetupOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static RenderWorkflowSetupOptions.Builderbuilder()default JobStepConfigurationgetInstallStepConfiguration()(experimental) Configure the install step in the workflow setup.default BooleangetMutable()(experimental) Should the package lockfile be updated?
-
-
-
Method Detail
-
getInstallStepConfiguration
@Stability(Experimental) @Nullable default JobStepConfiguration getInstallStepConfiguration()
(experimental) Configure the install step in the workflow setup.Default: - `{ name: "Install dependencies" }`
Example:
- { env: { NPM_TOKEN: "token" }} for installing from private npm registry.
-
getMutable
@Stability(Experimental) @Nullable default Boolean getMutable()
(experimental) Should the package lockfile be updated?Default: false
-
builder
@Stability(Experimental) static RenderWorkflowSetupOptions.Builder builder()
- Returns:
- a
RenderWorkflowSetupOptions.BuilderofRenderWorkflowSetupOptions
-
-