public class Settings
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private boolean |
commitNoVerify
use the option --no-verify (can prevent trailing whitespace
issue with cygwin).
|
private java.lang.String |
gitCommand
The actual name of the git executable
.
|
private java.lang.String |
modelEncoding
Field modelEncoding.
|
private java.lang.String |
revParseDateFormat
git format allowed by changelog command.
|
private java.lang.String |
traceGitCommand
Traces the execution of a git command.
|
Constructor and Description |
---|
Settings() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGitCommand()
Get the actual name of the git executable.
|
java.lang.String |
getModelEncoding()
Get the modelEncoding field.
|
java.lang.String |
getRevParseDateFormat()
Get git format allowed by changelog command.
|
java.lang.String |
getTraceGitCommand()
Get traces the execution of a git command.
|
boolean |
isCommitNoVerify()
Get use the option --no-verify (can prevent trailing
whitespace issue with cygwin).
|
void |
setCommitNoVerify(boolean commitNoVerify)
Set use the option --no-verify (can prevent trailing
whitespace issue with cygwin).
|
void |
setGitCommand(java.lang.String gitCommand)
Set the actual name of the git executable.
|
void |
setModelEncoding(java.lang.String modelEncoding)
Set the modelEncoding field.
|
void |
setRevParseDateFormat(java.lang.String revParseDateFormat)
Set git format allowed by changelog command.
|
void |
setTraceGitCommand(java.lang.String traceGitCommand)
Set traces the execution of a git command.
|
private java.lang.String revParseDateFormat
private java.lang.String traceGitCommand
private java.lang.String gitCommand
private boolean commitNoVerify
private java.lang.String modelEncoding
public java.lang.String getGitCommand()
public java.lang.String getModelEncoding()
public java.lang.String getRevParseDateFormat()
public java.lang.String getTraceGitCommand()
public boolean isCommitNoVerify()
public void setCommitNoVerify(boolean commitNoVerify)
commitNoVerify
- public void setGitCommand(java.lang.String gitCommand)
gitCommand
- public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding
- public void setRevParseDateFormat(java.lang.String revParseDateFormat)
revParseDateFormat
- public void setTraceGitCommand(java.lang.String traceGitCommand)
traceGitCommand
-