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, removeListener
public void start()
WorkItemRepository
start
in interface WorkItemRepository
public void stop()
WorkItemRepository
stop
in interface WorkItemRepository
public void close()
WorkItemRepository
close
in interface WorkItemRepository
public List<String> listWorkItemLocations()
listWorkItemLocations
in interface WorkItemRepository
public String readContent(String location)
readContent
in class BaseWorkItemRepository
Copyright © 2011–2014 Red Hat. All rights reserved.