| Modifier and Type | Method and Description |
|---|---|
static <T extends InternalDeploymentProject> |
DeploymentMatchers.equalToDeploymentProject(T reference) |
| Modifier and Type | Method and Description |
|---|---|
static InternalDeploymentProject |
DeploymentMocks.mockDeploymentProject(long id,
@NotNull String name,
@Nullable String description,
@Nullable PlanKey planKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
LinkedDeploymentProjectCacheServiceImpl.add(@NotNull InternalDeploymentProject deploymentProject) |
void |
LinkedDeploymentProjectCacheServiceImpl.refresh(@NotNull InternalDeploymentProject deploymentProject) |
void |
LinkedDeploymentProjectCacheService.refresh(@NotNull InternalDeploymentProject deploymentProject) |
| Constructor and Description |
|---|
LinkedDeploymentProjectImpl(@NotNull InternalDeploymentProject deploymentProject) |
| Constructor and Description |
|---|
IndexedEnvironmentImpl(@NotNull InternalDeploymentProject internalDeploymentProject,
@NotNull EnvironmentStatus environmentStatus,
@Nullable PlanResultKey latestVersionPlanResultKey) |
IndexedEnvironmentImpl(@NotNull InternalDeploymentProject project,
@NotNull InternalEnvironment environment,
@Nullable DeploymentResult latestResult,
@Nullable PlanResultKey latestVersionPlanResultKey) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DeploymentProject
Represents a Deployment Project.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentProjectIdentifier |
class |
DeploymentProjectImpl
Immutable implementation to be exposed by the service
|
| Modifier and Type | Class and Description |
|---|---|
class |
IsDeploymentProjectEq<T extends InternalDeploymentProject> |
| Modifier and Type | Method and Description |
|---|---|
static <T extends InternalDeploymentProject> |
IsDeploymentProjectEq.equalToDeploymentProject(T reference) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableDeploymentProject
Represents the Deployment Project that will be stored in the database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MutableDeploymentProjectImpl |
| Modifier and Type | Method and Description |
|---|---|
@NotNull MutableDeploymentVersion |
VersionNamingService.nameAndCreateVersion(@NotNull InternalDeploymentProject deploymentProject,
@NotNull ImmutablePlan linkedPlan,
@NotNull MutableDeploymentVersion version,
@Nullable String versionName,
@Nullable String nextVersionName,
@NotNull Map<String,VariableDefinitionContext> variables)
Takes a new deployment version, if new version name supplied, uses that, otherwise generates unique name based on version naming scheme.
|
@NotNull MutableDeploymentVersion |
VersionNamingServiceImpl.nameAndCreateVersion(@NotNull InternalDeploymentProject deploymentProject,
@NotNull ImmutablePlan linkedPlan,
@NotNull MutableDeploymentVersion deploymentVersion,
@Nullable String versionName,
@Nullable String nextVersionName,
@NotNull Map<String,VariableDefinitionContext> variables) |
| Modifier and Type | Method and Description |
|---|---|
static QuickSearchItemImpl |
QuickSearchItemImpl.forDeploymentProject(@NotNull InternalDeploymentProject deploymentProject) |
void |
QuickSearchIndexerImpl.indexDeploymentProject(@NotNull InternalDeploymentProject deploymentProject) |
void |
QuickSearchIndexer.indexDeploymentProject(@NotNull InternalDeploymentProject deploymentProject) |
| Modifier and Type | Class and Description |
|---|---|
class |
RestDeploymentProject |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.