public interface UsageStatisticsGroupType extends TeamCityExtension
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT |
static java.lang.String |
DYNAMIC |
static java.lang.String |
LIST |
Modifier and Type | Method and Description |
---|---|
UsageStatisticsGroup |
createGroup(com.intellij.openapi.util.UserDataHolder groupSettings)
Creates usage statistics group of this type
|
java.lang.String |
getId()
Returns group type id.
|
java.lang.String |
getJspPagePath()
Returns the path of the jsp page to include as group body.
|
@NotNull @NonNls static final java.lang.String DEFAULT
@NotNull @NonNls static final java.lang.String DYNAMIC
@NotNull @NonNls static final java.lang.String LIST
@NotNull java.lang.String getId()
@NotNull java.lang.String getJspPagePath()
@NotNull UsageStatisticsGroup createGroup(@Nullable com.intellij.openapi.util.UserDataHolder groupSettings)
groupSettings
- group settings (specific to this type)