| Modifier and Type | Method and Description |
|---|---|
Environment |
EnvironmentManager.findByServerAndSystems(BigInteger serverId,
Collection<BigInteger> systemIds) |
| Modifier and Type | Method and Description |
|---|---|
Environment |
EnvironmentObjectManager.findByEcLabel(String ecLabel,
BigInteger projectId) |
Environment |
EnvironmentObjectManager.findByServerAndSystems(BigInteger serverId,
Collection<BigInteger> systemIds) |
Environment |
EnvironmentObjectManager.getByEcId(String ecId,
Object... objects) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Environment> |
EnvironmentObjectManager.getAllByProject(Object projectId) |
Collection<Environment> |
EnvironmentObjectManager.getByEcProjectId(String ecProjectId) |
List<Environment> |
EnvironmentObjectManager.getByNameAndProjectId(String name,
BigInteger projectId) |
Collection<Environment> |
EnvironmentObjectManager.getByParentNameAndProject(String name,
Object projectId) |
Collection<Environment> |
EnvironmentObjectManager.getByPieceOfNameAndProject(String name,
Object projectId) |
List<Environment> |
EnvironmentObjectManager.getByPieceOfNameAndProjectId(String name,
BigInteger projectId) |
Collection<Environment> |
EnvironmentObjectManager.getByProjectId(BigInteger projectId)
Search Environments under the project specified by projectId.
|
| Modifier and Type | Method and Description |
|---|---|
Environment |
EnvironmentRepository.findEnvironmentByEcId(String ecId) |
| Modifier and Type | Method and Description |
|---|---|
List<Environment> |
EnvironmentRepository.findByNameAndProjectId(String name,
BigInteger projectId) |
List<Environment> |
EnvironmentRepository.findByPieceOfNameAndProjectId(String name,
BigInteger projectId) |
Collection<Environment> |
EnvironmentRepository.getEnvironmentsByEcProject(String ecProjectId) |
| Modifier and Type | Method and Description |
|---|---|
Environment |
TcContext.getEnvironmentById() |
| Constructor and Description |
|---|
QEnvironment(Class<? extends Environment> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QEnvironment(com.querydsl.core.types.Path<? extends Environment> path) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SimplePath<Class<Environment>> |
QEnvFolder.genericType |
com.querydsl.core.types.dsl.ListPath<Environment,QEnvironment> |
QEnvFolder.objects |
static Class<Environment> |
EnvFolder.TYPE |
| Modifier and Type | Method and Description |
|---|---|
Folder<Environment> |
StubProject.getEnvironments() |
Folder<Environment> |
StubContainer.getEnvironments() |
| Modifier and Type | Method and Description |
|---|---|
void |
StubProject.setEnvironments(Folder<Environment> environments) |
void |
StubContainer.setEnvironments(Folder<Environment> environments) |
| Modifier and Type | Method and Description |
|---|---|
Environment |
LinkCollectorConfiguration.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
LinkCollectorConfiguration.setParent(Environment parent) |
| Modifier and Type | Method and Description |
|---|---|
String |
TransportConfiguration.viewEndpoint(Environment environment) |
| Modifier and Type | Method and Description |
|---|---|
TriggerState |
TriggerStateManager.getInboundTriggersState(Environment environment)
TODO: Add JavaDoc.
|
Copyright © 2025. All rights reserved.