public class GerritProjectEvent extends Object
| Modifier and Type | Field and Description | 
|---|---|
| GerritProjectName | project | 
| RefUpdateProjectName | refUpdate | 
| String | type | 
| Constructor and Description | 
|---|
| GerritProjectEvent(GerritProjectName project,
                  RefUpdateProjectName refUpdate,
                  String type) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getProjectName() | 
| boolean | matches(String remoteUrl) | 
| String | toString() | 
public final GerritProjectName project
public final RefUpdateProjectName refUpdate
public final String type
public GerritProjectEvent(GerritProjectName project, RefUpdateProjectName refUpdate, String type)
Copyright © 2018–2025. All rights reserved.