public class ProfileWorkItemRepository extends BaseWorkItemRepository implements Runnable
| Constructor and Description |
|---|
ProfileWorkItemRepository(String name,
io.fabric8.git.internal.GitDataStore dataStore,
String partitionsPath,
io.fabric8.api.FabricService fabricService) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Completely shuts down the repository.
|
List<String> |
listWorkItemLocations() |
String |
readContent(String location) |
void |
run() |
void |
start()
Start or resume the repository.
|
void |
stop()
Suspends the repository.
|
addListener, notifyListeners, readWorkItem, removeListenerpublic void start()
WorkItemRepositorystart in interface WorkItemRepositorypublic void stop()
WorkItemRepositorystop in interface WorkItemRepositorypublic void close()
WorkItemRepositoryclose in interface WorkItemRepositorypublic List<String> listWorkItemLocations()
listWorkItemLocations in interface WorkItemRepositorypublic String readContent(String location)
readContent in class BaseWorkItemRepositoryCopyright © 2011–2014 Red Hat. All rights reserved.