Uses of Interface
com.atlassian.bamboo.deployments.projects.InternalDeploymentProject
Packages that use InternalDeploymentProject
Package
Description
-
Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments
Methods in com.atlassian.bamboo.deployments with type parameters of type InternalDeploymentProjectModifier and TypeMethodDescriptionstatic <T extends InternalDeploymentProject>
org.hamcrest.Matcher<T>DeploymentMatchers.equalToDeploymentProject
(T reference) Methods in com.atlassian.bamboo.deployments that return InternalDeploymentProjectModifier 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
Methods in com.atlassian.bamboo.deployments.cache with parameters of type InternalDeploymentProjectModifier and TypeMethodDescriptionvoid
LinkedDeploymentProjectCacheServiceImpl.add
(@NotNull InternalDeploymentProject deploymentProject) void
LinkedDeploymentProjectCacheService.refresh
(@NotNull InternalDeploymentProject deploymentProject) void
LinkedDeploymentProjectCacheServiceImpl.refresh
(@NotNull InternalDeploymentProject deploymentProject) Constructors in com.atlassian.bamboo.deployments.cache with parameters of type InternalDeploymentProjectModifierConstructorDescriptionLinkedDeploymentProjectImpl
(@NotNull InternalDeploymentProject deploymentProject) -
Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.environments.index
Constructors in com.atlassian.bamboo.deployments.environments.index with parameters of type InternalDeploymentProjectModifierConstructorDescriptionIndexedEnvironmentImpl
(@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
Subinterfaces of InternalDeploymentProject in com.atlassian.bamboo.deployments.projectsModifier and TypeInterfaceDescriptioninterface
Represents a Deployment Project.Classes in com.atlassian.bamboo.deployments.projects that implement InternalDeploymentProjectModifier and TypeClassDescriptionclass
class
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 InternalDeploymentProjectModifier and TypeClassDescriptionclass
IsDeploymentProjectEq<T extends InternalDeploymentProject>
Methods in com.atlassian.bamboo.deployments.projects.matcher with type parameters of type InternalDeploymentProjectModifier and TypeMethodDescriptionstatic <T extends InternalDeploymentProject>
org.hamcrest.Matcher<T>IsDeploymentProjectEq.equalToDeploymentProject
(T reference) -
Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.projects.persistence
Subinterfaces of InternalDeploymentProject in com.atlassian.bamboo.deployments.projects.persistenceModifier and TypeInterfaceDescriptioninterface
Represents the Deployment Project that will be stored in the database.Classes in com.atlassian.bamboo.deployments.projects.persistence that implement InternalDeploymentProject -
Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.versions.service
Methods in com.atlassian.bamboo.deployments.versions.service with parameters of type InternalDeploymentProjectModifier 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
Methods in com.atlassian.bamboo.index.quicksearch with parameters of type InternalDeploymentProjectModifier and TypeMethodDescriptionstatic QuickSearchItemImpl
QuickSearchItemImpl.forDeploymentProject
(@NotNull InternalDeploymentProject deploymentProject) void
QuickSearchIndexer.indexDeploymentProject
(@NotNull InternalDeploymentProject deploymentProject) void
QuickSearchIndexerImpl.indexDeploymentProject
(@NotNull InternalDeploymentProject deploymentProject)