hudson.plugins.bazaar
Class BazaarAffectedFile
java.lang.Object
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)
|
| 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,
java.lang.String oldPath,
java.lang.String path,
java.lang.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 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.