org.eclipse.egit.github.core
Class CommitComment
java.lang.Object
org.eclipse.egit.github.core.Comment
org.eclipse.egit.github.core.CommitComment
- All Implemented Interfaces:
- Serializable
public class CommitComment
- extends Comment
Commit comment model class.
- See Also:
- Serialized Form
Methods inherited from class org.eclipse.egit.github.core.Comment |
getBody, getBodyHtml, getBodyText, getCreatedAt, getId, getUpdatedAt, getUrl, getUser, setBody, setBodyHtml, setBodyText, setCreatedAt, setId, setUpdatedAt, setUrl, setUser |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommitComment
public CommitComment()
getLine
public int getLine()
- Returns:
- line
setLine
public CommitComment setLine(int line)
- Parameters:
line
-
- Returns:
- this commit comment
getPosition
public int getPosition()
- Returns:
- position
setPosition
public CommitComment setPosition(int position)
- Parameters:
position
-
- Returns:
- this commit comment
getCommitId
public String getCommitId()
- Returns:
- commitId
setCommitId
public CommitComment setCommitId(String commitId)
- Parameters:
commitId
-
- Returns:
- this commit comment
getPath
public String getPath()
- Returns:
- path
setPath
public CommitComment setPath(String path)
- Parameters:
path
-
- Returns:
- this commit comment
Copyright © 2012. All Rights Reserved.