Skip to content

Commit

Permalink
Generated by gradle-git-publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
junit-builds committed Sep 21, 2024
1 parent 073359c commit 2231df0
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/snapshot/api/index-files/index-7.html
Original file line number Diff line number Diff line change
Expand Up @@ -1375,6 +1375,10 @@ <h2 class="title" id="I:G">G</h2>
<dd>
<div class="block">Get the <a href="../org.junit.platform.engine/org/junit/platform/engine/support/hierarchical/ResourceLock.html" title="interface in org.junit.platform.engine.support.hierarchical">resource lock</a> of this task.</div>
</dd>
<dt><a href="../org.junit.platform.engine/org/junit/platform/engine/support/hierarchical/ResourceLock.html#getResources()" class="member-name-link">getResources()</a> - Method in interface org.junit.platform.engine.support.hierarchical.<a href="../org.junit.platform.engine/org/junit/platform/engine/support/hierarchical/ResourceLock.html" title="interface in org.junit.platform.engine.support.hierarchical">ResourceLock</a></dt>
<dd>
<div class="block">Returns the exclusive resources this lock represents.</div>
</dd>
<dt><a href="../org.junit.jupiter.api/org/junit/jupiter/api/extension/ExtensionContext.html#getRoot()" class="member-name-link">getRoot()</a> - Method in interface org.junit.jupiter.api.extension.<a href="../org.junit.jupiter.api/org/junit/jupiter/api/extension/ExtensionContext.html" title="interface in org.junit.jupiter.api.extension">ExtensionContext</a></dt>
<dd>
<div class="block">Get the <em>root</em> <code>ExtensionContext</code>.</div>
Expand Down
4 changes: 4 additions & 0 deletions docs/snapshot/api/index-files/index-9.html
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,10 @@ <h2 class="title" id="I:I">I</h2>
<dd>
<div class="block">Whether this match is exact.</div>
</dd>
<dt><a href="../org.junit.platform.engine/org/junit/platform/engine/support/hierarchical/ResourceLock.html#isExclusive()" class="member-name-link">isExclusive()</a> - Method in interface org.junit.platform.engine.support.hierarchical.<a href="../org.junit.platform.engine/org/junit/platform/engine/support/hierarchical/ResourceLock.html" title="interface in org.junit.platform.engine.support.hierarchical">ResourceLock</a></dt>
<dd>
<div class="block">Returns whether this lock requires exclusiveness.</div>
</dd>
<dt><a href="../org.junit.jupiter.engine/org/junit/jupiter/engine/config/CachingJupiterConfiguration.html#isExtensionAutoDetectionEnabled()" class="member-name-link">isExtensionAutoDetectionEnabled()</a> - Method in class org.junit.jupiter.engine.config.<a href="../org.junit.jupiter.engine/org/junit/jupiter/engine/config/CachingJupiterConfiguration.html" title="class in org.junit.jupiter.engine.config">CachingJupiterConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../org.junit.jupiter.engine/org/junit/jupiter/engine/config/DefaultJupiterConfiguration.html#isExtensionAutoDetectionEnabled()" class="member-name-link">isExtensionAutoDetectionEnabled()</a> - Method in class org.junit.jupiter.engine.config.<a href="../org.junit.jupiter.engine/org/junit/jupiter/engine/config/DefaultJupiterConfiguration.html" title="class in org.junit.jupiter.engine.config">DefaultJupiterConfiguration</a></dt>
Expand Down
2 changes: 1 addition & 1 deletion docs/snapshot/api/member-search-index.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,21 @@ <h2>Method Summary</h2>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#close()" class="member-name-link">close</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#isCompatible(org.junit.platform.engine.support.hierarchical.ResourceLock)" class="member-name-link">isCompatible</a><wbr>(<a href="ResourceLock.html" title="interface in org.junit.platform.engine.support.hierarchical">ResourceLock</a>&nbsp;other)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><wbr>&lt;<a href="ExclusiveResource.html" title="class in org.junit.platform.engine.support.hierarchical">ExclusiveResource</a>&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getResources()" class="member-name-link">getResources</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns the exclusive resources this lock represents.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#isCompatible(org.junit.platform.engine.support.hierarchical.ResourceLock)" class="member-name-link">isCompatible</a><wbr>(<a href="ResourceLock.html" title="interface in org.junit.platform.engine.support.hierarchical">ResourceLock</a>&nbsp;other)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">
<div class="block">Returns whether the given lock is compatible with this lock.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#isExclusive()" class="member-name-link">isExclusive</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns whether this lock requires exclusiveness.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#release()" class="member-name-link">release</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
Expand Down Expand Up @@ -191,6 +201,28 @@ <h3>close</h3>
</section>
</li>
<li>
<section class="detail" id="getResources()">
<h3>getResources</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="ExclusiveResource.html" title="class in org.junit.platform.engine.support.hierarchical">ExclusiveResource</a>&gt;</span>&nbsp;<span class="element-name">getResources</span>()</div>
<div class="block">Returns the exclusive resources this lock represents.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>the exclusive resources this lock represents</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="isExclusive()">
<h3>isExclusive</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">isExclusive</span>()</div>
<div class="block">Returns whether this lock requires exclusiveness.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>whether this lock requires exclusiveness</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="isCompatible(org.junit.platform.engine.support.hierarchical.ResourceLock)">
<h3>isCompatible</h3>
<div class="member-signature"><span class="modifiers">default</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">isCompatible</span><wbr><span class="parameters">(<a href="ResourceLock.html" title="interface in org.junit.platform.engine.support.hierarchical">ResourceLock</a>&nbsp;other)</span></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ <h2>Uses of <a href="../ExclusiveResource.html" title="class in org.junit.platfo
<div class="block">Get the set of <a href="../ExclusiveResource.html" title="class in org.junit.platform.engine.support.hierarchical">exclusive resources</a>
required to execute this node.</div>
</div>
<div class="col-first odd-row-color"><code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><wbr>&lt;<a href="../ExclusiveResource.html" title="class in org.junit.platform.engine.support.hierarchical">ExclusiveResource</a>&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">ResourceLock.</span><code><a href="../ResourceLock.html#getResources()" class="member-name-link">getResources</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Returns the exclusive resources this lock represents.</div>
</div>
</div>
</section>
</li>
Expand Down

0 comments on commit 2231df0

Please sign in to comment.