All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.fabric8.maven.docker.config.StopMode Maven / Gradle / Ivy

The newest version!
package io.fabric8.maven.docker.config;

/*
 * Enum for holding information regarding stopping containers in dmp
 */
public enum StopMode {
    /**
     * Would wait for the process to terminate correctly
     */
    graceful,

    /**
     * Would terminate the process with a sigkill
     */
    kill
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy