Uses of Class
org.eclipse.jgit.lfs.Protocol.ExpiringAction
-
Packages that use Protocol.ExpiringAction Package Description org.eclipse.jgit.lfs.internal -
-
Uses of Protocol.ExpiringAction in org.eclipse.jgit.lfs.internal
Fields in org.eclipse.jgit.lfs.internal declared as Protocol.ExpiringAction Modifier and Type Field Description (package private) Protocol.ExpiringAction
LfsConnectionFactory.AuthCache. cachedAction
Methods in org.eclipse.jgit.lfs.internal that return Protocol.ExpiringAction Modifier and Type Method Description private static Protocol.ExpiringAction
LfsConnectionFactory. getSshAuthentication(Repository db, java.lang.String purpose, java.lang.String remoteUrl, URIish u)
Constructors in org.eclipse.jgit.lfs.internal with parameters of type Protocol.ExpiringAction Constructor Description AuthCache(Protocol.ExpiringAction action)
Creates a cache entry for an authentication response.
-