public class UploadFileDto 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 File |
upload
the file to upload
|
protected String |
uploadContentType
the type of the file to upload's content
|
protected String |
uploadFileName
the name of the file to upload
|
protected String |
username
the username used to connect to the SCM
|
| Constructor and Description |
|---|
UploadFileDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getScmPath() |
File |
getUpload() |
String |
getUploadContentType() |
String |
getUploadFileName() |
String |
getUsername() |
void |
setPassword(String password) |
void |
setScmPath(String scmPath) |
void |
setUpload(File upload) |
void |
setUploadContentType(String uploadContentType) |
void |
setUploadFileName(String uploadFileName) |
void |
setUsername(String username) |
protected String username
protected String password
protected File upload
protected String uploadFileName
protected String uploadContentType
protected String scmPath
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public File getUpload()
public void setUpload(File upload)
public String getUploadFileName()
public void setUploadFileName(String uploadFileName)
public String getUploadContentType()
public void setUploadContentType(String uploadContentType)
public String getScmPath()
public void setScmPath(String scmPath)
Copyright © 2009–2017 CodeLutin. All rights reserved.