@CompileStatic class Repository extends Object
| Type | Name and description |
|---|---|
Credentials |
credentials |
String |
name |
String |
url |
| Constructor and description |
|---|
Repository
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
credentials(Action<? super Credentials> action) |
|
void |
credentials(Closure<Void> action) |
|
String |
getName() |
|
boolean |
isEmpty() |
|
static void |
merge(Repository o1, Repository o2) |
|
Map<String, Object> |
toMap() |
Groovy Documentation