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

org.hidetake.groovy.ssh.session.Plan.groovy Maven / Gradle / Ivy

There is a newer version: 2.11.2
Show newest version
package org.hidetake.groovy.ssh.session

import groovy.transform.Canonical
import org.hidetake.groovy.ssh.core.Remote

/**
 * An execution plan of SSH session.
 *
 * @param < T >
 * @author Hidetake Iwata
 */
@Canonical
class Plan {
    /**
     * Remote host to be connected.
     */
    final Remote remote

    /**
     * Operations.
     */
    final Closure closure
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy