Package pl.project13.core
Class GitCommitPropertyConstant
- java.lang.Object
-
- pl.project13.core.GitCommitPropertyConstant
-
public class GitCommitPropertyConstant extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringBRANCHstatic StringBUILD_AUTHOR_EMAILstatic StringBUILD_AUTHOR_NAMEstatic StringBUILD_HOSTstatic StringBUILD_NUMBERstatic StringBUILD_NUMBER_UNIQUEstatic StringBUILD_TIMEstatic StringBUILD_VERSIONstatic StringCLOSEST_TAG_COMMIT_COUNTstatic StringCLOSEST_TAG_NAMEstatic StringCOMMIT_AUTHOR_EMAILstatic StringCOMMIT_AUTHOR_NAMEstatic StringCOMMIT_AUTHOR_TIMEstatic StringCOMMIT_COMMITTER_TIMEstatic StringCOMMIT_DESCRIBEstatic StringCOMMIT_ID_ABBREVstatic StringCOMMIT_ID_FLATstatic StringCOMMIT_ID_FULLstatic StringCOMMIT_MESSAGE_FULLstatic StringCOMMIT_MESSAGE_SHORTstatic StringCOMMIT_SHORT_DESCRIBEstatic StringCOMMIT_TIMEstatic StringDIRTYstatic StringLOCAL_BRANCH_AHEADstatic StringLOCAL_BRANCH_BEHINDstatic StringREMOTE_ORIGIN_URLstatic StringTAGSstatic StringTOTAL_COMMIT_COUNT
-
Constructor Summary
Constructors Constructor Description GitCommitPropertyConstant()
-
-
-
Field Detail
-
BRANCH
public static final String BRANCH
- See Also:
- Constant Field Values
-
LOCAL_BRANCH_AHEAD
public static final String LOCAL_BRANCH_AHEAD
- See Also:
- Constant Field Values
-
LOCAL_BRANCH_BEHIND
public static final String LOCAL_BRANCH_BEHIND
- See Also:
- Constant Field Values
-
DIRTY
public static final String DIRTY
- See Also:
- Constant Field Values
-
COMMIT_ID_FLAT
public static final String COMMIT_ID_FLAT
- See Also:
- Constant Field Values
-
COMMIT_ID_FULL
public static final String COMMIT_ID_FULL
- See Also:
- Constant Field Values
-
COMMIT_ID_ABBREV
public static final String COMMIT_ID_ABBREV
- See Also:
- Constant Field Values
-
COMMIT_DESCRIBE
public static final String COMMIT_DESCRIBE
- See Also:
- Constant Field Values
-
COMMIT_SHORT_DESCRIBE
public static final String COMMIT_SHORT_DESCRIBE
- See Also:
- Constant Field Values
-
BUILD_AUTHOR_NAME
public static final String BUILD_AUTHOR_NAME
- See Also:
- Constant Field Values
-
BUILD_AUTHOR_EMAIL
public static final String BUILD_AUTHOR_EMAIL
- See Also:
- Constant Field Values
-
BUILD_TIME
public static final String BUILD_TIME
- See Also:
- Constant Field Values
-
BUILD_VERSION
public static final String BUILD_VERSION
- See Also:
- Constant Field Values
-
BUILD_HOST
public static final String BUILD_HOST
- See Also:
- Constant Field Values
-
BUILD_NUMBER
public static final String BUILD_NUMBER
- See Also:
- Constant Field Values
-
BUILD_NUMBER_UNIQUE
public static final String BUILD_NUMBER_UNIQUE
- See Also:
- Constant Field Values
-
COMMIT_AUTHOR_NAME
public static final String COMMIT_AUTHOR_NAME
- See Also:
- Constant Field Values
-
COMMIT_AUTHOR_EMAIL
public static final String COMMIT_AUTHOR_EMAIL
- See Also:
- Constant Field Values
-
COMMIT_MESSAGE_FULL
public static final String COMMIT_MESSAGE_FULL
- See Also:
- Constant Field Values
-
COMMIT_MESSAGE_SHORT
public static final String COMMIT_MESSAGE_SHORT
- See Also:
- Constant Field Values
-
COMMIT_TIME
public static final String COMMIT_TIME
- See Also:
- Constant Field Values
-
COMMIT_AUTHOR_TIME
public static final String COMMIT_AUTHOR_TIME
- See Also:
- Constant Field Values
-
COMMIT_COMMITTER_TIME
public static final String COMMIT_COMMITTER_TIME
- See Also:
- Constant Field Values
-
REMOTE_ORIGIN_URL
public static final String REMOTE_ORIGIN_URL
- See Also:
- Constant Field Values
-
TAGS
public static final String TAGS
- See Also:
- Constant Field Values
-
CLOSEST_TAG_NAME
public static final String CLOSEST_TAG_NAME
- See Also:
- Constant Field Values
-
CLOSEST_TAG_COMMIT_COUNT
public static final String CLOSEST_TAG_COMMIT_COUNT
- See Also:
- Constant Field Values
-
TOTAL_COMMIT_COUNT
public static final String TOTAL_COMMIT_COUNT
- See Also:
- Constant Field Values
-
-