Uses of Enum
io.ebean.test.containers.StopMode

Packages that use StopMode
Package
Description
 
  • Uses of StopMode in io.ebean.test.containers

    Fields in io.ebean.test.containers declared as StopMode
    Modifier and Type
    Field
    Description
    protected StopMode
    BaseBuilder.shutdownMode
    By default, via JVM shutdown hook stop and remove the container unless there is a ~/.ebean/ignore-docker-shutdown marker file.
    protected StopMode
    BaseBuilder.shutdownMode
    By default, via JVM shutdown hook stop and remove the container unless there is a ~/.ebean/ignore-docker-shutdown marker file.
    protected StopMode
    BaseBuilder.shutdownMode
    By default, via JVM shutdown hook stop and remove the container unless there is a ~/.ebean/ignore-docker-shutdown marker file.
    protected StopMode
    BaseBuilder.shutdownMode
    By default, via JVM shutdown hook stop and remove the container unless there is a ~/.ebean/ignore-docker-shutdown marker file.
    protected StopMode
    BaseBuilder.shutdownMode
    By default, via JVM shutdown hook stop and remove the container unless there is a ~/.ebean/ignore-docker-shutdown marker file.
    protected StopMode
    BaseBuilder.shutdownMode
    By default, via JVM shutdown hook stop and remove the container unless there is a ~/.ebean/ignore-docker-shutdown marker file.
    protected StopMode
    BaseBuilder.shutdownMode
    By default, via JVM shutdown hook stop and remove the container unless there is a ~/.ebean/ignore-docker-shutdown marker file.
    protected StopMode
    BaseBuilder.shutdownMode
    By default, via JVM shutdown hook stop and remove the container unless there is a ~/.ebean/ignore-docker-shutdown marker file.
    protected StopMode
    BaseBuilder.shutdownMode
    By default, via JVM shutdown hook stop and remove the container unless there is a ~/.ebean/ignore-docker-shutdown marker file.
    protected StopMode
    BaseBuilder.shutdownMode
    By default, via JVM shutdown hook stop and remove the container unless there is a ~/.ebean/ignore-docker-shutdown marker file.
    protected StopMode
    BaseBuilder.shutdownMode
    By default, via JVM shutdown hook stop and remove the container unless there is a ~/.ebean/ignore-docker-shutdown marker file.
    protected StopMode
    BaseBuilder.shutdownMode
    By default, via JVM shutdown hook stop and remove the container unless there is a ~/.ebean/ignore-docker-shutdown marker file.
    protected StopMode
    BaseBuilder.shutdownMode
    By default, via JVM shutdown hook stop and remove the container unless there is a ~/.ebean/ignore-docker-shutdown marker file.
    protected StopMode
    BaseBuilder.shutdownMode
    By default, via JVM shutdown hook stop and remove the container unless there is a ~/.ebean/ignore-docker-shutdown marker file.
    protected StopMode
    BaseBuilder.shutdownMode
    By default, via JVM shutdown hook stop and remove the container unless there is a ~/.ebean/ignore-docker-shutdown marker file.
    protected StopMode
    BaseBuilder.shutdownMode
    By default, via JVM shutdown hook stop and remove the container unless there is a ~/.ebean/ignore-docker-shutdown marker file.
    protected StopMode
    BaseBuilder.shutdownMode
    By default, via JVM shutdown hook stop and remove the container unless there is a ~/.ebean/ignore-docker-shutdown marker file.
    protected StopMode
    BaseContainer.shutdownMode
     
    protected StopMode
    BaseContainer.shutdownMode
     
    protected StopMode
    BaseContainer.shutdownMode
     
    protected StopMode
    BaseContainer.shutdownMode
     
    protected StopMode
    BaseContainer.shutdownMode
     
    protected StopMode
    BaseContainer.shutdownMode
     
    protected StopMode
    BaseContainer.shutdownMode
     
    protected StopMode
    BaseContainer.shutdownMode
     
    protected StopMode
    BaseContainer.shutdownMode
     
    protected StopMode
    BaseContainer.shutdownMode
     
    protected StopMode
    BaseContainer.shutdownMode
     
    protected StopMode
    BaseContainer.shutdownMode
     
    protected StopMode
    BaseContainer.shutdownMode
     
    protected StopMode
    BaseContainer.shutdownMode
     
    protected StopMode
    BaseContainer.shutdownMode
     
    protected StopMode
    BaseContainer.shutdownMode
     
    protected StopMode
    BaseContainer.shutdownMode
     
    Methods in io.ebean.test.containers that return StopMode
    Modifier and Type
    Method
    Description
    static StopMode
    StopMode.of(String mode)
     
    static StopMode
    StopMode.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    static StopMode[]
    StopMode.values()
    Returns an array containing the constants of this enum type, in the order they are declared.
    Methods in io.ebean.test.containers with parameters of type StopMode
    Modifier and Type
    Method
    Description
    ContainerBuilder.shutdownMode(StopMode shutdownHookMode)
    Set the shutdown hook mode to automatically stop/remove the container on JVM shutdown.