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

org.hidetake.groovy.ssh.operation.DryRunOperation.groovy Maven / Gradle / Ivy

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

import org.hidetake.groovy.ssh.interaction.InteractionHandler

class DryRunOperation implements Operation {
    @Override
    int execute() {
        0
    }

    @Override
    void addInteraction(@DelegatesTo(InteractionHandler) Closure closure) {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy