Skip to content

Commit 80cd5f5

Browse files
committed
deploy: 0d3f3c9
1 parent 9d19b61 commit 80cd5f5

File tree

5 files changed

+77
-5
lines changed

5 files changed

+77
-5
lines changed

com/github/gradle/node/npm/proxy/NpmProxy.Companion.html

+49-3
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,23 @@ <h3>Method Summary</h3>
264264
</td>
265265
<th class="colSecond" scope="row"><code><a href=NpmProxy.Companion.html#hasProxyConfiguration(Map)>hasProxyConfiguration</a>(<a href=https://docs.oracle.com/javase/8/docs/api/java/util/Map.html>Map</a>&lt;<a href=https://docs.oracle.com/javase/8/docs/api/java/lang/String.html>String</a>, <a href=https://docs.oracle.com/javase/8/docs/api/java/lang/String.html>String</a>&gt; env) </code>
266266
</th>
267-
<td class="colLast">Returns true if the given map of environment variables already has proxy settings configured.</td>
267+
<td class="colLast">Returns true if the given map of environment variables has any proxy settings configured.</td>
268+
</tr>
269+
270+
<tr id="i3" class="rowColor">
271+
<td class="colFirst"><code>final <a href=https://docs.oracle.com/javase/8/docs/api/java/util/Set.html>Set</a>&lt;<a href=https://docs.oracle.com/javase/8/docs/api/java/lang/String.html>String</a>&gt;</code>
272+
</td>
273+
<th class="colSecond" scope="row"><code><a href=NpmProxy.Companion.html#getKnownProxyConfigurationKeys()>getKnownProxyConfigurationKeys</a>() </code>
274+
</th>
275+
<td class="colLast">Get a list of all known keys that affect the proxy configuration</td>
276+
</tr>
277+
278+
<tr id="i4" class="altColor">
279+
<td class="colFirst"><code>final <a href=../../exec/NodeExecConfiguration.html>NodeExecConfiguration</a></code>
280+
</td>
281+
<th class="colSecond" scope="row"><code><a href=NpmProxy.Companion.html#addProxyEnvironmentVariables(ProxySettings,NodeExecConfiguration,Map)>addProxyEnvironmentVariables</a>(<a href=ProxySettings.html>ProxySettings</a> proxySettings, <a href=../../exec/NodeExecConfiguration.html>NodeExecConfiguration</a> nodeExecConfiguration, <a href=https://docs.oracle.com/javase/8/docs/api/java/util/Map.html>Map</a>&lt;<a href=https://docs.oracle.com/javase/8/docs/api/java/lang/String.html>String</a>, <a href=https://docs.oracle.com/javase/8/docs/api/java/lang/String.html>String</a>&gt; environment) </code>
282+
</th>
283+
<td class="colLast">Creates a new NodeExecConfiguration with the proxy environment variables configured</td>
268284
</tr>
269285

270286
</tbody>
@@ -345,12 +361,12 @@ <h4>shouldConfigureProxy</h4>
345361
<!-- -->
346362
</a>
347363
<ul class=
348-
"blockListLast"
364+
"blockList"
349365
>
350366
<li class="blockList">
351367
<h4>hasProxyConfiguration</h4>
352368
<pre class="methodSignature"> final <a href=https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html>Boolean</a> <a href=NpmProxy.Companion.html#hasProxyConfiguration(Map)>hasProxyConfiguration</a>(<a href=https://docs.oracle.com/javase/8/docs/api/java/util/Map.html>Map</a>&lt;<a href=https://docs.oracle.com/javase/8/docs/api/java/lang/String.html>String</a>, <a href=https://docs.oracle.com/javase/8/docs/api/java/lang/String.html>String</a>&gt; env)</pre>
353-
<div class="block"><p>Returns true if the given map of environment variables already has proxy settings configured.</p></div>
369+
<div class="block"><p>Returns true if the given map of environment variables has any proxy settings configured.</p></div>
354370

355371
<dl>
356372
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -365,6 +381,36 @@ <h4>hasProxyConfiguration</h4>
365381
</li>
366382
</ul>
367383

