Skip to content

Commit

Permalink
deploy: 0d3f3c9
Browse files Browse the repository at this point in the history
  • Loading branch information
deepy committed Aug 15, 2023
1 parent 9d19b61 commit 80cd5f5
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 5 deletions.
52 changes: 49 additions & 3 deletions com/github/gradle/node/npm/proxy/NpmProxy.Companion.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,23 @@ <h3>Method Summary</h3>
</td>
<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>
</th>
<td class="colLast">Returns true if the given map of environment variables already has proxy settings configured.</td>
<td class="colLast">Returns true if the given map of environment variables has any proxy settings configured.</td>
</tr>

<tr id="i3" class="rowColor">
<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>
</td>
<th class="colSecond" scope="row"><code><a href=NpmProxy.Companion.html#getKnownProxyConfigurationKeys()>getKnownProxyConfigurationKeys</a>() </code>
</th>
<td class="colLast">Get a list of all known keys that affect the proxy configuration</td>
</tr>

<tr id="i4" class="altColor">
<td class="colFirst"><code>final <a href=../../exec/NodeExecConfiguration.html>NodeExecConfiguration</a></code>
</td>
<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>
</th>
<td class="colLast">Creates a new NodeExecConfiguration with the proxy environment variables configured</td>
</tr>

</tbody>
Expand Down Expand Up @@ -345,12 +361,12 @@ <h4>shouldConfigureProxy</h4>
<!-- -->
</a>
<ul class=
"blockListLast"
"blockList"
>
<li class="blockList">
<h4>hasProxyConfiguration</h4>
<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>
<div class="block"><p>Returns true if the given map of environment variables already has proxy settings configured.</p></div>
<div class="block"><p>Returns true if the given map of environment variables has any proxy settings configured.</p></div>

<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
Expand All @@ -365,6 +381,36 @@ <h4>hasProxyConfiguration</h4>
</li>
</ul>

<a id="getKnownProxyConfigurationKeys()">
<!-- -->
</a>
<ul class=
"blockList"
>
<li class="blockList">
<h4>getKnownProxyConfigurationKeys</h4>
<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>
<div class="block"><p>Get a list of all known keys that affect the proxy configuration</p></div>

<!-- TODO missing return annotation -->
</li>
</ul>

<a id="addProxyEnvironmentVariables(ProxySettings,NodeExecConfiguration,Map)">
<!-- -->
</a>
<ul class=
"blockListLast"
>
<li class="blockList">
<h4>addProxyEnvironmentVariables</h4>
<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>
<div class="block"><p>Creates a new NodeExecConfiguration with the proxy environment variables configured</p></div>

<!-- TODO missing return annotation -->
</li>
</ul>

</li>
</ul>
</section>
Expand Down
13 changes: 13 additions & 0 deletions index-files/index-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,19 @@
<h2 class="title">A</h2>
<dl>

<dt>

<span class="memberNameLink">

<a href="../com/github/gradle/node/npm/proxy/NpmProxy.Companion.html#addProxyEnvironmentVariables(ProxySettings,NodeExecConfiguration,Map)">addProxyEnvironmentVariables(ProxySettings,NodeExecConfiguration,Map)</a>

</span> - function in com.github.gradle.node.npm.proxy.<a href=../com/github/gradle/node/npm/proxy/NpmProxy.Companion.html>NpmProxy.Companion</a>


</dt>
<dd>Creates a new NodeExecConfiguration with the proxy environment variables configured</dd>


<dt>

<span class="memberNameLink">
Expand Down
13 changes: 13 additions & 0 deletions index-files/index-7.html
Original file line number Diff line number Diff line change
Expand Up @@ -1191,6 +1191,19 @@ <h2 class="title">G</h2>
<dd>&nbsp;</dd>


<dt>

<span class="memberNameLink">

<a href="../com/github/gradle/node/npm/proxy/NpmProxy.Companion.html#getKnownProxyConfigurationKeys()">getKnownProxyConfigurationKeys()</a>

</span> - function in com.github.gradle.node.npm.proxy.<a href=../com/github/gradle/node/npm/proxy/NpmProxy.Companion.html>NpmProxy.Companion</a>


</dt>
<dd>Get a list of all known keys that affect the proxy configuration</dd>


<dt>

<span class="memberNameLink">
Expand Down
2 changes: 1 addition & 1 deletion index-files/index-8.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h2 class="title">H</h2>


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


<dt>
Expand Down
2 changes: 1 addition & 1 deletion member-search-index.js

Large diffs are not rendered by default.

0 comments on commit 80cd5f5

Please sign in to comment.