Package | Description |
---|---|
org.guvnor.structure.repositories | |
org.guvnor.structure.repositories.impl | |
org.guvnor.structure.repositories.impl.git |
Modifier and Type | Method and Description |
---|---|
List<PublicURI> |
RepositoryInfo.getPublicURIs() |
List<PublicURI> |
Repository.getPublicURIs() |
Constructor and Description |
---|
RepositoryInfo(String id,
String alias,
String owner,
Path root,
List<PublicURI> publicURIs,
List<VersionRecord> versionList) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPublicURI |
Modifier and Type | Method and Description |
---|---|
List<PublicURI> |
GitRepository.getPublicURIs() |
Modifier and Type | Method and Description |
---|---|
void |
GitRepository.setPublicURIs(List<PublicURI> publicURIs) |
Constructor and Description |
---|
GitRepository(String alias,
Space space,
List<PublicURI> publicURIs) |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.