public class GitLabCommitComments extends Object
| Constructor and Description |
|---|
GitLabCommitComments() |
| Modifier and Type | Method and Description |
|---|---|
GitLabUser |
getAuthor() |
Integer |
getLine() |
String |
getLineType() |
String |
getNote() |
String |
getPath() |
void |
setAuthor(GitLabUser author) |
void |
setLine(Integer line) |
void |
setLineType(String lineType) |
void |
setNote(String note) |
void |
setPath(String path) |
public String getLineType()
public void setLineType(String lineType)
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 Integer getLine()
public void setLine(Integer line)
Copyright © 2018 Talanlabs. All rights reserved.