public static class FakeChangeLogSCM.EntryImpl extends hudson.scm.ChangeLogSet.Entry implements Serializable
| Constructor and Description |
|---|
EntryImpl() |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getAffectedPaths() |
hudson.model.User |
getAuthor() |
String |
getMsg() |
FakeChangeLogSCM.EntryImpl |
withAuthor(String author) |
FakeChangeLogSCM.EntryImpl |
withMsg(String msg) |
public FakeChangeLogSCM.EntryImpl withAuthor(String author)
public FakeChangeLogSCM.EntryImpl withMsg(String msg)
public String getMsg()
getMsg in class hudson.scm.ChangeLogSet.Entrypublic hudson.model.User getAuthor()
getAuthor in class hudson.scm.ChangeLogSet.Entrypublic Collection<String> getAffectedPaths()
getAffectedPaths in class hudson.scm.ChangeLogSet.EntryCopyright © 2004–2019. All rights reserved.