scm.vss
Class VSSChangeLogSet.VSSChangeLog

java.lang.Object
  extended by hudson.scm.ChangeLogSet.Entry
      extended by scm.vss.VSSChangeLogSet.VSSChangeLog
Enclosing class:
VSSChangeLogSet

public static class VSSChangeLogSet.VSSChangeLog
extends hudson.scm.ChangeLogSet.Entry

VSS change log. Wraps over History entry.


Constructor Summary
VSSChangeLogSet.VSSChangeLog()
           
 
Method Summary
 String getAction()
           
 Collection<String> getAffectedPaths()
          Returns the affected files collection.
 hudson.model.User getAuthor()
           
 String getComment()
           
 String getDate()
           
 String getFile()
           
 String getMsg()
           
 String getUser()
           
 String getVersion()
           
 void setAction(String action)
           
 void setComment(String comment)
           
 void setDate(String date)
           
 void setFile(String file)
           
 void setUser(String user)
           
 void setVersion(String version)
           
 
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
 

Constructor Detail

VSSChangeLogSet.VSSChangeLog

public VSSChangeLogSet.VSSChangeLog()
Method Detail

getAction

public String getAction()
Returns:
Action performed on the file.

setAction

public void setAction(String action)
Parameters:
action - Action performed on the file.

getComment

public String getComment()
Returns:
Comment written by the user while perforing action on the file.

setComment

public void setComment(String comment)
Parameters:
comment - Comment written by the user while perforing action on the file.

getDate

public String getDate()
Returns:
Date on which the action is perfomed on the file.

setDate

public void setDate(String date)
Parameters:
date - Date on which the action is perfomed on the file.

getFile

public String getFile()
Returns:
File on which action has been performed.

setFile

public void setFile(String file)
Parameters:
file - File on which action has been performed.

getUser

public String getUser()
Returns:
The user that has done the change.

setUser

public void setUser(String user)
Parameters:
user - The user that has done the change.

getVersion

public String getVersion()
Returns:
File version.

setVersion

public void setVersion(String version)
Parameters:
version - File version.

getAuthor

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

getMsg

public String getMsg()
Specified by:
getMsg in class hudson.scm.ChangeLogSet.Entry
Returns:
The file name is returned.

getAffectedPaths

public Collection<String> getAffectedPaths()
Returns the affected files collection.

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


Copyright © 2004-2011. All Rights Reserved.