org.jenkinsci.plugins.pendingChanges
Class SubversionScmPendingChangesProvider.SSCLPChangeLogSet.Entry

java.lang.Object
  extended by hudson.scm.ChangeLogSet.Entry
      extended by org.jenkinsci.plugins.pendingChanges.SubversionScmPendingChangesProvider.SSCLPChangeLogSet.Entry
Enclosing class:
SubversionScmPendingChangesProvider.SSCLPChangeLogSet

public static class SubversionScmPendingChangesProvider.SSCLPChangeLogSet.Entry
extends hudson.scm.ChangeLogSet.Entry


Constructor Summary
SubversionScmPendingChangesProvider.SSCLPChangeLogSet.Entry()
           
 
Method Summary
 Collection<? extends hudson.scm.ChangeLogSet.AffectedFile> getAffectedFiles()
           
 Collection<String> getAffectedPaths()
           
 hudson.model.User getAuthor()
           
 String getCommitId()
           
 String getMsg()
           
 void setAuthor(hudson.model.User author)
           
 void setCommitId(String commitId)
           
 void setMsg(String msg)
           
protected  void setParent(hudson.scm.ChangeLogSet parent)
           
 
Methods inherited from class hudson.scm.ChangeLogSet.Entry
getMsgAnnotated, getMsgEscaped, getParent, getTimestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubversionScmPendingChangesProvider.SSCLPChangeLogSet.Entry

public SubversionScmPendingChangesProvider.SSCLPChangeLogSet.Entry()
Method Detail

setParent

protected void setParent(hudson.scm.ChangeLogSet parent)
Overrides:
setParent in class hudson.scm.ChangeLogSet.Entry

getCommitId

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

setCommitId

public void setCommitId(String commitId)

getMsg

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

setMsg

public void setMsg(String msg)

getAuthor

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

setAuthor

public void setAuthor(hudson.model.User author)

getAffectedPaths

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

getAffectedFiles

public Collection<? extends hudson.scm.ChangeLogSet.AffectedFile> getAffectedFiles()
Overrides:
getAffectedFiles in class hudson.scm.ChangeLogSet.Entry


Copyright © 2004-2013. All Rights Reserved.