public class CommitComment extends Object
Constructor and Description |
---|
CommitComment() |
Modifier and Type | Method and Description |
---|---|
GitlabUser |
getAuthor() |
String |
getLine() |
String |
getLineType() |
String |
getNote() |
String |
getPath() |
void |
setAuthor(GitlabUser author) |
void |
setLine(String line) |
void |
setLineType(String lineType) |
void |
setNote(String note) |
void |
setPath(String path) |
public static final String URL
public GitlabUser getAuthor()
public void setAuthor(GitlabUser author)
public String getNote()
public void setNote(String note)
public String getPath()
public void setPath(String path)
public String getLine()
public void setLine(String line)
public String getLineType()
public void setLineType(String lineType)
Copyright © 2015. All Rights Reserved.