Package org.apache.camel.component.git
Interface GitConstants
-
public interface GitConstants
-
-
Field Summary
Fields Modifier and Type Field Description static StringGIT_ALLOW_EMPTYstatic StringGIT_BRANCH_LEAFstatic StringGIT_BRANCH_OBJECT_IDstatic StringGIT_COMMIT_AUTHOR_NAMEstatic StringGIT_COMMIT_COMMITTER_NAMEstatic StringGIT_COMMIT_EMAILstatic StringGIT_COMMIT_IDstatic StringGIT_COMMIT_MESSAGEstatic StringGIT_COMMIT_TIMEstatic StringGIT_COMMIT_USERNAMEstatic StringGIT_FILE_NAMEstatic StringGIT_OPERATIONstatic StringGIT_TAG_LEAFstatic StringGIT_TAG_OBJECT_ID
-
-
-
Field Detail
-
GIT_OPERATION
static final String GIT_OPERATION
- See Also:
- Constant Field Values
-
GIT_FILE_NAME
static final String GIT_FILE_NAME
- See Also:
- Constant Field Values
-
GIT_COMMIT_MESSAGE
static final String GIT_COMMIT_MESSAGE
- See Also:
- Constant Field Values
-
GIT_COMMIT_USERNAME
static final String GIT_COMMIT_USERNAME
- See Also:
- Constant Field Values
-
GIT_COMMIT_EMAIL
static final String GIT_COMMIT_EMAIL
- See Also:
- Constant Field Values
-
GIT_COMMIT_ID
static final String GIT_COMMIT_ID
- See Also:
- Constant Field Values
-
GIT_ALLOW_EMPTY
static final String GIT_ALLOW_EMPTY
- See Also:
- Constant Field Values
-
GIT_COMMIT_AUTHOR_NAME
static final String GIT_COMMIT_AUTHOR_NAME
- See Also:
- Constant Field Values
-
GIT_COMMIT_COMMITTER_NAME
static final String GIT_COMMIT_COMMITTER_NAME
- See Also:
- Constant Field Values
-
GIT_COMMIT_TIME
static final String GIT_COMMIT_TIME
- See Also:
- Constant Field Values
-
GIT_BRANCH_LEAF
static final String GIT_BRANCH_LEAF
- See Also:
- Constant Field Values
-
GIT_BRANCH_OBJECT_ID
static final String GIT_BRANCH_OBJECT_ID
- See Also:
- Constant Field Values
-
GIT_TAG_LEAF
static final String GIT_TAG_LEAF
- See Also:
- Constant Field Values
-
GIT_TAG_OBJECT_ID
static final String GIT_TAG_OBJECT_ID
- See Also:
- Constant Field Values
-
-