|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IvyArtifactRepository
An artifact repository which uses an Ivy format to store artifacts and meta-data.
| Method Summary | |
|---|---|
void |
artifactPattern(String pattern)
Adds an Ivy artifact pattern to use to locate artifacts in this repository. |
String |
getPassword()
Returns the password to use when authenticating to this repository. |
String |
getUserName()
Returns the user name to use when authenticating to this repository. |
void |
setPassword(String password)
Sets the password to use when authenticating to this repository. |
void |
setUserName(String username)
Sets the user name to use when authenticating to this repository. |
| Methods inherited from interface org.gradle.api.artifacts.dsl.ArtifactRepository |
|---|
getName, setName |
| Method Detail |
|---|
String getUserName()
void setUserName(String username)
username - The user name. May be null.String getPassword()
void setPassword(String password)
password - The password. May be null.void artifactPattern(String pattern)
pattern - The artifact pattern.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||