|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface ArtifactRepository
A repository for resolving and publishing artifacts.
| Method Summary | |
|---|---|
java.lang.String
|
getName()
Returns the name for this repository. |
void
|
setName(java.lang.String name)
Sets the name for this repository. |
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name. Must not be null.
Groovy Documentation