mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
add documentation
This commit is contained in:
@@ -46,6 +46,13 @@ public class CloneOperation extends GitOperation {
|
|||||||
return this;
|
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
|
@Override
|
||||||
public CloneOperation setAuthentication(File sshKey, String username, String passphrase) {
|
public CloneOperation setAuthentication(File sshKey, String username, String passphrase) {
|
||||||
super.setAuthentication(sshKey, username, passphrase);
|
super.setAuthentication(sshKey, username, passphrase);
|
||||||
|
Reference in New Issue
Block a user