Package org.guvnor.ala.source
Interface Host<C extends Credentials>
-
public interface Host<C extends Credentials>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()StringgetName()RepositorygetRepository(C credential, String repositoryId, Map<String,String> config)RepositorygetRepository(String id)RepositorygetRepository(String id, Map<String,String> config)
-
-
-
Method Detail
-
getId
String getId()
-
getName
String getName()
-
getRepository
Repository getRepository(String id)
-
getRepository
Repository getRepository(String id, Map<String,String> config)
-
-