Uses of Interface
com.atlassian.bamboo.deployments.projects.InternalDeploymentProject
Package
Description
-
Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments
Modifier and TypeMethodDescriptionstatic <T extends InternalDeploymentProject>
org.hamcrest.Matcher<T>DeploymentMatchers.equalToDeploymentProject
(T reference) Modifier and TypeMethodDescriptionstatic InternalDeploymentProject
DeploymentMocks.mockDeploymentProject
(long id, @NotNull String name, @Nullable String description, @Nullable PlanKey planKey) -
Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.cache
Modifier and TypeMethodDescriptionvoid
LinkedDeploymentProjectCacheServiceImpl.add
(@NotNull InternalDeploymentProject deploymentProject) void
LinkedDeploymentProjectCacheService.refresh
(@NotNull InternalDeploymentProject deploymentProject) void
LinkedDeploymentProjectCacheServiceImpl.refresh
(@NotNull InternalDeploymentProject deploymentProject) ModifierConstructorDescriptionLinkedDeploymentProjectImpl
(@NotNull InternalDeploymentProject deploymentProject) -
Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.environments.index
ModifierConstructorDescriptionIndexedEnvironmentImpl
(@NotNull InternalDeploymentProject internalDeploymentProject, @NotNull EnvironmentStatus environmentStatus, @Nullable PlanResultKey latestVersionPlanResultKey) IndexedEnvironmentImpl
(@NotNull InternalDeploymentProject project, @NotNull InternalEnvironment environment, @Nullable DeploymentResult latestResult, @Nullable PlanResultKey latestVersionPlanResultKey) -
Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.projects
Modifier and TypeInterfaceDescriptioninterface
Represents a Deployment Project.Modifier and TypeClassDescriptionclass
class
Immutable implementation to be exposed by the service -
Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.projects.matcher
Modifier and TypeClassDescriptionclass
IsDeploymentProjectEq<T extends InternalDeploymentProject>
Modifier and TypeMethodDescriptionstatic <T extends InternalDeploymentProject>
org.hamcrest.Matcher<T>IsDeploymentProjectEq.equalToDeploymentProject
(T reference) -
Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.projects.persistence
Modifier and TypeInterfaceDescriptioninterface
Represents the Deployment Project that will be stored in the database. -
Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.versions.service
Modifier and TypeMethodDescription@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) -
Uses of InternalDeploymentProject in com.atlassian.bamboo.index.quicksearch
Modifier and TypeMethodDescriptionstatic QuickSearchItemImpl
QuickSearchItemImpl.forDeploymentProject
(@NotNull InternalDeploymentProject deploymentProject) void
QuickSearchIndexer.indexDeploymentProject
(@NotNull InternalDeploymentProject deploymentProject) void
QuickSearchIndexerImpl.indexDeploymentProject
(@NotNull InternalDeploymentProject deploymentProject)