@Portable public class NewBranchEvent extends Object
Constructor and Description |
---|
NewBranchEvent(Repository repository,
String newBranchName,
String fromBranchName,
String userIdentifier) |
Modifier and Type | Method and Description |
---|---|
String |
getFromBranchName() |
String |
getNewBranchName() |
Repository |
getRepository() |
String |
getUserIdentifier() |
public NewBranchEvent(Repository repository, String newBranchName, String fromBranchName, String userIdentifier)
public Repository getRepository()
public String getNewBranchName()
public String getFromBranchName()
public String getUserIdentifier()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.