protected static class SshTestHarness.TestCredentialsProvider extends CredentialsProvider
Constructor and Description |
---|
TestCredentialsProvider(String... strings) |
Modifier and Type | Method and Description |
---|---|
boolean |
get(URIish uri,
CredentialItem... items) |
List<SshTestHarness.LogEntry> |
getLog() |
boolean |
isInteractive() |
boolean |
supports(CredentialItem... items) |
get, getDefault, isAnyNull, reset, setDefault
public TestCredentialsProvider(String... strings)
public boolean isInteractive()
isInteractive
in class CredentialsProvider
public boolean supports(CredentialItem... items)
supports
in class CredentialsProvider
public boolean get(URIish uri, CredentialItem... items) throws UnsupportedCredentialItem
get
in class CredentialsProvider
UnsupportedCredentialItem
public List<SshTestHarness.LogEntry> getLog()
Copyright © 2021 Eclipse JGit Project. All rights reserved.