org.hidetake.gradle.ssh.api.operation.ShellSettings.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.operation
import groovy.transform.Immutable
/**
* Settings for shell operation.
*
* @author hidetake.org
*/
@Immutable
class ShellSettings {
boolean logging = true
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy