public static interface RepositoryExternalConnectionInfo.Builder extends SdkPojo, CopyableBuilder<RepositoryExternalConnectionInfo.Builder,RepositoryExternalConnectionInfo>
| Modifier and Type | Method and Description |
|---|---|
RepositoryExternalConnectionInfo.Builder |
externalConnectionName(String externalConnectionName)
The name of the external connection associated with a repository.
|
RepositoryExternalConnectionInfo.Builder |
packageFormat(PackageFormat packageFormat)
The package format associated with a repository's external connection.
|
RepositoryExternalConnectionInfo.Builder |
packageFormat(String packageFormat)
The package format associated with a repository's external connection.
|
RepositoryExternalConnectionInfo.Builder |
status(ExternalConnectionStatus status)
The status of the external connection of a repository.
|
RepositoryExternalConnectionInfo.Builder |
status(String status)
The status of the external connection of a repository.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRepositoryExternalConnectionInfo.Builder externalConnectionName(String externalConnectionName)
The name of the external connection associated with a repository.
externalConnectionName - The name of the external connection associated with a repository.RepositoryExternalConnectionInfo.Builder packageFormat(String packageFormat)
The package format associated with a repository's external connection. The valid package formats are:
npm: A Node Package Manager (npm) package.
pypi: A Python Package Index (PyPI) package.
maven: A Maven package that contains compiled code in a distributable format, such as a JAR
file.
nuget: A NuGet package.
packageFormat - The package format associated with a repository's external connection. The valid package formats are:
npm: A Node Package Manager (npm) package.
pypi: A Python Package Index (PyPI) package.
maven: A Maven package that contains compiled code in a distributable format, such as a
JAR file.
nuget: A NuGet package.
PackageFormat,
PackageFormatRepositoryExternalConnectionInfo.Builder packageFormat(PackageFormat packageFormat)
The package format associated with a repository's external connection. The valid package formats are:
npm: A Node Package Manager (npm) package.
pypi: A Python Package Index (PyPI) package.
maven: A Maven package that contains compiled code in a distributable format, such as a JAR
file.
nuget: A NuGet package.
packageFormat - The package format associated with a repository's external connection. The valid package formats are:
npm: A Node Package Manager (npm) package.
pypi: A Python Package Index (PyPI) package.
maven: A Maven package that contains compiled code in a distributable format, such as a
JAR file.
nuget: A NuGet package.
PackageFormat,
PackageFormatRepositoryExternalConnectionInfo.Builder status(String status)
The status of the external connection of a repository. There is one valid value, Available.
status - The status of the external connection of a repository. There is one valid value,
Available.ExternalConnectionStatus,
ExternalConnectionStatusRepositoryExternalConnectionInfo.Builder status(ExternalConnectionStatus status)
The status of the external connection of a repository. There is one valid value, Available.
status - The status of the external connection of a repository. There is one valid value,
Available.ExternalConnectionStatus,
ExternalConnectionStatusCopyright © 2023. All rights reserved.