hudson.scm
Class SurroundSCMChangeLogSet.SurroundSCMChangeLogSetEntry

java.lang.Object
  extended by hudson.scm.ChangeLogSet.Entry
      extended by hudson.scm.SurroundSCMChangeLogSet.SurroundSCMChangeLogSetEntry
Enclosing class:
SurroundSCMChangeLogSet

public static class SurroundSCMChangeLogSet.SurroundSCMChangeLogSetEntry
extends hudson.scm.ChangeLogSet.Entry


Constructor Summary
SurroundSCMChangeLogSet.SurroundSCMChangeLogSetEntry()
           
SurroundSCMChangeLogSet.SurroundSCMChangeLogSetEntry(String name, String comment, String version, String action, String date, hudson.scm.ChangeLogSet parent, String userName)
           
 
Method Summary
 String getAction()
           
 String getAffectedFile()
           
 Collection<String> getAffectedPaths()
           
 hudson.model.User getAuthor()
           
 String getComment()
           
 hudson.scm.EditType getEditType()
           
 String getMsg()
           
 String getMsgAnnotated()
           
 String getName()
           
 String getVersion()
           
 
Methods inherited from class hudson.scm.ChangeLogSet.Entry
getAffectedFiles, getMsgEscaped, getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SurroundSCMChangeLogSet.SurroundSCMChangeLogSetEntry

public SurroundSCMChangeLogSet.SurroundSCMChangeLogSetEntry(String name,
                                                            String comment,
                                                            String version,
                                                            String action,
                                                            String date,
                                                            hudson.scm.ChangeLogSet parent,
                                                            String userName)

SurroundSCMChangeLogSet.SurroundSCMChangeLogSetEntry

public SurroundSCMChangeLogSet.SurroundSCMChangeLogSetEntry()
Method Detail

getMsg

public String getMsg()
Specified by:
getMsg in class hudson.scm.ChangeLogSet.Entry

getMsgAnnotated

public String getMsgAnnotated()
Overrides:
getMsgAnnotated in class hudson.scm.ChangeLogSet.Entry

getVersion

public String getVersion()

getName

public String getName()

getAffectedFile

public String getAffectedFile()

getAction

public String getAction()

getComment

public String getComment()

getAffectedPaths

public Collection<String> getAffectedPaths()
Specified by:
getAffectedPaths in class hudson.scm.ChangeLogSet.Entry

getAuthor

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

getEditType

@Exported
public hudson.scm.EditType getEditType()


Copyright © 2004-2015 Hudson. All Rights Reserved.