jenkins.plugins.simpleclearcase
Class SimpleClearCaseChangeLogEntry
java.lang.Object
hudson.scm.ChangeLogSet.Entry
jenkins.plugins.simpleclearcase.SimpleClearCaseChangeLogEntry
public class SimpleClearCaseChangeLogEntry
- extends hudson.scm.ChangeLogSet.Entry
|
Constructor Summary |
SimpleClearCaseChangeLogEntry(Date date,
String user,
String version,
String eventDescription,
String operation,
String comment)
|
SimpleClearCaseChangeLogEntry(Date date,
String user,
String path,
String version,
String eventDescription,
String operation,
String comment)
|
| Methods inherited from class hudson.scm.ChangeLogSet.Entry |
getAffectedFiles, getCommitId, getMsgAnnotated, getMsgEscaped, getTimestamp, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LSHISTORY_FORMATTING
public static final String LSHISTORY_FORMATTING
- See Also:
- Constant Field Values
LSHISTORY_SPLIT_SEQUENCE
public static final String LSHISTORY_SPLIT_SEQUENCE
- See Also:
- Constant Field Values
SimpleClearCaseChangeLogEntry
public SimpleClearCaseChangeLogEntry(Date date,
String user,
String version,
String eventDescription,
String operation,
String comment)
SimpleClearCaseChangeLogEntry
public SimpleClearCaseChangeLogEntry(Date date,
String user,
String path,
String version,
String eventDescription,
String operation,
String comment)
getDate
public Date getDate()
setDate
public void setDate(Date date)
addPath
public void addPath(String path)
getUser
public String getUser()
setUser
public void setUser(String user)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
getOperation
public String getOperation()
setOperation
public void setOperation(String operation)
getEventDescription
public String getEventDescription()
setEventDescription
public void setEventDescription(String eventDescription)
getComment
public String getComment()
setComment
public void setComment(String comment)
getMsg
public String getMsg()
- Specified by:
getMsg in class hudson.scm.ChangeLogSet.Entry
getAuthor
public hudson.model.User getAuthor()
- Specified by:
getAuthor in class hudson.scm.ChangeLogSet.Entry
getParent
public SimpleClearCaseChangeLogSet getParent()
- Overrides:
getParent in class hudson.scm.ChangeLogSet.Entry
setParent
public void setParent(SimpleClearCaseChangeLogSet set)
containsPathWithPrefix
public boolean containsPathWithPrefix(String prefix)
- Parameters:
prefix -
- Returns:
- true if any path starts with prefix otherwise false
getAffectedPaths
public Collection<String> getAffectedPaths()
- Specified by:
getAffectedPaths in class hudson.scm.ChangeLogSet.Entry
Copyright © 2004-2012. All Rights Reserved.