hudson.plugins.git
Class GitChangeSet.Path
java.lang.Object
hudson.plugins.git.GitChangeSet.Path
- All Implemented Interfaces:
- hudson.scm.ChangeLogSet.AffectedFile
- Enclosing class:
- GitChangeSet
@ExportedBean(defaultVisibility=999)
public static class GitChangeSet.Path
- extends Object
- implements hudson.scm.ChangeLogSet.AffectedFile
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getSrc
public String getSrc()
getDst
public String getDst()
getPath
@Exported(name="file")
public String getPath()
- Specified by:
getPath in interface hudson.scm.ChangeLogSet.AffectedFile
getChangeSet
public GitChangeSet getChangeSet()
getEditType
@Exported
public hudson.scm.EditType getEditType()
- Specified by:
getEditType in interface hudson.scm.ChangeLogSet.AffectedFile
Copyright © 2004-2011 Hudson. All Rights Reserved.