ConsumerVersionSelector

Companion:
class
class Object
trait Matchable
class Any

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