public class Repository extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Repository.Builder |
| Constructor and Description |
|---|
Repository() |
| Modifier and Type | Method and Description |
|---|---|
static Repository.Builder |
aRepository() |
String |
getName() |
String |
getSshUrl() |
void |
setName(String name) |
void |
setSshUrl(String sshUrl) |
String |
toString() |
Copyright © 2017. All rights reserved.