com.madgag.git.bfg.cleaner.protection
ProtectedObjectDirtReport
Companion object ProtectedObjectDirtReport
case class ProtectedObjectDirtReport(revObject: RevObject, originalTreeOrBlob: RevObject, replacementTreeOrBlob: Option[ObjectId]) extends Product with Serializable
The function of the ProtectedObjectDirtReport is tell the user that this is the stuff they've decided to protect in their latest commits - it's the stuff The BFG /would/ remove if you hadn't told it to hold back,
- revObject
- the protected object (eg protected because it is the HEAD commit, or even by additional refs)
- originalTreeOrBlob
- the unmodified content-object referred to by the protected object (may be same object)
- replacementTreeOrBlob
- an option, populated if cleaning creates a replacement for the content-object
- Alphabetic
- By Inheritance
- ProtectedObjectDirtReport
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ProtectedObjectDirtReport(revObject: RevObject, originalTreeOrBlob: RevObject, replacementTreeOrBlob: Option[ObjectId])
- revObject
- the protected object (eg protected because it is the HEAD commit, or even by additional refs)
- originalTreeOrBlob
- the unmodified content-object referred to by the protected object (may be same object)
- replacementTreeOrBlob
- an option, populated if cleaning creates a replacement for the content-object
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(classOf[java.lang.CloneNotSupportedException]) @native()
- def dirt(implicit revWalk: RevWalk): Option[Seq[DiffEntry]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 objectProtectsDirt: Boolean
- val originalTreeOrBlob: RevObject
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val replacementTreeOrBlob: Option[ObjectId]
- val revObject: RevObject
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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()