final class JGit extends GitReadonlyInterface
- Alphabetic
- By Inheritance
- JGit
- GitReadonlyInterface
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new JGit(repo: Repository)
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
branch: String
The currently checked out branch.
The currently checked out branch.
- Definition Classes
- JGit → GitReadonlyInterface
-
def
branches: Seq[String]
The local branches
The local branches
- Definition Classes
- JGit → GitReadonlyInterface
- def checkoutBranch(branch: String): Unit
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def create(): Unit
-
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
- JGit → GitReadonlyInterface
-
def
describedVersion(patterns: Seq[String]): Option[String]
- Definition Classes
- JGit → GitReadonlyInterface
-
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
- JGit → GitReadonlyInterface
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- 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
hasUncommittedChanges: Boolean
Whether there are uncommitted changes (i.e.
Whether there are uncommitted changes (i.e. whether any tracked file has changed)
- Definition Classes
- JGit → GitReadonlyInterface
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def headCommit: Option[ObjectId]
-
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
- JGit → GitReadonlyInterface
-
def
headCommitMessage: Option[String]
The message of current commit *
The message of current commit *
- Definition Classes
- JGit → GitReadonlyInterface
-
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
- JGit → GitReadonlyInterface
-
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 porcelain: Git
-
def
remoteBranches: Seq[String]
The remote branches
The remote branches
- Definition Classes
- JGit → GitReadonlyInterface
-
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
- JGit → GitReadonlyInterface
- val repo: Repository
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tagHash(tag: Ref): String
- def tags: Seq[Ref]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()