Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
PluginBuildInfo interface
Signature
export interface PluginBuildInfo
Import
import { PluginBuildInfo } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
branch | string | |
hash | string | |
number | number | |
pr | number | |
repo | string | |
time | number |
branch property
Signature
branch?: string;
hash property
Signature
hash?: string;
number property
Signature
number?: number;
pr property
Signature
pr?: number;
repo property
Signature
repo?: string;
time property
Signature
time?: number;