public class GitShareModel extends BaseGitModel
Constructor and Description |
---|
GitShareModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBranch()
Gets the branch.
|
String |
getCommitMessage()
Gets the commit message.
|
String |
getProject()
Gets the project.
|
String |
getRepository()
Gets the repository.
|
void |
setBranch(String branch)
Sets the branch.
|
void |
setCommitMessage(String commitMessage)
Sets the commit message.
|
void |
setProject(String project)
Sets the project.
|
void |
setRepository(String repository)
Sets the repository.
|
getEmail, getPassword, getUsername, setEmail, setPassword, setUsername
public String getProject()
public void setProject(String project)
project
- the new projectpublic String getRepository()
public void setRepository(String repository)
repository
- the new repositorypublic String getBranch()
public void setBranch(String branch)
branch
- the new branchpublic String getCommitMessage()
public void setCommitMessage(String commitMessage)
commitMessage
- the new commit messageCopyright © 2010–2017 Eclipse Foundation. All rights reserved.