hudson.plugins.bazaar
Class BazaarAffectedFile

java.lang.Object
  extended by hudson.plugins.bazaar.BazaarAffectedFile
All Implemented Interfaces:
hudson.scm.ChangeLogSet.AffectedFile

public class BazaarAffectedFile
extends java.lang.Object
implements hudson.scm.ChangeLogSet.AffectedFile

ChangeLogSet.AffectedFile for Bazaar.

Author:
Alexandre Garnier

Constructor Summary
BazaarAffectedFile(hudson.scm.EditType editType, java.lang.String oldPath, java.lang.String path, java.lang.String fileId)
           
 
Method Summary
 BazaarChangeSet getChangeSet()
           
 hudson.scm.EditType getEditType()
           
 java.lang.String getFileId()
           
 java.lang.String getOldPath()
           
 java.lang.String getPath()
           
 void setChangeSet(BazaarChangeSet changeSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BazaarAffectedFile

public BazaarAffectedFile(hudson.scm.EditType editType,
                          java.lang.String oldPath,
                          java.lang.String path,
                          java.lang.String fileId)
Method Detail

setChangeSet

public void setChangeSet(BazaarChangeSet changeSet)

getChangeSet

public BazaarChangeSet getChangeSet()

getEditType

public hudson.scm.EditType getEditType()
Specified by:
getEditType in interface hudson.scm.ChangeLogSet.AffectedFile

getOldPath

public java.lang.String getOldPath()

getPath

public java.lang.String getPath()
Specified by:
getPath in interface hudson.scm.ChangeLogSet.AffectedFile

getFileId

public java.lang.String getFileId()


Copyright © 2011. All Rights Reserved.