public class RemoveDirectoryDto extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
directoryToRemove
the path to the directory to remove
|
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 |
|---|
RemoveDirectoryDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDirectoryToRemove() |
String |
getPassword() |
String |
getUsername() |
void |
setDirectoryToRemove(String directoryToRemove) |
void |
setPassword(String password) |
void |
setUsername(String username) |
protected String username
protected String password
protected String directoryToRemove
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getDirectoryToRemove()
public void setDirectoryToRemove(String directoryToRemove)
Copyright © 2009–2017 CodeLutin. All rights reserved.