Class ImportProject
- java.lang.Object
-
- org.kie.workbench.common.screens.examples.model.ImportProject
-
@Portable public class ImportProject extends Object
-
-
Constructor Summary
Constructors Constructor 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, List<ExampleProjectError> errors, Credentials credentials, List<String> allBranches, List<String> selectedBranches, boolean canSelectBranches)ImportProject(org.uberfire.backend.vfs.Path root, String name, String description, String origin, List<String> tags, Credentials credentials, List<String> allBranches, boolean canSelectBranches)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanSelectBranches()booleanequals(Object o)List<String>getAllBranches()CredentialsgetCredentials()StringgetDescription()List<ExampleProjectError>getErrors()StringgetName()StringgetOrigin()org.uberfire.backend.vfs.PathgetRoot()List<String>getSelectedBranches()List<String>getTags()inthashCode()voidsetSelectedBranches(List<String> selectedBranches)
-
-
-
Constructor Detail
-
ImportProject
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)
-
ImportProject
public ImportProject(org.uberfire.backend.vfs.Path root, String name, String description, String origin, List<String> tags)
-
-
Method Detail
-
getRoot
public org.uberfire.backend.vfs.Path getRoot()
-
getName
public String getName()
-
getDescription
public String getDescription()
-
getErrors
public List<ExampleProjectError> getErrors()
-
getOrigin
public String getOrigin()
-
getCredentials
public Credentials getCredentials()
-
canSelectBranches
public boolean canSelectBranches()
-
-