Class CommandParameter
java.lang.Object
org.apache.maven.scm.CommandParameter
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CommandParameterstatic final CommandParameterstatic final CommandParameterstatic final CommandParameterstatic final CommandParameterstatic final CommandParameterstatic final CommandParameterstatic final CommandParameterstatic final CommandParameterParameter to force add.static final CommandParameterContains true or false.static final CommandParameterstatic final CommandParameterprivate StringParameter name.static final CommandParameterstatic final CommandParameterstatic final CommandParameterstatic final CommandParameterstatic final CommandParameterstatic final CommandParameterstatic final CommandParameterstatic final CommandParameterParameter used only for Git SCM to truncate the emitted hash to the given character length, simulatesgit rev-parse --short=lengthcommand.static final CommandParameterstatic final CommandParameterprivate static final longstatic final CommandParameterstatic final CommandParameterParameter to indicate whether the commit/tag should be signed or not.static final CommandParameterstatic final CommandParameterstatic final CommandParameter -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
BINARY
-
RECURSIVE
-
SHALLOW
-
MESSAGE
-
BRANCH_NAME
-
START_DATE
-
END_DATE
-
NUM_DAYS
-
LIMIT
-
BRANCH
-
START_SCM_VERSION
-
END_SCM_VERSION
-
CHANGELOG_DATE_PATTERN
-
SCM_VERSION
-
TAG_NAME
-
FILE
-
FILES
-
OUTPUT_FILE
-
OUTPUT_DIRECTORY
-
RUN_CHANGELOG_WITH_UPDATE
-
SCM_TAG_PARAMETERS
-
SCM_BRANCH_PARAMETERS
-
SCM_MKDIR_CREATE_IN_LOCAL
-
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_ADD
-
IGNORE_WHITESPACE
-
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
-
name
Parameter name.
-
-
Constructor Details
-
CommandParameter
- Parameters:
name- the parameter name
-
-
Method Details
-
getName
- Returns:
- the parameter name
-
toString
-