384+
<a id="getKnownProxyConfigurationKeys()">
385+
<!-- -->
386+
</a>
387+
<ul class=
388+
"blockList"
389+
>
390+
<li class="blockList">
391+
<h4>getKnownProxyConfigurationKeys</h4>
392+
<pre class="methodSignature"> final <a href=https://docs.oracle.com/javase/8/docs/api/java/util/Set.html>Set</a>&lt;<a href=https://docs.oracle.com/javase/8/docs/api/java/lang/String.html>String</a>&gt; <a href=NpmProxy.Companion.html#getKnownProxyConfigurationKeys()>getKnownProxyConfigurationKeys</a>()</pre>
393+
<div class="block"><p>Get a list of all known keys that affect the proxy configuration</p></div>
394+
395+
<!-- TODO missing return annotation -->
396+
</li>
397+
</ul>
398+
399+
<a id="addProxyEnvironmentVariables(ProxySettings,NodeExecConfiguration,Map)">
400+
<!-- -->
401+
</a>
402+
<ul class=
403+
"blockListLast"
404+
>
405+
<li class="blockList">
406+
<h4>addProxyEnvironmentVariables</h4>
407+
<pre class="methodSignature"> final <a href=../../exec/NodeExecConfiguration.html>NodeExecConfiguration</a> <a href=NpmProxy.Companion.html#addProxyEnvironmentVariables(ProxySettings,NodeExecConfiguration,Map)>addProxyEnvironmentVariables</a>(<a href=ProxySettings.html>ProxySettings</a> proxySettings, <a href=../../exec/NodeExecConfiguration.html>NodeExecConfiguration</a> nodeExecConfiguration, <a href=https://docs.oracle.com/javase/8/docs/api/java/util/Map.html>Map</a>&lt;<a href=https://docs.oracle.com/javase/8/docs/api/java/lang/String.html>String</a>, <a href=https://docs.oracle.com/javase/8/docs/api/java/lang/String.html>String</a>&gt; environment)</pre>
408+
<div class="block"><p>Creates a new NodeExecConfiguration with the proxy environment variables configured</p></div>
409+
410+
<!-- TODO missing return annotation -->
411+
</li>
412+
</ul>
413+
368414
</li>
369415
</ul>
370416
</section>

index-files/index-1.html

+13
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,19 @@
138138
<h2 class="title">A</h2>
139139
<dl>
140140

141+
<dt>
142+
143+
<span class="memberNameLink">
144+
145+
<a href="../com/github/gradle/node/npm/proxy/NpmProxy.Companion.html#addProxyEnvironmentVariables(ProxySettings,NodeExecConfiguration,Map)">addProxyEnvironmentVariables(ProxySettings,NodeExecConfiguration,Map)</a>
146+
147+
</span> - function in com.github.gradle.node.npm.proxy.<a href=../com/github/gradle/node/npm/proxy/NpmProxy.Companion.html>NpmProxy.Companion</a>
148+
149+
150+
</dt>
151+
<dd>Creates a new NodeExecConfiguration with the proxy environment variables configured</dd>
152+
153+
141154
<dt>
142155

143156
<span class="memberNameLink">

index-files/index-7.html

+13
Original file line numberDiff line numberDiff line change
@@ -1191,6 +1191,19 @@ <h2 class="title">G</h2>
11911191
<dd>&nbsp;</dd>
11921192

11931193

1194+
<dt>
1195+
1196+
<span class="memberNameLink">
1197+
1198+
<a href="../com/github/gradle/node/npm/proxy/NpmProxy.Companion.html#getKnownProxyConfigurationKeys()">getKnownProxyConfigurationKeys()</a>
1199+
1200+
</span> - function in com.github.gradle.node.npm.proxy.<a href=../com/github/gradle/node/npm/proxy/NpmProxy.Companion.html>NpmProxy.Companion</a>
1201+
1202+
1203+
</dt>
1204+
<dd>Get a list of all known keys that affect the proxy configuration</dd>
1205+
1206+
11941207
<dt>
11951208

11961209
<span class="memberNameLink">

index-files/index-8.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h2 class="title">H</h2>
161161

162162

163163
</dt>
164-
<dd>Returns true if the given map of environment variables already has proxy settings configured.</dd>
164+
<dd>Returns true if the given map of environment variables has any proxy settings configured.</dd>
165165

166166

167167
<dt>

member-search-index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)