public interface DetailConstants
RevisionData
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ADDED
The value for this key should be a boolean.
|
static java.lang.String |
AUTHOR |
static java.lang.String |
BINARY
Indicates whether a file is binary or text.
|
static java.lang.String |
BRANCH |
static java.lang.String |
CHANGESET
a string identifying the changeset this revision belongs too
|
static java.lang.String |
COMMIT_DATE
The time a resource was committed.
|
static java.lang.String |
COMMIT_MESSAGE |
static java.lang.String |
COPIED
The value for this key should be a boolean.
|
static java.lang.String |
DELETED
Indicates whether a file or directory has been deleted as part of a
revision.
|
static java.lang.String |
DIFF_PATH
the path of the ancestor of this revision
|
static java.lang.String |
DIFF_REVISION
the revision of the ancestor of this revision
|
static java.lang.String |
FILE_TYPE
"file" for files, "dir" for directories, "file" is default.
|
static java.lang.String |
LINES_ADDED
The value for this key should be an integer.
|
static java.lang.String |
LINES_REMOVED
The value for this key should be an integer.
|
static java.lang.String |
MODIFIED
The value for this key should be a boolean.
|
static java.lang.String |
MOVED
The value for this key should be a boolean.
|
static java.lang.String |
OVERSIZE
At indexing time the filerevision was greater than the defined text files size limit, so we treat it as binary
|
static java.lang.String |
REVISION_LINK
a String/URL to cannonical representation of this revision eg http://repo/branch/path/file.ext@123
|
static final java.lang.String BRANCH
static final java.lang.String AUTHOR
static final java.lang.String COMMIT_DATE
The value for this key should be a Date
instance.
static final java.lang.String COMMIT_MESSAGE
static final java.lang.String BINARY
RevisionData
instances.
The value for this key should be a boolean.
static final java.lang.String DELETED
RevisionData
instances.
The value for this key should be a boolean.
static final java.lang.String FILE_TYPE
static final java.lang.String DIFF_REVISION
static final java.lang.String DIFF_PATH
static final java.lang.String ADDED
static final java.lang.String COPIED
static final java.lang.String MODIFIED
static final java.lang.String MOVED
static final java.lang.String LINES_ADDED
static final java.lang.String LINES_REMOVED
static final java.lang.String CHANGESET
static final java.lang.String REVISION_LINK
static final java.lang.String OVERSIZE