From d287408aa64f13d878370dce6757b49362fbce8f Mon Sep 17 00:00:00 2001 From: grails-build Date: Thu, 2 Jan 2025 13:56:32 +0000 Subject: [PATCH] Deploying to gh-pages - 13:56:32 --- snapshot/api/deprecated-list.html | 4 +- .../geb/ContainerAwareDownloadSupport.html | 61 ++++++++++++++++--- .../plugin/geb/ContainerGebConfiguration.html | 7 ++- .../grails/plugin/geb/ContainerGebSpec.html | 49 ++++++++++++--- .../geb/ContainerGebTestDescription.html | 13 ++-- .../grails/plugin/geb/GebGrailsPlugin.html | 11 ++-- .../plugin/geb/GebOnFailureReporter.html | 10 +-- .../plugin/geb/GebRecordingTestListener.html | 17 +++--- .../geb/GrailsContainerGebExtension.html | 22 ++++--- .../grails/plugin/geb/GrailsGebSettings.html | 19 +++--- .../geb/WebDriverContainerHolder.1.html | 11 ++-- .../plugin/geb/WebDriverContainerHolder.html | 13 ++-- .../grails/plugin/geb/package-summary.html | 4 +- snapshot/api/help-doc.html | 4 +- snapshot/api/index-all.html | 10 ++- snapshot/api/index.html | 2 +- snapshot/api/overview-frame.html | 2 +- snapshot/api/overview-summary.html | 6 +- 18 files changed, 182 insertions(+), 83 deletions(-) diff --git a/snapshot/api/deprecated-list.html b/snapshot/api/deprecated-list.html index 67ee5ad..0cf8d5f 100644 --- a/snapshot/api/deprecated-list.html +++ b/snapshot/api/deprecated-list.html @@ -24,7 +24,7 @@ - Deprecated API (geb 5.0.0-SNAPSHOT API) + Deprecated API (geb 4.1.2-SNAPSHOT API) @@ -34,7 +34,7 @@ diff --git a/snapshot/api/grails/plugin/geb/ContainerAwareDownloadSupport.html b/snapshot/api/grails/plugin/geb/ContainerAwareDownloadSupport.html index 575068b..5174f59 100644 --- a/snapshot/api/grails/plugin/geb/ContainerAwareDownloadSupport.html +++ b/snapshot/api/grails/plugin/geb/ContainerAwareDownloadSupport.html @@ -27,7 +27,7 @@ - ContainerAwareDownloadSupport (Grails Geb Plugin 5.0.0-SNAPSHOT) + ContainerAwareDownloadSupport (Grails Geb Plugin 4.1.2-SNAPSHOT) @@ -37,7 +37,7 @@ @@ -70,11 +70,11 @@
@@ -105,6 +105,7 @@

[Groovy]
+
@groovy.transform.Trait
 @groovy.transform.CompileStatic
@@ -140,7 +141,7 @@ 

[Groovy] -
    +
    • Properties Summary

        @@ -159,7 +160,6 @@

        Properties Summary

    • -
    @@ -172,6 +172,27 @@

    Properties Summary

      +
    • +

      Methods Summary

      + +
    • +
    • Inherited Methods Summary

        @@ -184,7 +205,7 @@

        Inherited Methods Summary

        class java.lang.Object - 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() + 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()
      @@ -214,7 +235,9 @@

      Property Detail

      • -

        @groovy.lang.Delegate
        @spock.lang.Shared
        static DownloadSupport downloadSupport

        +

        @groovy.lang.Delegate +@spock.lang.Shared +static DownloadSupport downloadSupport

      @@ -229,6 +252,24 @@

      @groovy.lang.Delegate
      @spock.lang.Shared
      static DownloadSupport downloadSupport)

      +

      +
    • +
    + + +
+ @@ -260,11 +301,11 @@

@groovy.lang.Delegate
@spock.lang.Shared
static  @@ -105,6 +105,7 @@

