org.guvnor.structure.repositories
Class NewBranchEvent
java.lang.Object
org.guvnor.structure.repositories.NewBranchEvent
@Portable
public class NewBranchEvent
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NewBranchEvent
public NewBranchEvent()
NewBranchEvent
public NewBranchEvent(String repositoryAlias,
String branchName,
org.uberfire.backend.vfs.Path branchPath,
Long timestamp)
getBranchName
public String getBranchName()
getRepositoryAlias
public String getRepositoryAlias()
getBranchPath
public org.uberfire.backend.vfs.Path getBranchPath()
getTimestamp
public Long getTimestamp()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.