Skip to content

Commit

Permalink
Deploying to gh-pages - 13:08:18
Browse files Browse the repository at this point in the history
  • Loading branch information
grails-build committed Dec 18, 2024
1 parent 4b60567 commit 58dc597
Show file tree
Hide file tree
Showing 18 changed files with 182 additions and 83 deletions.
4 changes: 2 additions & 2 deletions snapshot/api/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Generated by groovydoc -->
<title>Deprecated API (geb 5.0.0-SNAPSHOT API)</title>
<title>Deprecated API (geb 4.1.1-SNAPSHOT API)</title>

<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
Expand All @@ -34,7 +34,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated API (geb 5.0.0-SNAPSHOT API)";
parent.document.title="Deprecated API (geb 4.1.1-SNAPSHOT API)";
}
//-->
</script>
Expand Down
61 changes: 51 additions & 10 deletions snapshot/api/grails/plugin/geb/ContainerAwareDownloadSupport.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<html>
<head>
<!-- Generated by groovydoc -->
<title>ContainerAwareDownloadSupport (Grails Geb Plugin 5.0.0-SNAPSHOT)</title>
<title>ContainerAwareDownloadSupport (Grails Geb Plugin 4.1.1-SNAPSHOT)</title>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
Expand All @@ -37,7 +37,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ContainerAwareDownloadSupport (Grails Geb Plugin 5.0.0-SNAPSHOT)";
parent.document.title="ContainerAwareDownloadSupport (Grails Geb Plugin 4.1.1-SNAPSHOT)";
}
//-->
</script>
Expand Down Expand Up @@ -70,11 +70,11 @@
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
Nested&nbsp;&nbsp;&nbsp;Field&nbsp;&nbsp;&nbsp;<li><a href="#property_summary">Property</a></li>&nbsp;&nbsp;&nbsp;Method&nbsp;&nbsp;&nbsp;
Nested&nbsp;&nbsp;&nbsp;Field&nbsp;&nbsp;&nbsp;<li><a href="#property_summary">Property</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#method_summary">Method</a></li>&nbsp;&nbsp;&nbsp;
</ul>
<ul class="subNavList">
<li>&nbsp;|&nbsp;Detail:&nbsp;</li>
Field&nbsp;&nbsp;&nbsp;<li><a href="#prop_detail">Property</a></li>&nbsp;&nbsp;&nbsp;Method&nbsp;&nbsp;&nbsp;
Field&nbsp;&nbsp;&nbsp;<li><a href="#prop_detail">Property</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#method_detail">Method</a></li>&nbsp;&nbsp;&nbsp;
</ul>
</div>
<a name="skip-navbar_top">
Expand Down Expand Up @@ -105,6 +105,7 @@ <h2 title="[Groovy] Trait ContainerAwareDownloadSupport" class="title">[Groovy]

<!-- todo: direct known subclasses -->
<hr>
<br>

<pre>@groovy.transform.Trait
@groovy.transform.CompileStatic
Expand Down Expand Up @@ -140,7 +141,7 @@ <h2 title="[Groovy] Trait ContainerAwareDownloadSupport" class="title">[Groovy]

<!-- =========== PROPERTY SUMMARY =========== -->

<ul class="blockList">
<ul class="blockList">
<li class="blockList"><a name="property_summary"><!-- --></a>
<h3>Properties Summary</h3>
<ul class="blockList">
Expand All @@ -159,7 +160,6 @@ <h3>Properties Summary</h3>
</table>
</ul>
</li>

</ul>


Expand All @@ -172,6 +172,27 @@ <h3>Properties Summary</h3>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">

<li class="blockList"><a name="method_summary"><!-- --></a>
<h3>Methods Summary</h3>
<ul class="blockList">
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Methods Summary table">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Type Params</th>
<th class="colLast" scope="col">Return Type</th>
<th class="colLast" scope="col">Name and description</th>
</tr>

<tr class="altColor">
<td class="colFirst"><code></code></td>
<td class="colLast"><code>static&nbsp;void</code></td>
<td class="colLast"><code><strong><a href="#setDownloadSupport(geb.download.DownloadSupport)">setDownloadSupport</a></strong>(<a href='../../../geb.download.DownloadSupport.html'>DownloadSupport</a> downloadSupport)</code><br></td>
</tr>

</table>
</ul>
</li>

<li class="blockList"><a name="method_summary"><!-- --></a>
<h3>Inherited Methods Summary</h3>
<ul class="blockList">
Expand All @@ -184,7 +205,7 @@ <h3>Inherited Methods Summary</h3>

<tr class="altColor">
<td class="colFirst"><code>class java.lang.Object</code></td>
<td class="colLast"><code>java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()</code></td>
<td class="colLast"><code>java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()</code></td>
</tr>
</table>
</ul>
Expand Down Expand Up @@ -214,7 +235,9 @@ <h3>Property Detail</h3>
<a name="downloadSupport"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>@groovy.lang.Delegate<br>@spock.lang.Shared<br>static&nbsp;<a href='../../../geb.download.DownloadSupport.html'>DownloadSupport</a> <strong>downloadSupport</strong></h4>
<h4>@groovy.lang.Delegate
@spock.lang.Shared
static&nbsp;<a href='../../../geb.download.DownloadSupport.html'>DownloadSupport</a> <strong>downloadSupport</strong></h4>
<p></p>
</li>
</ul>
Expand All @@ -229,6 +252,24 @@ <h4>@groovy.lang.Delegate<br>@spock.lang.Shared<br>static&nbsp;<a href='../../..



<!-- =========== METHOD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>

<a name="setDownloadSupport(geb.download.DownloadSupport)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>static&nbsp;void <strong>setDownloadSupport</strong>(<a href='../../../geb.download.DownloadSupport.html'>DownloadSupport</a> downloadSupport)</h4>
<p></p>
</li>
</ul>

</li>
</ul>

</li>
</ul>
</div>
Expand Down Expand Up @@ -260,11 +301,11 @@ <h4>@groovy.lang.Delegate<br>@spock.lang.Shared<br>static&nbsp;<a href='../../..
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
Nested&nbsp;&nbsp;&nbsp;Field&nbsp;&nbsp;&nbsp;<li><a href="#property_summary">Property</a></li>&nbsp;&nbsp;&nbsp;Method&nbsp;&nbsp;&nbsp;
Nested&nbsp;&nbsp;&nbsp;Field&nbsp;&nbsp;&nbsp;<li><a href="#property_summary">Property</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#method_summary">Method</a></li>&nbsp;&nbsp;&nbsp;
</ul>
<ul class="subNavList">
<li>&nbsp;|&nbsp;Detail:&nbsp;</li>
Field&nbsp;&nbsp;&nbsp;<li><a href="#prop_detail">Property</a></li>&nbsp;&nbsp;&nbsp;Method&nbsp;&nbsp;&nbsp;
Field&nbsp;&nbsp;&nbsp;<li><a href="#prop_detail">Property</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#method_detail">Method</a></li>&nbsp;&nbsp;&nbsp;
</ul>
</div>
<p>Groovy Documentation</p>
Expand Down
7 changes: 4 additions & 3 deletions snapshot/api/grails/plugin/geb/ContainerGebConfiguration.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<html>
<head>
<!-- Generated by groovydoc -->
<title>ContainerGebConfiguration (Grails Geb Plugin 5.0.0-SNAPSHOT)</title>
<title>ContainerGebConfiguration (Grails Geb Plugin 4.1.1-SNAPSHOT)</title>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
Expand All @@ -37,7 +37,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ContainerGebConfiguration (Grails Geb Plugin 5.0.0-SNAPSHOT)";
parent.document.title="ContainerGebConfiguration (Grails Geb Plugin 4.1.1-SNAPSHOT)";
}
//-->
</script>
Expand Down Expand Up @@ -105,6 +105,7 @@ <h2 title="[Groovy] Annotation Type ContainerGebConfiguration" class="title">[Gr

<!-- todo: direct known subclasses -->
<hr>
<br>

<pre>@java.lang.annotation.Target(value: ElementType.TYPE)
@java.lang.annotation.Retention(value: RetentionPolicy.RUNTIME)
Expand Down Expand Up @@ -212,7 +213,7 @@ <h3>Inherited Methods Summary</h3>

<tr class="altColor">
<td class="colFirst"><code>class java.lang.Object</code></td>
<td class="colLast"><code>java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()</code></td>
<td class="colLast"><code>java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()</code></td>
</tr>
</table>
</ul>
Expand Down
49 changes: 41 additions & 8 deletions snapshot/api/grails/plugin/geb/ContainerGebSpec.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<html>
<head>
<!-- Generated by groovydoc -->
<title>ContainerGebSpec (Grails Geb Plugin 5.0.0-SNAPSHOT)</title>
<title>ContainerGebSpec (Grails Geb Plugin 4.1.1-SNAPSHOT)</title>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
Expand All @@ -37,7 +37,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ContainerGebSpec (Grails Geb Plugin 5.0.0-SNAPSHOT)";
parent.document.title="ContainerGebSpec (Grails Geb Plugin 4.1.1-SNAPSHOT)";
}
//-->
</script>
Expand Down Expand Up @@ -105,9 +105,10 @@ <h2 title="[Groovy] Class ContainerGebSpec" class="title">[Groovy] Class Contain

<!-- todo: direct known subclasses -->
<hr>
<br>

<pre>@geb.transform.DynamicallyDispatchesToBrowser
abstract class ContainerGebSpec
abstract&nbsp;class ContainerGebSpec
extends <a href='../../../spock.lang.Specification.html'>Specification</a>
implements <a href='../../../grails/plugin/geb/ContainerAwareDownloadSupport.html'>ContainerAwareDownloadSupport</a></pre>

