class
ReversePullRequestApp extends AnyRef
Instance Constructors
-
new
ReversePullRequestApp()
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
accept(ownerName: String, project: String, id: Long): HandlerRef[_]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
close(ownerName: String, project: String, id: Long): HandlerRef[_]
-
def
closedPullRequests(ownerName: String, project: String): HandlerRef[_]
-
def
deleteFromBranch(ownerName: String, project: String, id: Long): HandlerRef[_]
-
def
doClone(ownerName: String, project: String): HandlerRef[_]
-
def
editPullRequest(ownerName: String, project: String, id: Long): HandlerRef[_]
-
def
editPullRequestForm(ownerName: String, project: String, id: Long): HandlerRef[_]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
fork(ownerName: String, project: String): HandlerRef[_]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
mergeResult(ownerName: String, project: String): HandlerRef[_]
-
final
def
ne(arg0: AnyRef): Boolean
-
def
newComment(ownerName: String, project: String, pullRequestId: Long, commitId: String): HandlerRef[_]
-
def
newFork(ownerName: String, project: String, forkOwner: String): HandlerRef[_]
-
def
newPullRequest(ownerName: String, project: String): HandlerRef[_]
-
def
newPullRequestForm(ownerName: String, project: String): HandlerRef[_]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
open(ownerName: String, project: String, id: Long): HandlerRef[_]
-
def
pullRequest(ownerName: String, project: String, id: Long): HandlerRef[_]
-
def
pullRequestChanges(ownerName: String, project: String, id: Long): HandlerRef[_]
-
def
pullRequestState(ownerName: String, project: String, id: Long): HandlerRef[_]
-
def
pullRequests(ownerName: String, project: String): HandlerRef[_]
-
def
restoreFromBranch(ownerName: String, project: String, id: Long): HandlerRef[_]
-
def
sentPullRequests(ownerName: String, project: String): HandlerRef[_]
-
def
specificChange(ownerName: String, project: String, id: Long, commitId: String): HandlerRef[_]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any