ArtifactRegistryRepositoryArtifactRegistryVirtualRepositoryConfig class
virtual_repository_config block. Required when
mode == VIRTUAL_REPOSITORY; mutually exclusive with
ArtifactRegistryRepositoryArtifactRegistryRemoteRepositoryConfig.
A virtual repository forwards pulls to one or more upstream repositories in priority order -- pulls hit the highest-priority upstream first, falling back on miss.
- Annotations
-
- @immutable
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
upstreamPolicies
→ List<
ArtifactRegistryRepositoryArtifactRegistryVirtualUpstreamPolicy> ? -
Upstream repositories this virtual repo proxies. Entries with a
greater ArtifactRegistryRepositoryArtifactRegistryVirtualUpstreamPolicy.priority are tried
first.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toArgMap(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited