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,
String name,
String description,
PlanKey planKey) |
Modifier and Type | Method and Description |
---|---|
void |
LinkedDeploymentProjectCacheServiceImpl.add(InternalDeploymentProject deploymentProject) |
void |
LinkedDeploymentProjectCacheServiceImpl.refresh(InternalDeploymentProject deploymentProject) |
void |
LinkedDeploymentProjectCacheService.refresh(InternalDeploymentProject deploymentProject) |
Constructor and Description |
---|
LinkedDeploymentProjectImpl(InternalDeploymentProject deploymentProject) |
Constructor and Description |
---|
IndexedEnvironmentImpl(InternalDeploymentProject project,
InternalEnvironment environment,
DeploymentResult latestResult,
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 |
---|---|
MutableDeploymentVersion |
VersionNamingServiceImpl.nameAndCreateVersion(InternalDeploymentProject deploymentProject,
ImmutablePlan linkedPlan,
MutableDeploymentVersion deploymentVersion,
String versionName,
String nextVersionName,
Map<String,VariableDefinitionContext> variables) |
MutableDeploymentVersion |
VersionNamingService.nameAndCreateVersion(InternalDeploymentProject deploymentProject,
ImmutablePlan linkedPlan,
MutableDeploymentVersion version,
String versionName,
String nextVersionName,
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.
|
Modifier and Type | Class and Description |
---|---|
class |
RestDeploymentProject |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.