
org.hidetake.gradle.ssh.api.operation.ExecutionSettings.groovy Maven / Gradle / Ivy
package org.hidetake.gradle.ssh.api.operation
import groovy.transform.Immutable
/**
* Settings for command execution.
*
* @author hidetake.org
*/
@Immutable
class ExecutionSettings {
boolean pty = false
boolean logging = true
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy