mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 13:27:46 +00:00
add documentation
This commit is contained in:
parent
f48bd5faa0
commit
d29f308848
@ -46,6 +46,13 @@ public class CloneOperation extends GitOperation {
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* sets the authentication for the ssh-key scheme
|
||||
* @param sshKey the ssh-key file
|
||||
* @param username the username
|
||||
* @param passphrase the passphrase
|
||||
* @return the current object
|
||||
*/
|
||||
@Override
|
||||
public CloneOperation setAuthentication(File sshKey, String username, String passphrase) {
|
||||
super.setAuthentication(sshKey, username, passphrase);
|
||||
|
Loading…
x
Reference in New Issue
Block a user