Modifier and Type | Field and Description |
---|---|
static String |
ADDITIONAL_INFO
Key for
OnDiskBuildInfo to identify additional info describing a build. |
static String |
ARTIFACT_METADATA
Value for file that contains all artifact metadata as a json bundle.
|
static String |
BUILD_ID
Key containing the ID of the current build.
|
static String |
CONFIGURATION
Key for
OnDiskBuildInfo to store the build target configuration of the owning build
rule. |
static String |
DEP_FILE
Key for
OnDiskBuildInfo to identify the dependency-file for a build rule. |
static String |
DEP_FILE_RULE_KEY
Key for
OnDiskBuildInfo to identify the dependency-file RuleKey for a build
rule. |
static String |
INPUT_BASED_RULE_KEY
Key for
OnDiskBuildInfo to identify the input RuleKey for a build rule. |
static String |
MANIFEST_KEY
Key for
OnDiskBuildInfo to store the cache key of the manifest. |
static String |
ORIGIN_BUILD_ID
Key containing the ID of the build that previously built/cached this rule's outputs.
|
static String |
OUTPUT_HASH
Key for
OnDiskBuildInfo to store the hash of the output. |
static String |
OUTPUT_SIZE
Key for
OnDiskBuildInfo to store the size of the output. |
static String |
RECORDED_PATH_HASHES
Key for
OnDiskBuildInfo with a map of outputs to hashes. |
static String |
RECORDED_PATHS
Key for
OnDiskBuildInfo which lists the recorded items. |
static String |
RULE_KEY
Key for
OnDiskBuildInfo to identify the RuleKey for a build rule. |
static String |
TARGET
Key for
OnDiskBuildInfo to store the build target of the owning build rule. |
public static final String ARTIFACT_METADATA
public static final String RECORDED_PATHS
OnDiskBuildInfo
which lists the recorded items.public static final String RECORDED_PATH_HASHES
OnDiskBuildInfo
with a map of outputs to hashes.public static final String ADDITIONAL_INFO
OnDiskBuildInfo
to identify additional info describing a build.public static final String RULE_KEY
OnDiskBuildInfo
to identify the RuleKey for a build rule.public static final String INPUT_BASED_RULE_KEY
OnDiskBuildInfo
to identify the input RuleKey for a build rule.public static final String DEP_FILE_RULE_KEY
OnDiskBuildInfo
to identify the dependency-file RuleKey
for a build
rule.public static final String DEP_FILE
OnDiskBuildInfo
to identify the dependency-file for a build rule.public static final String TARGET
OnDiskBuildInfo
to store the build target of the owning build rule.public static final String CONFIGURATION
OnDiskBuildInfo
to store the build target configuration of the owning build
rule.public static final String MANIFEST_KEY
OnDiskBuildInfo
to store the cache key of the manifest.public static final String BUILD_ID
public static final String ORIGIN_BUILD_ID
public static final String OUTPUT_SIZE
OnDiskBuildInfo
to store the size of the output.public static final String OUTPUT_HASH
OnDiskBuildInfo
to store the hash of the output.