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

org.hidetake.gradle.ssh.api.CommandContext.groovy Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package org.hidetake.gradle.ssh.api

/**
 * Context interface for command execution.
 *
 * @author hidetake.org
 */
interface CommandContext {
    /**
     * Declares stream interactions with the server.
     *
     * @param closure
     */
    void interaction(Closure closure)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy