org.gradle.api.artifacts.dsl
Interface ArtifactRepository

All Known Subinterfaces:
IvyArtifactRepository

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

getName

String getName()
Returns the name for this repository.

Returns:
The name.

setName

void setName(String name)
Sets the name for this repository.

Parameters:
name - The name. Must not be null.