| Package | Description |
|---|---|
| org.gradle.api.artifacts.repositories |
Classes for declaring and using artifact repositories.
|
| org.gradle.api.internal.artifacts.repositories | |
| org.gradle.api.internal.artifacts.repositories.transport | |
| org.gradle.api.internal.externalresource.transport.http | |
| org.gradle.api.internal.externalresource.transport.http.ntlm |
| Modifier and Type | Method and Description |
|---|---|
PasswordCredentials |
AuthenticationSupported.getCredentials()
Provides the Credentials used to authenticate to this repository.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPasswordCredentials |
| Constructor and Description |
|---|
DefaultIvyArtifactRepository(FileResolver fileResolver,
PasswordCredentials credentials,
RepositoryTransportFactory transportFactory,
LocallyAvailableResourceFinder<org.apache.ivy.core.module.id.ArtifactRevisionId> locallyAvailableResourceFinder,
CachedExternalResourceIndex<String> cachedExternalResourceIndex) |
DefaultMavenArtifactRepository(FileResolver fileResolver,
PasswordCredentials credentials,
RepositoryTransportFactory transportFactory,
LocallyAvailableResourceFinder<org.apache.ivy.core.module.id.ArtifactRevisionId> locallyAvailableResourceFinder,
CachedExternalResourceIndex<String> cachedExternalResourceIndex) |
| Modifier and Type | Method and Description |
|---|---|
RepositoryTransport |
RepositoryTransportFactory.createHttpTransport(String name,
PasswordCredentials credentials) |
| Modifier and Type | Field and Description |
|---|---|
PasswordCredentials |
HttpProxySettings.HttpProxy.credentials |
| Modifier and Type | Method and Description |
|---|---|
PasswordCredentials |
HttpSettings.getCredentials() |
PasswordCredentials |
DefaultHttpSettings.getCredentials() |
| Constructor and Description |
|---|
DefaultHttpSettings(PasswordCredentials passwordCredentials) |
HttpTransport(String name,
PasswordCredentials credentials,
org.apache.ivy.core.cache.RepositoryCacheManager repositoryCacheManager) |
| Constructor and Description |
|---|
NTLMCredentials(PasswordCredentials credentials) |
Copyright © 2013. All rights reserved