|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AuthenticationSupported
An artifact repository which supports username/password authentication.
| Method Summary | |
|---|---|
void |
credentials(Closure closure)
Configure the Credentials for this repository using the supplied Closure. |
PasswordCredentials |
getCredentials()
Provides the Credentials used to authenticate to this repository. |
| Method Detail |
|---|
PasswordCredentials getCredentials()
void credentials(Closure closure)
repositories {
maven {
credentials {
username = 'joe'
password = 'secret'
}
}
}
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||