controllers

ReversePullRequestApp

class ReversePullRequestApp extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReversePullRequestApp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReversePullRequestApp()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def accept(ownerName: String, project: String, id: Long): Call

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def close(ownerName: String, project: String, id: Long): Call

  10. def closedPullRequests(ownerName: String, project: String): Call

  11. def deleteFromBranch(ownerName: String, project: String, id: Long): Call

  12. def doClone(ownerName: String, project: String): Call

  13. def editPullRequest(ownerName: String, project: String, id: Long): Call

  14. def editPullRequestForm(ownerName: String, project: String, id: Long): Call

  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def fork(ownerName: String, project: String): Call

  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def mergeResult(ownerName: String, project: String): Call

  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def newComment(ownerName: String, project: String, pullRequestId: Long, commitId: String = null): Call

  25. def newFork(ownerName: String, project: String, forkOwner: String = null): Call

  26. def newPullRequest(ownerName: String, project: String): Call

  27. def newPullRequestForm(ownerName: String, project: String): Call

  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. def open(ownerName: String, project: String, id: Long): Call

  31. def pullRequest(ownerName: String, project: String, id: Long): Call

  32. def pullRequestChanges(ownerName: String, project: String, id: Long): Call

  33. def pullRequestState(ownerName: String, project: String, id: Long): Call

  34. def pullRequests(ownerName: String, project: String): Call

  35. def restoreFromBranch(ownerName: String, project: String, id: Long): Call

  36. def sentPullRequests(ownerName: String, project: String): Call

  37. def specificChange(ownerName: String, project: String, id: Long, commitId: String): Call

  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( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped