final class SnapshotVersioning extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SnapshotVersioning
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- 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 buildNumber: Option[Int]
- def canEqual(obj: Any): Boolean
- Definition Classes
- SnapshotVersioning → Equals
- 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(obj: Any): Boolean
- Definition Classes
- SnapshotVersioning → Equals → 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
- SnapshotVersioning → AnyRef → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lastUpdated: Option[DateTime]
- val latest: String
- val localCopy: Option[Boolean]
- val module: Module
- 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()
- def productArity: Int
- Definition Classes
- SnapshotVersioning → Product
- def productElement(n: Int): Any
- Definition Classes
- SnapshotVersioning → Product
- def productElementName(n: Int): String
- Definition Classes
- SnapshotVersioning → Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- SnapshotVersioning → Product
- val release: String
- val snapshotVersions: Seq[SnapshotVersion]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timestamp: String
- def toString(): String
- Definition Classes
- SnapshotVersioning → AnyRef → Any
- val version: String
- 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()
- def withBuildNumber(buildNumber: Option[Int]): SnapshotVersioning
- def withLastUpdated(lastUpdated: Option[DateTime]): SnapshotVersioning
- def withLatest(latest: String): SnapshotVersioning
- def withLocalCopy(localCopy: Option[Boolean]): SnapshotVersioning
- def withModule(module: Module): SnapshotVersioning
- def withRelease(release: String): SnapshotVersioning
- def withSnapshotVersions(snapshotVersions: Seq[SnapshotVersion]): SnapshotVersioning
- def withTimestamp(timestamp: String): SnapshotVersioning
- def withVersion(version: String): SnapshotVersioning