public class CommitDto extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
address
the file to commit's address
|
protected String |
commitMessage
the message to describe the commit
|
protected boolean |
force
set to true for a commit even if there is no difference with the previous version
|
protected String |
newText
the new text to insert
|
protected String |
password
the password used to connect to the SCM
|
protected String |
username
the username used to connect to the SCM
|
| Constructor and Description |
|---|
CommitDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
String |
getCommitMessage() |
String |
getNewText() |
String |
getPassword() |
String |
getUsername() |
boolean |
isCommitOnly() |
boolean |
isForce() |
void |
setAddress(String address) |
void |
setCommitMessage(String commitMessage) |
void |
setCommitOnly(boolean commitOnly) |
void |
setForce(boolean force) |
void |
setNewText(String newText) |
void |
setPassword(String password) |
void |
setUsername(String username) |
protected String username
protected String password
protected String newText
protected String commitMessage
protected boolean force
protected String address
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getNewText()
public void setNewText(String newText)
public String getCommitMessage()
public void setCommitMessage(String commitMessage)
public boolean isForce()
public void setForce(boolean force)
public String getAddress()
public void setAddress(String address)
public void setCommitOnly(boolean commitOnly)
public boolean isCommitOnly()
Copyright © 2009–2017 CodeLutin. All rights reserved.