jenkins.plugins.simpleclearcase
Class SimpleClearCaseChangeLogEntry

java.lang.Object
  extended by hudson.scm.ChangeLogSet.Entry
      extended by jenkins.plugins.simpleclearcase.SimpleClearCaseChangeLogEntry

public class SimpleClearCaseChangeLogEntry
extends hudson.scm.ChangeLogSet.Entry


Field Summary
static String LSHISTORY_FORMATTING
           
static String LSHISTORY_SPLIT_SEQUENCE
           
 
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)
           
 
Method Summary
 void addPath(String path)
           
 boolean containsPathWithPrefix(String prefix)
           
 Collection<String> getAffectedPaths()
           
 hudson.model.User getAuthor()
           
 String getComment()
           
 Date getDate()
           
 String getEventDescription()
           
 String getMsg()
           
 String getOperation()
           
 SimpleClearCaseChangeLogSet getParent()
           
 String getUser()
           
 String getVersion()
           
 void setComment(String comment)
           
 void setDate(Date date)
           
 void setEventDescription(String eventDescription)
           
 void setOperation(String operation)
           
 void setParent(SimpleClearCaseChangeLogSet set)
           
 void setUser(String user)
           
 void setVersion(String version)
           
 
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
 

Field Detail

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
Constructor Detail

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)
Method Detail

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.