| Modifier and Type | Method and Description |
|---|---|
static MutableEnvironment |
DeploymentMocks.mockMutableEnvironment(long id,
@NotNull String key) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable MutableEnvironment |
EnvironmentCustomConfig.getEnvironment() |
@Nullable MutableEnvironment |
EnvironmentCustomConfigImpl.getEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
void |
EnvironmentCustomConfig.setEnvironment(@NotNull MutableEnvironment environment) |
void |
EnvironmentCustomConfigImpl.setEnvironment(@NotNull MutableEnvironment environment) |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentImpl |
EnvironmentImpl.environmentWithBasicData(MutableEnvironment env,
Operations operations) |
| Constructor and Description |
|---|
EnvironmentImpl(MutableEnvironment mutableEnvironment) |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull MutableEnvironment |
EnvironmentMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
protected @NotNull MutableEnvironment |
EnvironmentPropertiesMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
| Modifier and Type | Method and Description |
|---|---|
void |
EnvironmentMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull List<MutableEnvironment> list,
@NotNull MutableEnvironment object,
long objectIndex,
@NotNull org.hibernate.Session session) |
protected void |
EnvironmentMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement,
@NotNull MutableEnvironment environment,
@NotNull org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
EnvironmentPropertiesMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement,
@NotNull MutableEnvironment environment,
@NotNull org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
EnvironmentMapper.importProperties(@NotNull MutableEnvironment ignored,
@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull org.hibernate.Session session) |
protected void |
EnvironmentPropertiesMapper.importProperties(@NotNull MutableEnvironment environment,
@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull org.hibernate.Session session) |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableEnvironmentImpl |
| Modifier and Type | Method and Description |
|---|---|
<E extends MutableEnvironment> |
EnvironmentDao.saveAll(@NotNull Collection<E> environments)
Save all items on the list;
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull MutableEnvironment |
EnvironmentDao.createNewEnvironmentInstance() |
@NotNull MutableEnvironment |
EnvironmentDaoImpl.createNewEnvironmentInstance() |
@Nullable MutableEnvironment |
EnvironmentDao.findEnvironmentByName(long deploymentProjectId,
String name)
Find environment with specified name in a deployment project
|
@Nullable MutableEnvironment |
EnvironmentDaoImpl.findEnvironmentByName(long deploymentProjectId,
String name) |
@Nullable MutableEnvironment |
EnvironmentDao.getEnvironment(@NotNull DeploymentKey environmentKey)
Gets specific Environment by key
|
@Nullable MutableEnvironment |
EnvironmentDaoImpl.getEnvironment(@NotNull DeploymentKey environmentKey) |
@Nullable MutableEnvironment |
EnvironmentDao.getEnvironment(long environmentId)
Gets specific Environment by ID
|
@Nullable MutableEnvironment |
EnvironmentDaoImpl.getEnvironment(long environmentId) |
| Modifier and Type | Method and Description |
|---|---|
List<MutableEnvironment> |
EnvironmentDao.findAll() |
List<MutableEnvironment> |
EnvironmentDaoImpl.findAll() |
List<? extends MutableEnvironment> |
EnvironmentDaoImpl.findAll(int firstResult,
int maxResults) |
List<MutableEnvironment> |
EnvironmentDaoImpl.findAllByIds(Collection<Long> ids) |
Optional<MutableEnvironment> |
EnvironmentDao.getNextEnvironment(long deploymentProjectId,
int position) |
Optional<MutableEnvironment> |
EnvironmentDaoImpl.getNextEnvironment(long deploymentProjectId,
int position) |
Optional<MutableEnvironment> |
EnvironmentDao.getPreviousEnvironment(long deploymentProjectId,
int position) |
Optional<MutableEnvironment> |
EnvironmentDaoImpl.getPreviousEnvironment(long deploymentProjectId,
int position) |
| Modifier and Type | Method and Description |
|---|---|
void |
EnvironmentDao.delete(@NotNull MutableEnvironment environment)
Delete a specific Deployment Environment.
|
void |
EnvironmentDaoImpl.delete(@NotNull MutableEnvironment environment) |
void |
EnvironmentDao.save(@NotNull MutableEnvironment environment)
Save a new or existing environment.
|
void |
EnvironmentDaoImpl.save(@NotNull MutableEnvironment environment) |
static void |
EnvironmentPersistenceHelper.saveEnvironmentWithNoSchedules(@NotNull MutableEnvironment environment,
@Nullable BuildConfiguration newTriggersConfiguration,
@NotNull EnvironmentDao environmentDao,
@NotNull PlanScheduler planScheduler)
Helper method that persist environment configuration, while pausing its triggers.
|
static void |
EnvironmentPersistenceHelper.saveEnvironmentWithNoSchedules(@NotNull MutableEnvironment environment,
@NotNull EnvironmentDao environmentDao,
@NotNull PlanScheduler planScheduler)
Helper method that persist environment configuration, while pausing its triggers.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull Environment |
EnvironmentService.createImmutableEnvironment(@NotNull MutableEnvironment environment)
Converts mutable environment to immutable.
|
@NotNull Environment |
EnvironmentServiceImpl.createImmutableEnvironment(@NotNull MutableEnvironment mutableEnvironment) |
@NotNull Environment |
EnvironmentService.createOperationsAwareImmutableEnvironment(@NotNull MutableEnvironment environment)
Create operation aware immutable environment
|
@NotNull Environment |
EnvironmentServiceImpl.createOperationsAwareImmutableEnvironment(@NotNull MutableEnvironment environment) |
| Modifier and Type | Method and Description |
|---|---|
MutableEnvironment |
DeploymentsImportContext.getEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentsImportContext.setEnvironment(MutableEnvironment environment) |
| Modifier and Type | Method and Description |
|---|---|
List<Pair<MutableDeploymentProject,MutableEnvironment>> |
DeploymentProjectDao.getPaginatedDeploymentsWithEnvironments(int start,
int limit,
String filter)
Deprecated.
|
List<Pair<MutableDeploymentProject,MutableEnvironment>> |
DeploymentProjectDaoImpl.getPaginatedDeploymentsWithEnvironments(int start,
int limit,
String filter) |
| Constructor and Description |
|---|
EnvironmentRepositoryLinkImpl(@NotNull MutableEnvironment environment,
@NotNull RepositoryDataEntity repositoryDataEntity,
int position) |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentRepositoryLink |
EnvironmentRepositoryLinkDao.linkRepositoryToEnvironment(MutableEnvironment environment,
RepositoryDataEntity repositoryDataEntity,
int index)
Creates and saves connection between repository and and a deployment environment.
|
EnvironmentRepositoryLink |
EnvironmentRepositoryLinkHibernateDao.linkRepositoryToEnvironment(MutableEnvironment environment,
RepositoryDataEntity repositoryDataEntity,
int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableDeploymentResultImpl.setEnvironment(MutableEnvironment environment) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.