Package au.com.dius.pact.core.pactbroker
Class ConsumerVersionSelectors.LatestTag
-
- All Implemented Interfaces:
public final class ConsumerVersionSelectors.LatestTag extends ConsumerVersionSelectors
The latest version for each consumer with the specified tag. If fallback is provided, will fall back to the fallback tag if none is found with the specified tag
-
-
Constructor Summary
Constructors Constructor Description ConsumerVersionSelectors.LatestTag(String tag, String fallback)ConsumerVersionSelectors.LatestTag(String tag)
-
Method Summary
Modifier and Type Method Description final StringgetTag()final StringgetFallback()
-