Package au.com.dius.pact.core.pactbroker
Class ConsumerVersionSelectors.Branch
-
- All Implemented Interfaces:
public final class ConsumerVersionSelectors.Branch extends ConsumerVersionSelectors
The latest version from a particular branch of each consumer, or for a particular consumer if the second parameter is provided. If fallback is provided, falling back to the fallback branch if none is found from the specified branch.
-
-
Constructor Summary
Constructors Constructor Description ConsumerVersionSelectors.Branch(String name, String consumer, String fallback)ConsumerVersionSelectors.Branch(String name, String consumer)ConsumerVersionSelectors.Branch(String name)
-
Method Summary
Modifier and Type Method Description final StringgetName()final StringgetConsumer()final StringgetFallback()-
-
Method Detail
-
getConsumer
final String getConsumer()
-
getFallback
final String getFallback()
-
-
-
-