@Beta
public final class Repository
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Repository.Builder |
Modifier and Type | Method and Description |
---|---|
static Repository.Builder |
create() |
static Repository.Builder |
create(Repository source) |
boolean |
equals(java.lang.Object o) |
Branches |
getBranches() |
RepositoryId |
getId() |
RepositorySettings |
getSettings() |
int |
hashCode() |
public RepositoryId getId()
public RepositorySettings getSettings()
public Branches getBranches()
public static Repository.Builder create()
public static Repository.Builder create(Repository source)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object