public interface ExamplesService
extends org.uberfire.commons.lifecycle.PriorityDisposable
| Modifier and Type | Field and Description |
|---|---|
static String |
EXAMPLES_SYSTEM_PROPERTY |
| Modifier and Type | Method and Description |
|---|---|
ExamplesMetaData |
getMetaData() |
ExampleRepository |
getPlaygroundRepository() |
Set<ExampleProject> |
getProjects(ExampleRepository repository) |
org.guvnor.common.services.project.context.ProjectContextChangeEvent |
setupExamples(ExampleOrganizationalUnit exampleTargetOU,
ExampleTargetRepository exampleTarget,
String branch,
List<ExampleProject> exampleProjects) |
boolean |
validateRepositoryName(String name) |
static final String EXAMPLES_SYSTEM_PROPERTY
ExamplesMetaData getMetaData()
ExampleRepository getPlaygroundRepository()
Set<ExampleProject> getProjects(ExampleRepository repository)
boolean validateRepositoryName(String name)
org.guvnor.common.services.project.context.ProjectContextChangeEvent setupExamples(ExampleOrganizationalUnit exampleTargetOU, ExampleTargetRepository exampleTarget, String branch, List<ExampleProject> exampleProjects)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.