Interface YarnNpmScope
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
YarnNpmScope.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.218Z") @Stability(Experimental) public interface YarnNpmScope extends software.amazon.jsii.JsiiSerializable
(experimental) https://yarnpkg.com/configuration/yarnrc#npmScopes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classYarnNpmScope.BuilderA builder forYarnNpmScopestatic classYarnNpmScope.Jsii$ProxyAn implementation forYarnNpmScope
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static YarnNpmScope.Builderbuilder()default BooleangetNpmAlwaysAuth()default StringgetNpmAuthIdent()default StringgetNpmAuthToken()default StringgetNpmPublishRegistry()default StringgetNpmRegistryServer()
-
-
-
Method Detail
-
getNpmAlwaysAuth
@Stability(Experimental) @Nullable default Boolean getNpmAlwaysAuth()
-
getNpmAuthIdent
@Stability(Experimental) @Nullable default String getNpmAuthIdent()
-
getNpmAuthToken
@Stability(Experimental) @Nullable default String getNpmAuthToken()
-
getNpmPublishRegistry
@Stability(Experimental) @Nullable default String getNpmPublishRegistry()
-
getNpmRegistryServer
@Stability(Experimental) @Nullable default String getNpmRegistryServer()
-
builder
@Stability(Experimental) static YarnNpmScope.Builder builder()
- Returns:
- a
YarnNpmScope.BuilderofYarnNpmScope
-
-