|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
@HasInternalProtocol public interface ArtifactRepository
A repository for resolving and publishing artifacts.
Method Summary | |
---|---|
String
|
getName()
Returns the name for this repository. |
void
|
setName(String name)
Sets the name for this repository. |
Method Detail |
---|
public String getName()
The name is used in logging output and error reporting to point to information related to this repository.
public void setName(String name)
name
- The name. Must not be null.
Gradle API 1.12