public class BrowseResultDto extends AbstractResultDto
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
directories
the list of directories found on the SCM
|
protected List<String> |
files
the list of files found on the SCM
|
protected String |
headBranchName
the name of the head branch on the SCM
|
static String |
ROOT |
protected String |
selectedBranch
the name of the selected branch on the SCM
|
AUTH_ERROR, error, ERROR| Constructor and Description |
|---|
BrowseResultDto() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getDirectories() |
List<String> |
getFiles() |
String |
getHeadBranchName() |
String |
getSelectedBranch() |
void |
setDirectories(Map<String,String> directories) |
void |
setFiles(List<String> files) |
void |
setHeadBranchName(String headBranchName) |
void |
setSelectedBranch(String selectedBranch) |
getError, setErrorpublic static final String ROOT
protected String headBranchName
protected String selectedBranch
Copyright © 2009–2015 CodeLutin. All rights reserved.