[Gr
+
@java.lang.annotation.Target(value: ElementType.TYPE)
 @java.lang.annotation.Retention(value: RetentionPolicy.RUNTIME)
@@ -212,7 +213,7 @@ 

Inherited Methods Summary

class java.lang.Object - 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() + 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() diff --git a/snapshot/api/grails/plugin/geb/ContainerGebSpec.html b/snapshot/api/grails/plugin/geb/ContainerGebSpec.html index 0e0fd7e..d82dc48 100644 --- a/snapshot/api/grails/plugin/geb/ContainerGebSpec.html +++ b/snapshot/api/grails/plugin/geb/ContainerGebSpec.html @@ -27,7 +27,7 @@ - ContainerGebSpec (Grails Geb Plugin 5.0.0-SNAPSHOT) + ContainerGebSpec (Grails Geb Plugin 4.1.2-SNAPSHOT) @@ -37,7 +37,7 @@ @@ -105,9 +105,10 @@

[Groovy] Class Contain
+
@geb.transform.DynamicallyDispatchesToBrowser
-abstract class ContainerGebSpec
+abstract class ContainerGebSpec
 extends Specification
 implements ContainerAwareDownloadSupport
@@ -141,7 +142,7 @@

[Groovy] Class Contain - @@ -244,7 +257,8 @@

Property Detail

  • -

    @spock.lang.Shared
    static BrowserWebDriverContainer container

    +

    @spock.lang.Shared +static BrowserWebDriverContainer container

    Get access to container running the web-driver, for convenience to execInContainer, copyFileToContainer etc.

    See Also:
    org.testcontainers.containers.ContainerState#execInContainer(java.lang.String ...)
    org.testcontainers.containers.ContainerState#copyFileToContainer(org.testcontainers.utility.MountableFile, java.lang.String)
    org.testcontainers.containers.ContainerState#copyFileFromContainer(java.lang.String, java.lang.String)
    org.testcontainers.containers.ContainerState

@@ -252,7 +266,10 @@

@spock.lang.Shared
static GebTestManager testManager

+

@spock.lang.Shared +@groovy.lang.Delegate(includes: [getBrowser, report]) +@java.lang.SuppressWarnings(value: unused) +static GebTestManager testManager

@@ -300,6 +317,22 @@

Reporter createRepor + + + + + + diff --git a/snapshot/api/grails/plugin/geb/ContainerGebTestDescription.html b/snapshot/api/grails/plugin/geb/ContainerGebTestDescription.html index 9595aa6..cb80c0b 100644 --- a/snapshot/api/grails/plugin/geb/ContainerGebTestDescription.html +++ b/snapshot/api/grails/plugin/geb/ContainerGebTestDescription.html @@ -27,7 +27,7 @@ - ContainerGebTestDescription (Grails Geb Plugin 5.0.0-SNAPSHOT) + ContainerGebTestDescription (Grails Geb Plugin 4.1.2-SNAPSHOT) @@ -37,7 +37,7 @@ @@ -105,6 +105,7 @@

[Groovy] Cl
+
@groovy.transform.CompileStatic
 class ContainerGebTestDescription
@@ -130,7 +131,7 @@ 

[Groovy] Cl -
    +
    • Properties Summary

        @@ -154,7 +155,6 @@

        Properties Summary

    • -
    @@ -175,7 +175,8 @@

    Constructor Summary

    - ContainerGebTestDescription(IterationInfo testInfo)
    + ContainerGebTestDescription + (IterationInfo testInfo)
    @@ -200,7 +201,7 @@

    Inherited Methods Summary

    class java.lang.Object - 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() + 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()
diff --git a/snapshot/api/grails/plugin/geb/GebGrailsPlugin.html b/snapshot/api/grails/plugin/geb/GebGrailsPlugin.html index 665e98c..4c2fa29 100644 --- a/snapshot/api/grails/plugin/geb/GebGrailsPlugin.html +++ b/snapshot/api/grails/plugin/geb/GebGrailsPlugin.html @@ -27,7 +27,7 @@ - GebGrailsPlugin (Grails Geb Plugin 5.0.0-SNAPSHOT) + GebGrailsPlugin (Grails Geb Plugin 4.1.2-SNAPSHOT) @@ -37,7 +37,7 @@ @@ -100,6 +100,7 @@

[Groovy] Class GebGrail
+
@grails.plugins.metadata.PluginSource
 @groovy.transform.CompileStatic
@@ -123,7 +124,7 @@ 

[Groovy] Class GebGrail -
    +
    • Properties Summary

        @@ -187,7 +188,6 @@

        Properties Summary

    • -
    @@ -208,7 +208,8 @@

    Constructor Summary

    - GebGrailsPlugin()
    + GebGrailsPlugin + ()
    diff --git a/snapshot/api/grails/plugin/geb/GebOnFailureReporter.html b/snapshot/api/grails/plugin/geb/GebOnFailureReporter.html index d5fbfd4..024b860 100644 --- a/snapshot/api/grails/plugin/geb/GebOnFailureReporter.html +++ b/snapshot/api/grails/plugin/geb/GebOnFailureReporter.html @@ -27,7 +27,7 @@ - GebOnFailureReporter (Grails Geb Plugin 5.0.0-SNAPSHOT) + GebOnFailureReporter (Grails Geb Plugin 4.1.2-SNAPSHOT) @@ -37,7 +37,7 @@ @@ -105,6 +105,7 @@

    [Groovy] Class Geb
    +
    @groovy.transform.CompileStatic
     class GebOnFailureReporter
    @@ -149,7 +150,8 @@ 

    Constructor Summary

    - GebOnFailureReporter()
    + GebOnFailureReporter + ()
    @@ -195,7 +197,7 @@

    Inherited Methods Summary

    class java.lang.Object - 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() + 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()

diff --git a/snapshot/api/grails/plugin/geb/GebRecordingTestListener.html b/snapshot/api/grails/plugin/geb/GebRecordingTestListener.html index 3779676..5ec375b 100644 --- a/snapshot/api/grails/plugin/geb/GebRecordingTestListener.html +++ b/snapshot/api/grails/plugin/geb/GebRecordingTestListener.html @@ -27,7 +27,7 @@ - GebRecordingTestListener (Grails Geb Plugin 5.0.0-SNAPSHOT) + GebRecordingTestListener (Grails Geb Plugin 4.1.2-SNAPSHOT) @@ -37,7 +37,7 @@ @@ -100,6 +100,7 @@

[Groovy] Class
+
@groovy.transform.CompileStatic
 class GebRecordingTestListener
@@ -125,7 +126,7 @@ 

[Groovy] Class - diff --git a/snapshot/api/grails/plugin/geb/GrailsContainerGebExtension.html b/snapshot/api/grails/plugin/geb/GrailsContainerGebExtension.html index 5423fd9..abb7d2e 100644 --- a/snapshot/api/grails/plugin/geb/GrailsContainerGebExtension.html +++ b/snapshot/api/grails/plugin/geb/GrailsContainerGebExtension.html @@ -27,7 +27,7 @@ - GrailsContainerGebExtension (Grails Geb Plugin 5.0.0-SNAPSHOT) + GrailsContainerGebExtension (Grails Geb Plugin 4.1.2-SNAPSHOT) @@ -37,7 +37,7 @@ @@ -105,6 +105,7 @@

[Groovy] Cl
+
@groovy.util.logging.Slf4j
 @groovy.transform.CompileStatic
@@ -135,7 +136,7 @@ 

[Groovy] Cl -
    +
    • Properties Summary

        @@ -159,7 +160,6 @@

        Properties Summary

    • -
    @@ -180,7 +180,8 @@

    Constructor Summary

    - GrailsContainerGebExtension()
    + GrailsContainerGebExtension + ()
    @@ -238,7 +239,7 @@

    Inherited Methods Summary

    class java.lang.Object - 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() + 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()
@@ -319,7 +320,8 @@

Method Detail

  • -

    @java.lang.Override
    void start()

    +

    @java.lang.Override +void start()

@@ -327,7 +329,8 @@

@java.lang.Override
void start()

  • -

    @java.lang.Override
    void stop()

    +

    @java.lang.Override +void stop()

@@ -335,7 +338,8 @@

@java.lang.Override
void stop()

  • -

    @java.lang.Override
    void visitSpec(SpecInfo spec)

    +

    @java.lang.Override +void visitSpec(SpecInfo spec)

diff --git a/snapshot/api/grails/plugin/geb/GrailsGebSettings.html b/snapshot/api/grails/plugin/geb/GrailsGebSettings.html index 520b7aa..a8ba625 100644 --- a/snapshot/api/grails/plugin/geb/GrailsGebSettings.html +++ b/snapshot/api/grails/plugin/geb/GrailsGebSettings.html @@ -27,7 +27,7 @@ - GrailsGebSettings (Grails Geb Plugin 5.0.0-SNAPSHOT) + GrailsGebSettings (Grails Geb Plugin 4.1.2-SNAPSHOT) @@ -37,7 +37,7 @@ @@ -100,6 +100,7 @@

[Groovy] Class Grails
+
@groovy.util.logging.Slf4j
 @groovy.transform.CompileStatic
@@ -125,7 +126,7 @@ 

[Groovy] Class Grails -
    +
    • Properties Summary

        @@ -169,7 +170,6 @@

        Properties Summary

    • -
    @@ -190,7 +190,8 @@

    Constructor Summary

    - GrailsGebSettings(java.time.LocalDateTime startTime)
    + GrailsGebSettings + (java.time.LocalDateTime startTime)
    @@ -248,7 +249,7 @@

    Inherited Methods Summary

    class java.lang.Object - 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() + 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()
@@ -361,7 +362,8 @@

Method Detail

  • -

    @groovy.transform.Memoized
    java.io.File getRecordingDirectory()

    +

    @groovy.transform.Memoized +java.io.File getRecordingDirectory()

@@ -369,7 +371,8 @@

@groovy.transform.Memoized
java.io.File getRecordingDirectory
  • -

    @groovy.transform.Memoized
    java.io.File getReportingDirectory()

    +

    @groovy.transform.Memoized +java.io.File getReportingDirectory()

diff --git a/snapshot/api/grails/plugin/geb/WebDriverContainerHolder.1.html b/snapshot/api/grails/plugin/geb/WebDriverContainerHolder.1.html index 46e893d..96ab856 100644 --- a/snapshot/api/grails/plugin/geb/WebDriverContainerHolder.1.html +++ b/snapshot/api/grails/plugin/geb/WebDriverContainerHolder.1.html @@ -27,7 +27,7 @@ - WebDriverContainerHolder.1 (Grails Geb Plugin 5.0.0-SNAPSHOT) + WebDriverContainerHolder.1 (Grails Geb Plugin 4.1.2-SNAPSHOT) @@ -37,7 +37,7 @@ @@ -100,6 +100,7 @@

[Groovy] Cla
+
class WebDriverContainerHolder.1
 extends java.util.function.Supplier<Browser>
@@ -139,7 +140,8 @@

Constructor Summary

- WebDriverContainerHolder.1()
+ WebDriverContainerHolder.1 + ()
@@ -222,7 +224,8 @@

Method Detail

  • -

    @java.lang.Override
    Browser get()

    +

    @java.lang.Override +Browser get()

diff --git a/snapshot/api/grails/plugin/geb/WebDriverContainerHolder.html b/snapshot/api/grails/plugin/geb/WebDriverContainerHolder.html index 5234887..aea1959 100644 --- a/snapshot/api/grails/plugin/geb/WebDriverContainerHolder.html +++ b/snapshot/api/grails/plugin/geb/WebDriverContainerHolder.html @@ -27,7 +27,7 @@ - WebDriverContainerHolder (Grails Geb Plugin 5.0.0-SNAPSHOT) + WebDriverContainerHolder (Grails Geb Plugin 4.1.2-SNAPSHOT) @@ -37,7 +37,7 @@ @@ -100,6 +100,7 @@

[Groovy] Class
+
@groovy.util.logging.Slf4j
 @groovy.transform.CompileStatic
@@ -150,7 +151,7 @@ 

Nested Class Summary

-
    +
    • Properties Summary

        @@ -189,7 +190,6 @@

        Properties Summary

    • -
    @@ -210,7 +210,8 @@

    Constructor Summary

    - WebDriverContainerHolder(GrailsGebSettings grailsGebSettings)
    + WebDriverContainerHolder + (GrailsGebSettings grailsGebSettings)
    @@ -280,7 +281,7 @@

    Inherited Methods Summary

    class java.lang.Object - 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() + 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()
diff --git a/snapshot/api/grails/plugin/geb/package-summary.html b/snapshot/api/grails/plugin/geb/package-summary.html index 07c640a..a98b0a0 100644 --- a/snapshot/api/grails/plugin/geb/package-summary.html +++ b/snapshot/api/grails/plugin/geb/package-summary.html @@ -22,7 +22,7 @@ -grails.plugin.geb (geb 5.0.0-SNAPSHOT API) +grails.plugin.geb (geb 4.1.2-SNAPSHOT API) @@ -31,7 +31,7 @@