object ScalaPactVerify
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaPactVerify
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait PactSourceType extends AnyRef
- class ScalaPactVerifyFailed extends Exception
- case class VerifyTargetConfig(protocol: String, host: String, port: Int, clientTimeout: Duration) extends Product with Serializable
- case class loadFromLocal(path: String) extends PactSourceType with Product with Serializable
- case class pactAsJsonString(json: String) extends PactSourceType with Product with Serializable
- case class pactBrokerUseLatest(url: String, provider: String, consumers: List[String], publishResultsEnabled: Option[BrokerPublishData], pactBrokerAuthorization: Option[PactBrokerAuthorization]) extends PactSourceType with Product with Serializable
- case class pactBrokerWithTags(url: String, provider: String, publishResultsEnabled: Option[BrokerPublishData], consumerNamesWithTags: List[TaggedConsumer], pactBrokerAuthorization: Option[PactBrokerAuthorization]) extends PactSourceType with Product with Serializable
- case class pactBrokerWithVersion(url: String, contractVersion: String, provider: String, consumers: List[String], publishResultsEnabled: Option[BrokerPublishData], pactBrokerAuthorization: Option[PactBrokerAuthorization]) extends PactSourceType with Product with Serializable
Deprecated Type Members
- case class pactBroker(url: String, provider: String, consumers: List[String], publishResultsEnabled: Option[BrokerPublishData], pactBrokerAuthorization: Option[PactBrokerAuthorization]) extends PactSourceType with Product with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version Since 2.3.4) The
pactBrokersource type will be removed for clarity, please usepactBrokerUseLatestwhich is identical.
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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit def toOption[A](a: A): Option[A]
- implicit def toProviderStateResult(bool: Boolean): ProviderStateResult
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object VerifyTargetConfig extends Serializable
- object verifyPact