public class VcsLogDataKeys
extends java.lang.Object
DataKeys which can be used by actions to access data available in the VCS log.| Modifier and Type | Field and Description | 
|---|---|
static DataKey<VcsLog> | 
VCS_LOG  | 
static DataKey<java.util.List<VcsRef>> | 
VCS_LOG_BRANCHES  | 
static DataKey<VcsLogDataProvider> | 
VCS_LOG_DATA_PROVIDER  | 
static DataKey<java.util.List<VcsRef>> | 
VCS_LOG_REFS  | 
static DataKey<VcsLogUi> | 
VCS_LOG_UI  | 
| Constructor and Description | 
|---|
VcsLogDataKeys()  | 
public static final DataKey<VcsLogDataProvider> VCS_LOG_DATA_PROVIDER