com.atlassian.crucible.scm
Interface DetailConstants


public interface DetailConstants

Custom fields should be fq names like "com.company.myfield". bare names are reserved for use by atlassian.

See Also:
RevisionData

Field Summary
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 REVISION_LINK
          a String/URL to cannonical representation of this revision eg http://repo/branch/path/file.ext@123
 

Field Detail

BRANCH

static final java.lang.String BRANCH
See Also:
Constant Field Values

AUTHOR

static final java.lang.String AUTHOR
See Also:
Constant Field Values

COMMIT_DATE

static final java.lang.String COMMIT_DATE
The time a resource was committed.

The value for this key should be a Date instance.

See Also:
Constant Field Values

COMMIT_MESSAGE

static final java.lang.String COMMIT_MESSAGE
See Also:
Constant Field Values

BINARY

static final java.lang.String BINARY
Indicates whether a file is binary or text. Note that this is a required property for RevisionData instances.

The value for this key should be a boolean.

See Also:
Constant Field Values

DELETED

static final java.lang.String DELETED
Indicates whether a file or directory has been deleted as part of a revision. Note that this is a required property for RevisionData instances.

The value for this key should be a boolean.

See Also:
Constant Field Values

FILE_TYPE

static final java.lang.String FILE_TYPE
"file" for files, "dir" for directories, "file" is default.

See Also:
Constant Field Values

DIFF_REVISION

static final java.lang.String DIFF_REVISION
the revision of the ancestor of this revision

See Also:
Constant Field Values

DIFF_PATH

static final java.lang.String DIFF_PATH
the path of the ancestor of this revision

See Also:
Constant Field Values

ADDED

static final java.lang.String ADDED
The value for this key should be a boolean.

See Also:
Constant Field Values

COPIED

static final java.lang.String COPIED
The value for this key should be a boolean.

See Also:
Constant Field Values

MODIFIED

static final java.lang.String MODIFIED
The value for this key should be a boolean.

See Also:
Constant Field Values

MOVED

static final java.lang.String MOVED
The value for this key should be a boolean.

See Also:
Constant Field Values

LINES_ADDED

static final java.lang.String LINES_ADDED
The value for this key should be an integer.

See Also:
Constant Field Values

LINES_REMOVED

static final java.lang.String LINES_REMOVED
The value for this key should be an integer.

See Also:
Constant Field Values

CHANGESET

static final java.lang.String CHANGESET
a string identifying the changeset this revision belongs too

See Also:
Constant Field Values

REVISION_LINK

static final java.lang.String REVISION_LINK
a String/URL to cannonical representation of this revision eg http://repo/branch/path/file.ext@123

See Also:
Constant Field Values