public class SshUpdate extends AbstractUpdate
| Modifier and Type | Field and Description |
|---|---|
private AbstractSshAuthentication |
authentication
Authentication.
|
| Constructor and Description |
|---|
SshUpdate(AbstractSshAuthentication authentication) |
| Modifier and Type | Method and Description |
|---|---|
void |
initiateUpdate(java.io.File[] files)
start Update Process in given RemoteUpdate.
|
private void |
remoteUpdateViaSsh(java.io.File[] files) |
private final transient AbstractSshAuthentication authentication
public SshUpdate(AbstractSshAuthentication authentication)
authentication - authenticationpublic void initiateUpdate(java.io.File[] files)
throws RemoteUpdateException
AbstractUpdateinitiateUpdate in class AbstractUpdatefiles - filesRemoteUpdateException - RemoteUpdateExceptionprivate void remoteUpdateViaSsh(java.io.File[] files)
throws RemoteUpdateException
files - filesRemoteUpdateException - ConnectionFailedException