Groovy Documentation

org.gradle.api.artifacts.dsl
[Java] Interface ArtifactRepository


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

getName

public java.lang.String getName()
Returns the name for this repository.
Returns:
The name.


setName

public void setName(java.lang.String name)
Sets the name for this repository.
Parameters:
name - The name. Must not be null.


 

Groovy Documentation