object ConsumerVersionSelector
- Companion:
- class
Value members
Deprecated methods
Entry point for constructing a ConsumerVersionSelector. Without any other arguments set, this will simply fetch all the latest pacts that have been forged against the provider. Greater selector specificity can be added by using the builder methods on ConsumerVersionSelector, e.g.
Entry point for constructing a ConsumerVersionSelector. Without any other arguments set, this will simply fetch all the latest pacts that have been forged against the provider. Greater selector specificity can be added by using the builder methods on ConsumerVersionSelector, e.g.
ConsumerVersionSelector().withTag("tag").withBranch("main").withConsumer("consumer1")
etc.
- Deprecated