Class SshGradleWrapperConfiguration
- java.lang.Object
-
- com.platformlib.plugins.gradle.wrapper.configuration.PlatformLibGradleWrapperConfiguration
-
- com.platformlib.plugins.gradle.wrapper.configuration.SshGradleWrapperConfiguration
-
public class SshGradleWrapperConfiguration extends PlatformLibGradleWrapperConfiguration
-
-
Constructor Summary
Constructors Constructor Description SshGradleWrapperConfiguration(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetHost()java.lang.StringgetName()voidsetHost(java.lang.String host)-
Methods inherited from class com.platformlib.plugins.gradle.wrapper.configuration.PlatformLibGradleWrapperConfiguration
activateBy, configure, getActivateBy, getExcludedProjectProperties, getExcludedSystemPropertiesArgs, getJavaHome, getProjectProperties, getSystemPropertiesArgs, isDebug, isDryRun, isParallelExecution, setActivateBy, setDebug, setDryRun, setExcludedProjectProperties, setExcludedSystemPropertiesArgs, setJavaHome, setParallelExecution, setProjectProperties, setSystemPropertiesArgs
-
-