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
-
BINARY
public static final CommandParameter BINARY
-
RECURSIVE
public static final CommandParameter RECURSIVE
-
SHALLOW
public static final CommandParameter SHALLOW
-
MESSAGE
public static final CommandParameter MESSAGE
-
BRANCH_NAME
public static final CommandParameter BRANCH_NAME
-
START_DATE
public static final CommandParameter START_DATE
-
END_DATE
public static final CommandParameter END_DATE
-
NUM_DAYS
public static final CommandParameter NUM_DAYS
-
LIMIT
public static final CommandParameter LIMIT
-
BRANCH
public static final CommandParameter BRANCH
-
START_SCM_VERSION
public static final CommandParameter START_SCM_VERSION
-
END_SCM_VERSION
public static final CommandParameter END_SCM_VERSION
-
CHANGELOG_DATE_PATTERN
public static final CommandParameter CHANGELOG_DATE_PATTERN
-
SCM_VERSION
public static final CommandParameter SCM_VERSION
-
TAG_NAME
public static final CommandParameter TAG_NAME
-
FILE
public static final CommandParameter FILE
-
FILES
public static final CommandParameter FILES
-
OUTPUT_FILE
public static final CommandParameter OUTPUT_FILE
-
OUTPUT_DIRECTORY
public static final CommandParameter OUTPUT_DIRECTORY
-
RUN_CHANGELOG_WITH_UPDATE
public static final CommandParameter RUN_CHANGELOG_WITH_UPDATE
-
SCM_TAG_PARAMETERS
public static final CommandParameter SCM_TAG_PARAMETERS
-
SCM_BRANCH_PARAMETERS
public static final CommandParameter SCM_BRANCH_PARAMETERS
-
SCM_MKDIR_CREATE_IN_LOCAL
public static final CommandParameter SCM_MKDIR_CREATE_IN_LOCAL
-
SCM_SHORT_REVISION_LENGTH
public 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=length
command.- Since:
- 1.7
-
FORCE_ADD
public static final CommandParameter FORCE_ADD
Parameter to force add- Since:
- 1.7
-
IGNORE_WHITESPACE
public static final CommandParameter IGNORE_WHITESPACE
contains true or false- Since:
- 1.8
-
SCM_COMMIT_SIGN
public static final CommandParameter SCM_COMMIT_SIGN
Parameter to indicate whether the commit should be signed or not. if false (default true) this will be used by the Git provider to pass the --no-signoff option to the commit command.- Since:
- 2.1.1
-
-