Packages

class GitHubOps extends AnyRef

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

Instance Constructors

  1. new GitHubOps(owner: String, repo: String, accessToken: Option[String])

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 clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def commitDir(branch: String, message: String, baseDir: File, dirList: NonEmptyList[File], blobConfig: BlobConfig = defaultBlobConfig): Either[OrgPolicyException, Ref]
  7. def commitDir(branch: String, message: String, dir: File): Either[OrgPolicyException, Ref]
  8. def commitFiles(baseDir: File, branch: String, message: String, files: List[File]): Either[OrgPolicyException, Option[Ref]]
  9. def commitFilesAndContents(branch: String, message: String, filesAndContents: List[(String, String)]): Either[OrgPolicyException, Option[Ref]]
  10. def createTagRelease(branch: String, tag: String, message: String, releaseDescription: String): Either[GitHubException, Release]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def fetchContributors: Either[GitHubException, List[User]]
  14. def fetchHeadCommit(branch: String): Github4sResponse[Ref]
  15. def fetchReference(ref: String): Either[GitHubException, NonEmptyList[Ref]]
  16. val fileReader: FileReader
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  19. val gh: Github
  20. def ghWithRateLimit: Github
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def latestPullRequests(branch: String, inPath: String, message: String): Either[GitHubException, List[PullRequest]]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def updateHead(branch: String, commitSha: String): Github4sResponse[Ref]
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped