public static class CpwrChangeLogSet.CpwrEntry
extends hudson.scm.ChangeLogSet.Entry
Constructor and Description |
---|
CpwrEntry(Collection<String> paths,
hudson.model.User author,
String msg) |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getAffectedPaths() |
hudson.model.User |
getAuthor() |
String |
getMsg() |
public CpwrEntry(Collection<String> paths, hudson.model.User author, String msg)
public Collection<String> getAffectedPaths()
getAffectedPaths
in class hudson.scm.ChangeLogSet.Entry
public hudson.model.User getAuthor()
getAuthor
in class hudson.scm.ChangeLogSet.Entry
public String getMsg()
getMsg
in class hudson.scm.ChangeLogSet.Entry
Copyright © 2016–2023. All rights reserved.