public class Repository extends Object
| Constructor and Description |
|---|
Repository(URL url) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getBranches() |
List<Codebase> |
getCodebases() |
Compare |
getCompare(String tag1,
String tag2) |
List<VersionUpgrade> |
getComponentUpgrades(String tag1,
String tag2) |
List<String> |
getTags() |
List<VersionUpgrade> |
getUpgradesForFile(String fileName,
String tag1,
String tag2) |
URL |
getURL() |
int |
hashCode() |
String |
toString() |
public Repository(URL url)
public URL getURL()
public Compare getCompare(String tag1, String tag2) throws NameNotFoundException
NameNotFoundExceptionpublic List<String> getTags() throws NameNotFoundException
NameNotFoundExceptionpublic List<String> getBranches() throws NameNotFoundException
NameNotFoundExceptionpublic List<VersionUpgrade> getUpgradesForFile(String fileName, String tag1, String tag2)
public List<VersionUpgrade> getComponentUpgrades(String tag1, String tag2)
Copyright © 2020 JBoss by Red Hat. All rights reserved.