
org.hidetake.gradle.ssh.api.SessionSpec.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
import groovy.transform.TupleConstructor
/**
* Specification of a session.
*
* @author hidetake.org
*
*/
@TupleConstructor
class SessionSpec {
/**
* Remote.
*/
final Remote remote
/**
* Closure for {@link OperationHandler}.
*/
final Closure operationClosure
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy