sealed abstract case class PactBrokerWithSelectors extends PactBroker with Product with Serializable
- See also
https://docs.pact.io/pact_broker/advanced_topics/pending_pacts for information on pending and WIP pacts
also the master issue for pending pacts https://github.com/pact-foundation/pact_broker/issues/320
also the master issue for WIP pacts here for more discussion https://github.com/pact-foundation/pact_broker/issues/338
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PactBrokerWithSelectors
- Serializable
- Serializable
- Product
- Equals
- PactBroker
- PactSource
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
auth: Option[Authentication]
- Definition Classes
- PactBrokerWithSelectors → PactBroker
-
val
brokerUrl: String
- Definition Classes
- PactBrokerWithSelectors → PactBroker
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val enablePending: Boolean
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val includeWipPactsSince: Option[Instant]
- val insecureTLS: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val providerTags: Option[ProviderTags]
- val selectors: List[ConsumerVersionSelector]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withAuth(auth: Authentication): PactBrokerWithSelectors
- def withInsecureTLS(insecureTLS: Boolean): PactBrokerWithSelectors
- def withPendingPactsDisabled: PactBrokerWithSelectors
- def withPendingPactsEnabled(providerTags: ProviderTags): PactBrokerWithSelectors
- def withSelectors(selectors: ConsumerVersionSelector*): PactBrokerWithSelectors
- def withSelectors(selectors: List[ConsumerVersionSelector]): PactBrokerWithSelectors
- def withWipPactsSince(since: OffsetDateTime, providerTags: ProviderTags): PactBrokerWithSelectors
- def withWipPactsSince(since: LocalDate, providerTags: ProviderTags): PactBrokerWithSelectors
- def withWipPactsSince(since: Instant, providerTags: ProviderTags): PactBrokerWithSelectors