Package org.apache.camel.component.git
Interface GitConstants
-
public interface GitConstants
-
-
Field Summary
Fields Modifier and Type Field Description static String
GIT_ALLOW_EMPTY
static String
GIT_COMMIT_EMAIL
static String
GIT_COMMIT_ID
static String
GIT_COMMIT_MESSAGE
static String
GIT_COMMIT_USERNAME
static String
GIT_FILE_NAME
static String
GIT_OPERATION
-
-
-
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
-
-