Packages

final class JGit extends GitReadonlyInterface

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JGit
  2. GitReadonlyInterface
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JGit(repo: Repository)

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. def branch: String

    The currently checked out branch.

    The currently checked out branch.

    Definition Classes
    JGitGitReadonlyInterface
  6. def branches: Seq[String]

    The local branches

    The local branches

    Definition Classes
    JGitGitReadonlyInterface
  7. def checkoutBranch(branch: String): Unit
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def create(): Unit
  10. def currentTags: Seq[String]

    The current tags associated with the local repository (at its HEAD).

    The current tags associated with the local repository (at its HEAD).

    Definition Classes
    JGitGitReadonlyInterface
  11. def describedVersion(patterns: Seq[String]): Option[String]
    Definition Classes
    JGitGitReadonlyInterface
  12. def describedVersion: Option[String]

    Version of the software as returned by git describe --tags.

    Version of the software as returned by git describe --tags. Any patterns provided are used as per --match

    Definition Classes
    JGitGitReadonlyInterface
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hasUncommittedChanges: Boolean

    Whether there are uncommitted changes (i.e.

    Whether there are uncommitted changes (i.e. whether any tracked file has changed)

    Definition Classes
    JGitGitReadonlyInterface
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def headCommit: Option[ObjectId]
  20. def headCommitDate: Option[String]

    The current commit date of the local repository in ISO-8601 format, or none.

    The current commit date of the local repository in ISO-8601 format, or none.

    Definition Classes
    JGitGitReadonlyInterface
  21. def headCommitMessage: Option[String]

    The message of current commit *

    The message of current commit *

    Definition Classes
    JGitGitReadonlyInterface
  22. def headCommitSha: Option[String]

    The current commit SHA of the local repository, or none.

    The current commit SHA of the local repository, or none.

    Definition Classes
    JGitGitReadonlyInterface
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. val porcelain: Git
  28. def remoteBranches: Seq[String]

    The remote branches

    The remote branches

    Definition Classes
    JGitGitReadonlyInterface
  29. def remoteOrigin: String

    The remote origin as returned by git ls-remote --get-url origin.

    The remote origin as returned by git ls-remote --get-url origin.

    Definition Classes
    JGitGitReadonlyInterface
  30. val repo: Repository
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def tagHash(tag: Ref): String
  33. def tags: Seq[Ref]
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from GitReadonlyInterface

Inherited from AnyRef

Inherited from Any

Ungrouped