Version:
IMavenPackageSource Interface
Represents a Maven package source.
Inheritance Hierarchy
- Inedo.Extensions.PackageSources.IMavenPackageSource
Syntax
public
interface
IMavenPackageSource : IPackageSource
Properties
|
Name |
Description |
|
ApiKey
|
Gets the API Key to use for API-based requests.
|
|
Password
|
Gets the password to use for HTTP/401 challenges.
|
|
RepositoryUrl
|
Gets the Repository URL to use with maven.
|
|
UserName
|
Gets the user name to use for HTTP/401 challenges.
|