hudson.plugins.bazaar
Class BazaarAffectedFile
java.lang.Object
hudson.plugins.bazaar.BazaarAffectedFile
- All Implemented Interfaces:
- hudson.scm.ChangeLogSet.AffectedFile
public class BazaarAffectedFile
- extends Object
- implements hudson.scm.ChangeLogSet.AffectedFile
ChangeLogSet.AffectedFile for Bazaar.
- Author:
- Alexandre Garnier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BazaarAffectedFile
public BazaarAffectedFile(hudson.scm.EditType editType,
String oldPath,
String path,
String fileId)
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 String getOldPath()
getPath
public String getPath()
- Specified by:
getPath in interface hudson.scm.ChangeLogSet.AffectedFile
getFileId
public String getFileId()
Copyright © 2004-2012. All Rights Reserved.