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
@Metadata(label="producer", description="The operation to do on a repository, if not specified as endpoint option", javaType="String") static final String GIT_OPERATION- See Also:
- Constant Field Values
-
GIT_FILE_NAME
@Metadata(label="producer", description="The file name in an add operation", javaType="String") static final String GIT_FILE_NAME- See Also:
- Constant Field Values
-
GIT_COMMIT_MESSAGE
@Metadata(label="producer", description="The commit message related in a commit operation", javaType="String") static final String GIT_COMMIT_MESSAGE- See Also:
- Constant Field Values
-
GIT_COMMIT_USERNAME
@Metadata(label="producer", description="The commit username in a commit operation", javaType="String") static final String GIT_COMMIT_USERNAME- See Also:
- Constant Field Values
-
GIT_COMMIT_EMAIL
@Metadata(label="producer", description="The commit email in a commit operation", javaType="String") static final String GIT_COMMIT_EMAIL- See Also:
- Constant Field Values
-
GIT_COMMIT_ID
@Metadata(description="The commit id", javaType="String") static final String GIT_COMMIT_ID- See Also:
- Constant Field Values
-
GIT_ALLOW_EMPTY
@Metadata(label="producer", description="The flag to manage empty git commits", javaType="Boolean") static final String GIT_ALLOW_EMPTY- See Also:
- Constant Field Values
-
GIT_COMMIT_AUTHOR_NAME
@Metadata(label="consumer", description="The author name", javaType="String") static final String GIT_COMMIT_AUTHOR_NAME- See Also:
- Constant Field Values
-
GIT_COMMIT_COMMITTER_NAME
@Metadata(label="consumer", description="The committer name", javaType="String") static final String GIT_COMMIT_COMMITTER_NAME- See Also:
- Constant Field Values
-
GIT_COMMIT_TIME
@Metadata(label="consumer", description="The commit time", javaType="int") static final String GIT_COMMIT_TIME- See Also:
- Constant Field Values
-
GIT_BRANCH_LEAF
@Metadata(label="consumer", description="The leaf", javaType="String") static final String GIT_BRANCH_LEAF- See Also:
- Constant Field Values
-
GIT_BRANCH_OBJECT_ID
@Metadata(label="consumer", description="The object id", javaType="String") 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
-
-