public class GitStorageService extends Object implements StorageService
Modifier and Type | Field and Description |
---|---|
static String |
DESCRIPTION |
static String |
STORAGE_ID |
Constructor and Description |
---|
GitStorageService() |
Modifier and Type | Method and Description |
---|---|
StorageConnector |
getConnector(Properties parameters) |
String |
getDescription() |
Set<StorageConnector.Descriptor> |
getDescriptors() |
String |
getStorageId() |
public static final String STORAGE_ID
public static final String DESCRIPTION
public String getStorageId()
getStorageId
in interface StorageService
public String getDescription() throws Exception
getDescription
in interface StorageService
Exception
public Set<StorageConnector.Descriptor> getDescriptors() throws Exception
getDescriptors
in interface StorageService
Exception
public StorageConnector getConnector(Properties parameters) throws Exception
getConnector
in interface StorageService
Exception
Copyright © 2013–2019. All rights reserved.