org.eclipse.egit.github.core
Class PullRequestMarker
java.lang.Object
org.eclipse.egit.github.core.PullRequestMarker
- All Implemented Interfaces:
- Serializable
public class PullRequestMarker
- extends Object
- implements Serializable
Pull request marker model class.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PullRequestMarker
public PullRequestMarker()
getRepo
public Repository getRepo()
- Returns:
- repo
setRepo
public PullRequestMarker setRepo(Repository repo)
- Parameters:
repo
-
- Returns:
- this marker
getLabel
public String getLabel()
- Returns:
- label
setLabel
public PullRequestMarker setLabel(String label)
- Parameters:
label
-
- Returns:
- this marker
getRef
public String getRef()
- Returns:
- ref
setRef
public PullRequestMarker setRef(String ref)
- Parameters:
ref
-
- Returns:
- this marker
getSha
public String getSha()
- Returns:
- sha
setSha
public PullRequestMarker setSha(String sha)
- Parameters:
sha
-
- Returns:
- this marker
getUser
public User getUser()
- Returns:
- user
setUser
public PullRequestMarker setUser(User user)
- Parameters:
user
-
- Returns:
- this marker
Copyright © 2012. All Rights Reserved.