@Portable public class ImportProject extends Object
| Constructor and Description |
|---|
ImportProject(org.uberfire.backend.vfs.Path root,
String name,
String description,
String origin,
List<String> tags) |
ImportProject(org.uberfire.backend.vfs.Path root,
String name,
String description,
String origin,
List<String> tags,
Credentials credentials,
List<String> allBranches,
boolean canSelectBranches) |
ImportProject(org.uberfire.backend.vfs.Path root,
String name,
String description,
String origin,
List<String> tags,
List<ExampleProjectError> errors,
Credentials credentials,
List<String> allBranches,
List<String> selectedBranches,
boolean canSelectBranches) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSelectBranches() |
boolean |
equals(Object o) |
List<String> |
getAllBranches() |
Credentials |
getCredentials() |
String |
getDescription() |
List<ExampleProjectError> |
getErrors() |
String |
getName() |
String |
getOrigin() |
org.uberfire.backend.vfs.Path |
getRoot() |
List<String> |
getSelectedBranches() |
List<String> |
getTags() |
int |
hashCode() |
void |
setSelectedBranches(List<String> selectedBranches) |
public ImportProject(org.uberfire.backend.vfs.Path root,
String name,
String description,
String origin,
List<String> tags,
List<ExampleProjectError> errors,
Credentials credentials,
List<String> allBranches,
List<String> selectedBranches,
boolean canSelectBranches)
public ImportProject(org.uberfire.backend.vfs.Path root,
String name,
String description,
String origin,
List<String> tags)
public org.uberfire.backend.vfs.Path getRoot()
public String getName()
public String getDescription()
public List<ExampleProjectError> getErrors()
public String getOrigin()
public Credentials getCredentials()
public boolean canSelectBranches()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.