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

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

There is a newer version: 2.2.0
Show newest version
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