public class CreateDirectoryDto extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
directoryName
the name of the directory to create
|
protected String |
parentDirectory
path to the repository
|
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 |
|---|
CreateDirectoryDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDirectoryName() |
String |
getParentDirectory() |
String |
getPassword() |
String |
getUsername() |
void |
setDirectoryName(String directoryName) |
void |
setParentDirectory(String parentDirectory) |
void |
setPassword(String password) |
void |
setUsername(String username) |
protected String username
protected String password
protected String directoryName
protected String parentDirectory
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getDirectoryName()
public void setDirectoryName(String directoryName)
public String getParentDirectory()
public void setParentDirectory(String parentDirectory)
Copyright © 2009–2015 CodeLutin. All rights reserved.