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

org.hidetake.gradle.ssh.api.operation.ShellSettings.groovy Maven / Gradle / Ivy

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