Index
All Classes and Interfaces|All Packages
A
- apply(Project) - Method in class io.github.vansencool.dexternally.DExternallyPlugin
C
- compression - Variable in class io.github.vansencool.dexternally.DExternallyTask
-
Whether to use compression for the SSH connection.
- connectTimeout - Variable in class io.github.vansencool.dexternally.DExternallyTask
-
The timeout for the connection in milliseconds.
D
- DExternallyPlugin - Class in io.github.vansencool.dexternally
-
A Gradle plugin that provides a task to upload files to a remote server using SSH.
- DExternallyPlugin() - Constructor for class io.github.vansencool.dexternally.DExternallyPlugin
-
Constructor for the DExternallyPlugin.
- DExternallyTask - Class in io.github.vansencool.dexternally
-
A Gradle task that uploads files to a remote server.
- DExternallyTask() - Constructor for class io.github.vansencool.dexternally.DExternallyTask
-
Constructor for the DExternallyTask.
F
- files - Variable in class io.github.vansencool.dexternally.DExternallyTask
-
The files to be uploaded.
G
- getCompression() - Method in class io.github.vansencool.dexternally.DExternallyTask
-
Gets whether to use compression for the SSH connection.
- getConnectTimeout() - Method in class io.github.vansencool.dexternally.DExternallyTask
-
Gets the timeout for the connection in milliseconds.
- getFiles() - Method in class io.github.vansencool.dexternally.DExternallyTask
-
Gets the files to be uploaded.
- getHost() - Method in class io.github.vansencool.dexternally.DExternallyTask
-
Gets the host of the remote server.
- getPassword() - Method in class io.github.vansencool.dexternally.DExternallyTask
-
Gets the password for SSH authentication.
- getPort() - Method in class io.github.vansencool.dexternally.DExternallyTask
-
Gets the port for SSH connection.
- getRemote() - Method in class io.github.vansencool.dexternally.DExternallyTask
-
Gets the remote directory where the file(s) will be uploaded.
- getSshTimeout() - Method in class io.github.vansencool.dexternally.DExternallyTask
-
Gets the timeout for the SSH connection in milliseconds.
- getUser() - Method in class io.github.vansencool.dexternally.DExternallyTask
-
Gets the user for SSH authentication.
H
- host - Variable in class io.github.vansencool.dexternally.DExternallyTask
-
The host of the remote server.
I
- io.github.vansencool.dexternally - package io.github.vansencool.dexternally
P
- password - Variable in class io.github.vansencool.dexternally.DExternallyTask
-
The password for SSH authentication.
- port - Variable in class io.github.vansencool.dexternally.DExternallyTask
-
The port for SSH connection.
R
- remote - Variable in class io.github.vansencool.dexternally.DExternallyTask
-
The remote directory where the file(s) will be uploaded.
S
- sshTimeout - Variable in class io.github.vansencool.dexternally.DExternallyTask
-
The timeout for the SSH connection in milliseconds.
U
- upload() - Method in class io.github.vansencool.dexternally.DExternallyTask
-
Uploads the specified files to the remote server.
- user - Variable in class io.github.vansencool.dexternally.DExternallyTask
-
The user for SSH authentication.
All Classes and Interfaces|All Packages