final class DependencySnapshot extends Serializable
Github Dependency Submission API version 0 Taken from https://gist.github.com/reiddraper/fdab2883db0f372c146d1a750fc1c43f
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DependencySnapshot
- Serializable
- Serializable
- 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
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val detector: DetectorMetadata
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(o: Any): Boolean
- Definition Classes
- DependencySnapshot → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- DependencySnapshot → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val job: Job
- val manifests: Map[String, Manifest]
- val metadata: Map[String, JValue]
-
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()
- val ref: String
- val scanned: Option[String]
- val sha: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- DependencySnapshot → AnyRef → Any
- val version: Int
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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()
- def withDetector(detector: DetectorMetadata): DependencySnapshot
- def withJob(job: Job): DependencySnapshot
- def withManifests(manifests: Map[String, Manifest]): DependencySnapshot
- def withMetadata(metadata: Map[String, JValue]): DependencySnapshot
- def withRef(ref: String): DependencySnapshot
- def withScanned(scanned: String): DependencySnapshot
- def withScanned(scanned: Option[String]): DependencySnapshot
- def withSha(sha: String): DependencySnapshot
- def withVersion(version: Int): DependencySnapshot