public class RemoveFileDto extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
password
the password used to connect to the SCM
|
protected String |
scmPath
path to the repository
|
protected String |
username
the username used to connect to the SCM
|
| Constructor and Description |
|---|
RemoveFileDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getScmPath() |
String |
getUsername() |
void |
setPassword(String password) |
void |
setScmPath(String scmPath) |
void |
setUsername(String username) |
Copyright © 2009–2015 CodeLutin. All rights reserved.