public class CreateBranchDto extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
address
the repository's address
|
protected String |
newBranchName
the name of the branch to create
|
protected String |
password
the password to use to connect to the repository
|
protected String |
pathToLocalRepos
the folder which is used to store the repositories
|
protected String |
selectedBranch
the name of the origin branch for the new one
|
protected String |
username
the username to use to connect to the repository
|
| Constructor and Description |
|---|
CreateBranchDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
String |
getNewBranchName() |
String |
getPassword() |
String |
getPathToLocalRepos() |
String |
getSelectedBranch() |
String |
getUsername() |
void |
setAddress(String address) |
void |
setNewBranchName(String newBranchName) |
void |
setPassword(String password) |
void |
setPathToLocalRepos(String pathToLocalRepos) |
void |
setSelectedBranch(String selectedBranch) |
void |
setUsername(String username) |
protected String address
protected String newBranchName
protected String selectedBranch
protected String username
protected String password
protected String pathToLocalRepos
public String getAddress()
public void setAddress(String address)
public String getNewBranchName()
public void setNewBranchName(String newBranchName)
public String getSelectedBranch()
public void setSelectedBranch(String selectedBranch)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getPathToLocalRepos()
public void setPathToLocalRepos(String pathToLocalRepos)
Copyright © 2009–2017 CodeLutin. All rights reserved.