public class MoveFileDto extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
destinationDirectory
path to the destination directory
|
protected String |
fileToMove
path to the file to move
|
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 |
|---|
MoveFileDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationDirectory() |
String |
getFileToMove() |
String |
getPassword() |
String |
getScmPath() |
String |
getUsername() |
void |
setDestinationDirectory(String destinationDirectory) |
void |
setFileToMove(String fileToMove) |
void |
setPassword(String password) |
void |
setScmPath(String scmPath) |
void |
setUsername(String username) |
protected String username
protected String password
protected String scmPath
protected String fileToMove
protected String destinationDirectory
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getScmPath()
public void setScmPath(String scmPath)
public String getFileToMove()
public void setFileToMove(String fileToMove)
public String getDestinationDirectory()
public void setDestinationDirectory(String destinationDirectory)
Copyright © 2009–2015 CodeLutin. All rights reserved.