public class UploadFileResultDto extends AbstractResultDto
| Modifier and Type | Field and Description |
|---|---|
static String |
CONNECTION_FAILED |
protected String |
fileRoot
the directory which contains the file
|
static String |
REDIRECT |
protected String |
scmRoot
the root direcory of the repository
|
AUTH_ERROR, error, ERROR| Constructor and Description |
|---|
UploadFileResultDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileRoot() |
String |
getScmRoot() |
void |
setFileRoot(String fileRoot) |
void |
setScmRoot(String scmRoot) |
getError, setErrorpublic static final String REDIRECT
public static final String CONNECTION_FAILED
protected String fileRoot
protected String scmRoot
Copyright © 2009–2015 CodeLutin. All rights reserved.