org.hidetake.gradle.ssh.api.CommandContext.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-ssh-plugin Show documentation
Show all versions of gradle-ssh-plugin Show documentation
Gradle SSH Plugin provides remote execution and file transfer capabilities
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