Package com.google.gerrit.entities
Class CoreDownloadSchemes
- java.lang.Object
-
- com.google.gerrit.entities.CoreDownloadSchemes
-
public class CoreDownloadSchemes extends Object
Download scheme string constants supported by the download-commands core plugin.
-
-
Field Detail
-
ANON_GIT
public static final String ANON_GIT
- See Also:
- Constant Field Values
-
ANON_HTTP
public static final String ANON_HTTP
- See Also:
- Constant Field Values
-
HTTP
public static final String HTTP
- See Also:
- Constant Field Values
-
SSH
public static final String SSH
- See Also:
- Constant Field Values
-
REPO_DOWNLOAD
public static final String REPO_DOWNLOAD
- See Also:
- Constant Field Values
-
-