Package org.apache.maven.scm
Class CommandParameter
- java.lang.Object
- 
- org.apache.maven.scm.CommandParameter
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class CommandParameter extends Object implements Serializable - Author:
- Trygve Laugstøl
- See Also:
- Serialized Form
 
- 
- 
Field Summary
 
- 
- 
- 
Field Detail- 
BINARYpublic static final CommandParameter BINARY 
 - 
RECURSIVEpublic static final CommandParameter RECURSIVE 
 - 
SHALLOWpublic static final CommandParameter SHALLOW 
 - 
MESSAGEpublic static final CommandParameter MESSAGE 
 - 
BRANCH_NAMEpublic static final CommandParameter BRANCH_NAME 
 - 
START_DATEpublic static final CommandParameter START_DATE 
 - 
END_DATEpublic static final CommandParameter END_DATE 
 - 
NUM_DAYSpublic static final CommandParameter NUM_DAYS 
 - 
LIMITpublic static final CommandParameter LIMIT 
 - 
BRANCHpublic static final CommandParameter BRANCH 
 - 
START_SCM_VERSIONpublic static final CommandParameter START_SCM_VERSION 
 - 
END_SCM_VERSIONpublic static final CommandParameter END_SCM_VERSION 
 - 
CHANGELOG_DATE_PATTERNpublic static final CommandParameter CHANGELOG_DATE_PATTERN 
 - 
SCM_VERSIONpublic static final CommandParameter SCM_VERSION 
 - 
TAG_NAMEpublic static final CommandParameter TAG_NAME 
 - 
FILEpublic static final CommandParameter FILE 
 - 
FILESpublic static final CommandParameter FILES 
 - 
OUTPUT_FILEpublic static final CommandParameter OUTPUT_FILE 
 - 
OUTPUT_DIRECTORYpublic static final CommandParameter OUTPUT_DIRECTORY 
 - 
RUN_CHANGELOG_WITH_UPDATEpublic static final CommandParameter RUN_CHANGELOG_WITH_UPDATE 
 - 
SCM_TAG_PARAMETERSpublic static final CommandParameter SCM_TAG_PARAMETERS 
 - 
SCM_BRANCH_PARAMETERSpublic static final CommandParameter SCM_BRANCH_PARAMETERS 
 - 
SCM_MKDIR_CREATE_IN_LOCALpublic static final CommandParameter SCM_MKDIR_CREATE_IN_LOCAL 
 - 
SCM_SHORT_REVISION_LENGTHpublic static final CommandParameter SCM_SHORT_REVISION_LENGTH Parameter used only for Git SCM to truncate the emitted hash to the given character length, simulatesgit rev-parse --short=lengthcommand.- Since:
- 1.7
 
 - 
FORCE_ADDpublic static final CommandParameter FORCE_ADD Parameter to force add.- Since:
- 1.7
 
 - 
IGNORE_WHITESPACEpublic static final CommandParameter IGNORE_WHITESPACE Contains true or false.- Since:
- 1.8
 
 - 
SIGN_OPTIONpublic static final CommandParameter SIGN_OPTION Parameter to indicate whether the commit/tag should be signed or not. This is only applicable to Git for now. Possible values are outlined inCommandParameters.SignOption- Since:
- 2.2.1
 
 
- 
 
-