|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments |
|---|
| Methods in com.atlassian.bamboo.deployments with type parameters of type InternalDeploymentProject | ||
|---|---|---|
static
|
DeploymentMatchers.equalToDeploymentProject(T reference)
|
|
| Methods in com.atlassian.bamboo.deployments that return InternalDeploymentProject | |
|---|---|
static InternalDeploymentProject |
DeploymentMocks.mockDeploymentProject(long id,
java.lang.String name,
java.lang.String description,
PlanKey planKey)
|
| Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.cache |
|---|
| Methods in com.atlassian.bamboo.deployments.cache with parameters of type InternalDeploymentProject | |
|---|---|
void |
LinkedDeploymentProjectCacheServiceImpl.add(InternalDeploymentProject deploymentProject)
|
void |
LinkedDeploymentProjectCacheServiceImpl.refresh(InternalDeploymentProject deploymentProject)
|
void |
LinkedDeploymentProjectCacheService.refresh(InternalDeploymentProject deploymentProject)
|
| Constructors in com.atlassian.bamboo.deployments.cache with parameters of type InternalDeploymentProject | |
|---|---|
LinkedDeploymentProjectImpl(InternalDeploymentProject deploymentProject)
|
|
| Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.projects |
|---|
| Subinterfaces of InternalDeploymentProject in com.atlassian.bamboo.deployments.projects | |
|---|---|
interface |
DeploymentProject
Represents a Deployment Project. |
| Classes in com.atlassian.bamboo.deployments.projects that implement InternalDeploymentProject | |
|---|---|
class |
DeploymentProjectIdentifier
|
class |
DeploymentProjectImpl
Immutable implementation to be exposed by the service |
| Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.projects.matcher |
|---|
| Classes in com.atlassian.bamboo.deployments.projects.matcher with type parameters of type InternalDeploymentProject | |
|---|---|
class |
IsDeploymentProjectEq<T extends InternalDeploymentProject>
|
| Methods in com.atlassian.bamboo.deployments.projects.matcher with type parameters of type InternalDeploymentProject | ||
|---|---|---|
static
|
IsDeploymentProjectEq.equalToDeploymentProject(T reference)
|
|
| Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.projects.persistence |
|---|
| Subinterfaces of InternalDeploymentProject in com.atlassian.bamboo.deployments.projects.persistence | |
|---|---|
interface |
MutableDeploymentProject
Represents the Deployment Project that will be stored in the database. |
| Classes in com.atlassian.bamboo.deployments.projects.persistence that implement InternalDeploymentProject | |
|---|---|
class |
MutableDeploymentProjectImpl
|
| Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.versions.service |
|---|
| Methods in com.atlassian.bamboo.deployments.versions.service with parameters of type InternalDeploymentProject | |
|---|---|
MutableDeploymentVersion |
VersionNamingServiceImpl.nameAndCreateVersion(InternalDeploymentProject deploymentProject,
ImmutablePlan linkedPlan,
MutableDeploymentVersion deploymentVersion,
java.lang.String versionName,
java.lang.String nextVersionName,
java.util.Map<java.lang.String,VariableDefinitionContext> variables)
|
MutableDeploymentVersion |
VersionNamingService.nameAndCreateVersion(InternalDeploymentProject deploymentProject,
ImmutablePlan linkedPlan,
MutableDeploymentVersion version,
java.lang.String versionName,
java.lang.String nextVersionName,
java.util.Map<java.lang.String,VariableDefinitionContext> variables)
Takes a new deployment version, if new version name supplied, uses that, otherwise generates unique name based on version naming scheme. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||