net.praqma.hudson.scm
Class ChangeLogEntryImpl

java.lang.Object
  extended by hudson.scm.ChangeLogSet.Entry
      extended by net.praqma.hudson.scm.ChangeLogEntryImpl

public class ChangeLogEntryImpl
extends hudson.scm.ChangeLogSet.Entry

A change set is a collection of changed entries. This classes represents one entry, which is a user, a comment and a list of versions

Author:
Troels Selch, Margit Bennetzen

Field Summary
protected static Logger logger
           
 
Constructor Summary
ChangeLogEntryImpl()
           
 
Method Summary
 String getActHeadline()
           
 Collection<String> getAffectedPaths()
          Hudson calls this to show changes on the changes-page
 hudson.model.User getAuthor()
           
 String getMsg()
          Used in digest.jelly to get the message attached to the entry
 String getOnlyChangedFile(String fulltext)
           
 String getOnlyClearCaseChangedFile(String fulltext)
           
 String getUserClearCaseNumber(String fulltext)
           
 void setActHeadline(String actHeadline)
           
 void setActName(String actName)
           
 void setMyAuthor(String author)
           
 void setNextFilepath(String filepath)
           
 void setParent(ChangeLogSetImpl parent)
          This is to tell the Entry which Changeset it belongs to
 
Methods inherited from class hudson.scm.ChangeLogSet.Entry
getAffectedFiles, getCommitId, getMsgAnnotated, getMsgEscaped, getParent, getTimestamp, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final Logger logger
Constructor Detail

ChangeLogEntryImpl

public ChangeLogEntryImpl()
Method Detail

getAffectedPaths

public Collection<String> getAffectedPaths()
Hudson calls this to show changes on the changes-page

Specified by:
getAffectedPaths in class hudson.scm.ChangeLogSet.Entry

getOnlyChangedFile

public String getOnlyChangedFile(String fulltext)

getOnlyClearCaseChangedFile

public String getOnlyClearCaseChangedFile(String fulltext)

getUserClearCaseNumber

public String getUserClearCaseNumber(String fulltext)

setNextFilepath

public void setNextFilepath(String filepath)

getAuthor

public hudson.model.User getAuthor()
Specified by:
getAuthor in class hudson.scm.ChangeLogSet.Entry

setMyAuthor

public void setMyAuthor(String author)

setParent

public void setParent(ChangeLogSetImpl parent)
This is to tell the Entry which Changeset it belongs to

Parameters:
parent -

getMsg

public String getMsg()
Used in digest.jelly to get the message attached to the entry

Specified by:
getMsg in class hudson.scm.ChangeLogSet.Entry

setActName

public void setActName(String actName)

setActHeadline

public void setActHeadline(String actHeadline)

getActHeadline

public String getActHeadline()


Copyright © 2004-2015. All Rights Reserved.