Expand Down Expand Up @@ -141,7 +142,7 @@ <h2 title="[Groovy] Class ContainerGebSpec" class="title">[Groovy] Class Contain

<!-- =========== PROPERTY SUMMARY =========== -->

<ul class="blockList">
<ul class="blockList">
<li class="blockList"><a name="property_summary"><!-- --></a>
<h3>Properties Summary</h3>
<ul class="blockList">
Expand All @@ -165,7 +166,6 @@ <h3>Properties Summary</h3>
</table>
</ul>
</li>

</ul>


Expand All @@ -186,7 +186,8 @@ <h3>Constructor Summary</h3>

<tr class="altColor">
<td class="colFirst">
<code><strong><a href="#ContainerGebSpec()">ContainerGebSpec</a></strong>()</code><br></td>
<code><a href="#ContainerGebSpec()">ContainerGebSpec</a>
()</code><br></td>
</tr>

</table>
Expand Down Expand Up @@ -216,6 +217,18 @@ <h3>Methods Summary</h3>
<td class="colLast"><code><strong><a href="#createReporter()">createReporter</a></strong>()</code><br>The reporter that Geb should use when reporting is enabled.</td>
</tr>

<tr class="rowColor">
<td class="colFirst"><code></code></td>
<td class="colLast"><code>static&nbsp;void</code></td>
<td class="colLast"><code><strong><a href="#setContainer(org.testcontainers.containers.BrowserWebDriverContainer)">setContainer</a></strong>(<a href='../../../org.testcontainers.containers.BrowserWebDriverContainer.html'>BrowserWebDriverContainer</a> container)</code><br></td>
</tr>

<tr class="altColor">
<td class="colFirst"><code></code></td>
<td class="colLast"><code>static&nbsp;void</code></td>
<td class="colLast"><code><strong><a href="#setTestManager(geb.test.GebTestManager)">setTestManager</a></strong>(<a href='../../../geb.test.GebTestManager.html'>GebTestManager</a> testManager)</code><br></td>
</tr>

</table>
</ul>
</li>
Expand Down Expand Up @@ -244,15 +257,19 @@ <h3>Property Detail</h3>
<a name="container"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>@spock.lang.Shared<br>static&nbsp;<a href='../../../org.testcontainers.containers.BrowserWebDriverContainer.html'>BrowserWebDriverContainer</a> <strong>container</strong></h4>
<h4>@spock.lang.Shared
static&nbsp;<a href='../../../org.testcontainers.containers.BrowserWebDriverContainer.html'>BrowserWebDriverContainer</a> <strong>container</strong></h4>
<p> Get access to container running the web-driver, for convenience to execInContainer, copyFileToContainer etc. <DL><DT><B>See Also:</B></DT><DD>org.testcontainers.containers.ContainerState#execInContainer(java.lang.String ...)</DD><DD>org.testcontainers.containers.ContainerState#copyFileToContainer(org.testcontainers.utility.MountableFile, java.lang.String)</DD><DD>org.testcontainers.containers.ContainerState#copyFileFromContainer(java.lang.String, java.lang.String)</DD><DD>org.testcontainers.containers.ContainerState</DD></DL></p>
</li>
</ul>

<a name="testManager"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>@spock.lang.Shared<br>@groovy.lang.Delegate(includes: [getBrowser, report])<br>@java.lang.SuppressWarnings(value: unused)<br>static&nbsp;<a href='../../../geb.test.GebTestManager.html'>GebTestManager</a> <strong>testManager</strong></h4>
<h4>@spock.lang.Shared
@groovy.lang.Delegate(includes: [getBrowser, report])
@java.lang.SuppressWarnings(value: unused)
static&nbsp;<a href='../../../geb.test.GebTestManager.html'>GebTestManager</a> <strong>testManager</strong></h4>
<p></p>
</li>
</ul>
Expand Down Expand Up @@ -300,6 +317,22 @@ <h4><a href='../../../geb.report.Reporter.html'>Reporter</a> <strong>createRepor
</li>
</ul>

<a name="setContainer(org.testcontainers.containers.BrowserWebDriverContainer)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>static&nbsp;void <strong>setContainer</strong>(<a href='../../../org.testcontainers.containers.BrowserWebDriverContainer.html'>BrowserWebDriverContainer</a> container)</h4>
<p></p>
</li>
</ul>

<a name="setTestManager(geb.test.GebTestManager)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>static&nbsp;void <strong>setTestManager</strong>(<a href='../../../geb.test.GebTestManager.html'>GebTestManager</a> testManager)</h4>
<p></p>
</li>
</ul>

</li>
</ul>

Expand Down
Loading

0 comments on commit 58dc597

Please sign in to comment.