case class ScalaPactSettings(protocol: Option[String], host: Option[String], port: Option[Int], localPactFilePath: Option[String], strictMode: Option[Boolean], clientTimeout: Option[Duration], outputPath: Option[String], publishResultsEnabled: Option[BrokerPublishData], pendingPactSettings: Option[PendingPactSettings]) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaPactSettings
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ScalaPactSettings(protocol: Option[String], host: Option[String], port: Option[Int], localPactFilePath: Option[String], strictMode: Option[Boolean], clientTimeout: Option[Duration], outputPath: Option[String], publishResultsEnabled: Option[BrokerPublishData], pendingPactSettings: Option[PendingPactSettings])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: ScalaPactSettings): ScalaPactSettings
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val clientTimeout: Option[Duration]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. def disableStrictMode: ScalaPactSettings
  9. def enablePublishResults(providerVersion: String, buildUrl: Option[String]): ScalaPactSettings
  10. def enableStrictMode: ScalaPactSettings
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. val giveClientTimeout: Duration
  14. val giveHost: String
  15. val giveOutputPath: String
  16. val givePort: Int
  17. val giveProtocol: String
  18. val giveStrictMode: Boolean
  19. val host: Option[String]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val localPactFilePath: Option[String]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. val outputPath: Option[String]
  26. val pendingPactSettings: Option[PendingPactSettings]
  27. val port: Option[Int]
  28. def productElementNames: Iterator[String]
    Definition Classes
    Product
  29. val protocol: Option[String]
  30. val publishResultsEnabled: Option[BrokerPublishData]
  31. def renderAsString: String
  32. val strictMode: Option[Boolean]
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toArguments: Map[String, String]
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. def withClientTimeOut(duration: Duration): ScalaPactSettings
  39. def withHost(host: String): ScalaPactSettings
  40. def withLocalPactFilePath(path: String): ScalaPactSettings
  41. def withOutputPath(outputPath: String): ScalaPactSettings
  42. def withPort(port: Int): ScalaPactSettings
  43. def withProtocol(protocol: String): ScalaPactSettings

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped