@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) |
ImportProject(org.uberfire.backend.vfs.Path root,
String name,
String description,
String origin,
List<String> tags,
List<ExampleProjectError> errors,
Credentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Credentials |
getCredentials() |
String |
getDescription() |
List<ExampleProjectError> |
getErrors() |
String |
getName() |
String |
getOrigin() |
org.uberfire.backend.vfs.Path |
getRoot() |
List<String> |
getTags() |
int |
hashCode() |
public ImportProject(org.uberfire.backend.vfs.Path root,
String name,
String description,
String origin,
List<String> tags,
List<ExampleProjectError> errors,
Credentials credentials)
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()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.