Packages

c

com.github.sbt.git

ConsoleGitReadableOnly

class ConsoleGitReadableOnly extends GitReadonlyInterface

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

Instance Constructors

  1. new ConsoleGitReadableOnly(git: GitRunner, cwd: sbt.File, log: sbt.Logger)

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
    ConsoleGitReadableOnlyGitReadonlyInterface
  6. def branches: Seq[String]

    The local branches

    The local branches

    Definition Classes
    ConsoleGitReadableOnlyGitReadonlyInterface
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. 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
    ConsoleGitReadableOnlyGitReadonlyInterface
  9. def describedVersion(patterns: Seq[String]): Option[String]
  10. 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
    ConsoleGitReadableOnlyGitReadonlyInterface
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. 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
    ConsoleGitReadableOnlyGitReadonlyInterface
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. 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
    ConsoleGitReadableOnlyGitReadonlyInterface
  18. def headCommitMessage: Option[String]

    The message of current commit *

    The message of current commit *

    Definition Classes
    ConsoleGitReadableOnlyGitReadonlyInterface
  19. 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
    ConsoleGitReadableOnlyGitReadonlyInterface
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def remoteBranches: Seq[String]

    The remote branches

    The remote branches

    Definition Classes
    ConsoleGitReadableOnlyGitReadonlyInterface
  25. 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
    ConsoleGitReadableOnlyGitReadonlyInterface
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from GitReadonlyInterface

Inherited from AnyRef

Inherited from Any

Ungrouped