final class SnapshotVersioning extends Product with Serializable

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

Instance Constructors

  1. new SnapshotVersioning(module: Module, version: String, latest: String, release: String, timestamp: String, buildNumber: Option[Int], localCopy: Option[Boolean], lastUpdated: Option[DateTime], snapshotVersions: Seq[SnapshotVersion])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val buildNumber: Option[Int]
  6. def canEqual(obj: Any): Boolean
    Definition Classes
    SnapshotVersioning → Equals
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(obj: Any): Boolean
    Definition Classes
    SnapshotVersioning → Equals → AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    SnapshotVersioning → AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. val lastUpdated: Option[DateTime]
  15. val latest: String
  16. val localCopy: Option[Boolean]
  17. val module: Module
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def productArity: Int
    Definition Classes
    SnapshotVersioning → Product
  22. def productElement(n: Int): Any
    Definition Classes
    SnapshotVersioning → Product
  23. def productIterator: Iterator[Any]
    Definition Classes
    Product
  24. def productPrefix: String
    Definition Classes
    SnapshotVersioning → Product
  25. val release: String
  26. val snapshotVersions: Seq[SnapshotVersion]
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. val timestamp: String
  29. def toString(): String
    Definition Classes
    SnapshotVersioning → AnyRef → Any
  30. val version: String
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. def withBuildNumber(buildNumber: Option[Int]): SnapshotVersioning
  35. def withLastUpdated(lastUpdated: Option[DateTime]): SnapshotVersioning
  36. def withLatest(latest: String): SnapshotVersioning
  37. def withLocalCopy(localCopy: Option[Boolean]): SnapshotVersioning
  38. def withModule(module: Module): SnapshotVersioning
  39. def withRelease(release: String): SnapshotVersioning
  40. def withSnapshotVersions(snapshotVersions: Seq[SnapshotVersion]): SnapshotVersioning
  41. def withTimestamp(timestamp: String): SnapshotVersioning
  42. def withVersion(version: String): SnapshotVersioning

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped