abstract class GitRepository extends Logger with FileSystemLocks

Linear Supertypes
FileSystemLocks, Logger, LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GitRepository
  2. FileSystemLocks
  3. Logger
  4. LazyLogging
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GitRepository(repositoryKeysLocation: String, repositoryLocation: String)

Abstract Value Members

  1. abstract def withRepository[T](project: ProjectRequest, forceUpdate: Boolean = false)(block: (File) ⇒ T): T
    Attributes
    protected[git]

Concrete 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 changedFiles(dir: File, currentCommit: String): Seq[String]
  6. def cleanProjectDir(projectUrl: String): Unit
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def cloneOptions(recursive: Boolean): String
    Attributes
    protected[repository]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def findCommonAncestor(project: ProjectRequest, source: BranchRequest, destination: BranchRequest): Option[CommitRequest]
  13. def generateProjectData(values: Map[String, String]): RepositoryData
  14. def getAllCommits(project: ProjectRequest): List[GitCommitWithIndex]
  15. def getBranchCommits(project: ProjectRequest, branch: BranchRequest, limit: CommitRequest): List[CommitRequest]
  16. def getBranchCommits(project: ProjectRequest, branch: BranchRequest, limit: Option[Int] = None): List[GitCommit]
  17. def getBranches(project: ProjectRequest, timeout: Option[Duration] = None): Option[ProjectBranches]
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getCommitDiff(dir: File, sourceCommit: CommitRequest, destinationCommits: Seq[String], slf: Set[String]): CommitDiff
  20. def getFileContents(dir: File, commit: CommitRequest, filename: String): GitFileContents
  21. def getPublicKey(data: String): Option[String]
  22. def getPullRequestDiff(dir: File, source: CommitRequest, destination: String, slf: Set[String]): CommitDiff
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def listAllCommits(dir: File): List[GitCommitWithIndex]
  26. def listFiles(dir: File, commit: String, maxFileSizeBytesOpt: Option[Int] = Option.empty): GitListResult
  27. def lock[A](file: File, maxTime: Long = 1000 * 60 * 60)(method: (Lock) ⇒ A): A
    Definition Classes
    FileSystemLocks
  28. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def pathPrefix: String
    Attributes
    protected[repository]
  33. def pullChanges(dir: File, data: RepositoryData): Unit
    Attributes
    protected
  34. def pullChangesOrClone(project: ProjectRequest, forceUpdate: Boolean, cloneSubmodules: Boolean)(implicit l: Lock): File
    Attributes
    protected
  35. def pullChangesOrClone(projectReq: ProjectRequest, cloneSubmodules: Boolean)(implicit l: Lock): Unit
    Attributes
    protected
  36. val repositoryKeysLocation: String
  37. val repositoryLocation: String
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from FileSystemLocks

Inherited from Logger

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped