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

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

package org.hidetake.gradle.ssh.api

/**
 * Service to execute a SSH task specified by {@link SshSpec}.
 *
 * @see SshSpec
 * @author hidetake.org
 *
 */
interface SshService {
    /**
     * Executes a SSH task.
     *
     * @param sshSpec specification
     */
    void execute(SshSpec sshSpec)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy