| Modifier and Type | Method and Description |
|---|---|
TcContext |
TcContextObjectManager.create() |
TcContext |
TcContextObjectManager.create(Storable parent,
String type,
Map parameters) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TcContext> |
TcContextObjectManager.getByProjectId(BigInteger projectId) |
| Modifier and Type | Method and Description |
|---|---|
void |
TcContextObjectManager.protectedOnRemove(TcContext object) |
| Modifier and Type | Method and Description |
|---|---|
TcContext |
TcContextEvent.getContext() |
| Constructor and Description |
|---|
Continue(TcContext context) |
Fail(TcContext context) |
Finish(TcContext context) |
Pause(TcContext context) |
Resume(TcContext context) |
Start(TcContext context) |
Stop(TcContext context) |
TcContextEvent(TcContext context) |
UpdateInfo(TcContext context) |
| Modifier and Type | Method and Description |
|---|---|
TcContext |
InstanceContext.getTC() |
TcContext |
InstanceContext.tc() |
| Modifier and Type | Method and Description |
|---|---|
static InstanceContext |
InstanceContext.from(TcContext tc,
SpContext sp)
TODO: Add JavaDoc.
|
void |
InstanceContext.setTC(TcContext tc) |
| Constructor and Description |
|---|
TcContextBriefInfo(TcContext ctx)
Constructor from a TcContext object.
|
| Constructor and Description |
|---|
QTcContext(Class<? extends TcContext> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QTcContext(com.querydsl.core.types.Path<? extends TcContext> path) |
| Modifier and Type | Method and Description |
|---|---|
TcContext |
AbstractContainerInstance.getParentContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractContainerInstance.setParentContext(TcContext parentContext) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
ReportLinkCollector.collect(TcContext tcContext)
Collect links from collectors configured for tcContext and its Environment.
|
org.apache.commons.lang3.tuple.Pair<String,String> |
LinkCollector.collect(TcContext context,
LinkCollectorConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReportAdapter.needToReport(TcContext context) |
static void |
Report.startRun(TcContext context)
Perform 'startRun' method in all report adapters registered.
|
void |
ReportAdapter.startRun(TcContext context) |
Copyright © 2025. All rights reserved.