public static interface PackageOriginRestrictions.Builder extends SdkPojo, CopyableBuilder<PackageOriginRestrictions.Builder,PackageOriginRestrictions>
| Modifier and Type | Method and Description |
|---|---|
PackageOriginRestrictions.Builder |
publish(AllowPublish publish)
The package origin configuration that determines if new versions of the package can be published directly to
the repository.
|
PackageOriginRestrictions.Builder |
publish(String publish)
The package origin configuration that determines if new versions of the package can be published directly to
the repository.
|
PackageOriginRestrictions.Builder |
upstream(AllowUpstream upstream)
The package origin configuration that determines if new versions of the package can be added to the
repository from an external connection or upstream source.
|
PackageOriginRestrictions.Builder |
upstream(String upstream)
The package origin configuration that determines if new versions of the package can be added to the
repository from an external connection or upstream source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPackageOriginRestrictions.Builder publish(String publish)
The package origin configuration that determines if new versions of the package can be published directly to the repository.
publish - The package origin configuration that determines if new versions of the package can be published
directly to the repository.AllowPublish,
AllowPublishPackageOriginRestrictions.Builder publish(AllowPublish publish)
The package origin configuration that determines if new versions of the package can be published directly to the repository.
publish - The package origin configuration that determines if new versions of the package can be published
directly to the repository.AllowPublish,
AllowPublishPackageOriginRestrictions.Builder upstream(String upstream)
The package origin configuration that determines if new versions of the package can be added to the repository from an external connection or upstream source.
upstream - The package origin configuration that determines if new versions of the package can be added to the
repository from an external connection or upstream source.AllowUpstream,
AllowUpstreamPackageOriginRestrictions.Builder upstream(AllowUpstream upstream)
The package origin configuration that determines if new versions of the package can be added to the repository from an external connection or upstream source.
upstream - The package origin configuration that determines if new versions of the package can be added to the
repository from an external connection or upstream source.AllowUpstream,
AllowUpstreamCopyright © 2023. All rights reserved.