Uses of Class
org.eclipse.egit.github.core.PullRequestMarker

Packages that use PullRequestMarker
org.eclipse.egit.github.core   
 

Uses of PullRequestMarker in org.eclipse.egit.github.core
 

Methods in org.eclipse.egit.github.core that return PullRequestMarker
 PullRequestMarker PullRequest.getBase()
           
 PullRequestMarker PullRequest.getHead()
           
 PullRequestMarker PullRequestMarker.setLabel(String label)
           
 PullRequestMarker PullRequestMarker.setRef(String ref)
           
 PullRequestMarker PullRequestMarker.setRepo(Repository repo)
           
 PullRequestMarker PullRequestMarker.setSha(String sha)
           
 PullRequestMarker PullRequestMarker.setUser(User user)
           
 

Methods in org.eclipse.egit.github.core with parameters of type PullRequestMarker
 PullRequest PullRequest.setBase(PullRequestMarker base)
           
 PullRequest PullRequest.setHead(PullRequestMarker head)
           
 



Copyright © 2012. All Rights Reserved.