case class GitCommitInfo(gitRepo: GitRepo, hash: String, author: String) extends Identifiable[GitCommitInfo] with Product with Serializable
An Identifiable for a Commit of a GitRepo, with the hash and the person that created it.
- gitRepo
The GitRepo
- hash
The hash of the commit
- author
The author that made the commit.
- Alphabetic
- By Inheritance
- GitCommitInfo
- Serializable
- Serializable
- Product
- Equals
- Identifiable
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from GitCommitInfo to any2stringadd[GitCommitInfo] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (GitCommitInfo, B)
- Implicit
- This member is added by an implicit conversion from GitCommitInfo to ArrowAssoc[GitCommitInfo] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val author: String
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
ensuring(cond: (GitCommitInfo) ⇒ Boolean, msg: ⇒ Any): GitCommitInfo
- Implicit
- This member is added by an implicit conversion from GitCommitInfo to Ensuring[GitCommitInfo] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (GitCommitInfo) ⇒ Boolean): GitCommitInfo
- Implicit
- This member is added by an implicit conversion from GitCommitInfo to Ensuring[GitCommitInfo] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): GitCommitInfo
- Implicit
- This member is added by an implicit conversion from GitCommitInfo to Ensuring[GitCommitInfo] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): GitCommitInfo
- Implicit
- This member is added by an implicit conversion from GitCommitInfo to Ensuring[GitCommitInfo] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from GitCommitInfo to StringFormat[GitCommitInfo] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getId(): String
Gets the Id from the identity.
-
def
getProvenance(): Option[Provenance]
- returns
Get the Provenance information. If there is no provenance, we return nothing.
- Definition Classes
- Identifiable
-
def
getVersion(): Option[String]
Gets the Version from the identity
- val gitRepo: GitRepo
- val hash: String
-
def
identity(): Identity[GitCommitInfo]
Gets the Identity/name of the object.
Gets the Identity/name of the object.
- returns
The Identity of the object/
- Definition Classes
- Identifiable
-
var
identityOpt: Option[Identity[GitCommitInfo]]
- Definition Classes
- Identifiable
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mkIdentity(): Identity[GitCommitInfo]
When creating an Identifiable, you will have to specify an Identity for that Identifiable.
When creating an Identifiable, you will have to specify an Identity for that Identifiable. This can be seen in the example within all of the data types, whose Identity is simply a BasicIdentity that consists of the word sum.
- returns
The Identity of the Identifiable.
- Definition Classes
- GitCommitInfo → Identifiable
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
var
provenanceOpt: Option[Provenance]
- Definition Classes
- Identifiable
-
def
setProvenance(prov: Provenance): Unit
Creates a new Provenance information.
Creates a new Provenance information.
- prov
The provenance that we are adding to the Identifiable.
- Definition Classes
- Identifiable
-
def
setVersion(version: String): Unit
Creates a new Identity from the version and then sets that identity as it's identity.
Creates a new Identity from the version and then sets that identity as it's identity.
- version
The version that we are appending.
- Definition Classes
- Identifiable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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( ... )
-
def
→[B](y: B): (GitCommitInfo, B)
- Implicit
- This member is added by an implicit conversion from GitCommitInfo to ArrowAssoc[GitCommitInfo] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc