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) Methods in com.atlassian.bamboo.deployments with parameters of type InternalDeploymentProjectModifier and TypeMethodDescriptionstatic Operations
OperationsUtil.getAvailableOperations
(@NotNull InternalDeploymentProject deploymentProject, boolean assumeReadGranted, @NotNull BambooPermissionManager bambooPermissionManager) Determines the available operations for a given deployment project. -
Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.cache
Methods in com.atlassian.bamboo.deployments.cache that return types with arguments of type InternalDeploymentProjectModifier and TypeMethodDescription@NotNull List<InternalDeploymentProject>
CachedDeploymentProjectService.getAllInternalDeploymentProjects()
Retrieves a list of all deployment projects, unfiltered, undecorated, and unsorted.@NotNull List<InternalDeploymentProject>
CachedDeploymentProjectServiceImpl.getAllInternalDeploymentProjects()
@NotNull List<InternalDeploymentProject>
CachedDeploymentProjectService.getInternalDeploymentProjectsReferencingArtifact
(@NotNull Artifact artifact) Retrieves a list of internal deployment projects referencing a specific artifact.CachedDeploymentProjectServiceImpl.getInternalDeploymentProjectsReferencingArtifact
(@NotNull Artifact artifact) @NotNull List<InternalDeploymentProject>
CachedDeploymentProjectService.getInternalDeploymentProjectsRelatedToArtifact
(@NotNull ArtifactDefinition artifactDefinition) Retrieves a list of internal deployment projects related to a specific artifact definition.@NotNull List<InternalDeploymentProject>
CachedDeploymentProjectServiceImpl.getInternalDeploymentProjectsRelatedToArtifact
(@NotNull ArtifactDefinition artifactDefinition) @NotNull List<InternalDeploymentProject>
CachedDeploymentProjectService.getInternalDeploymentProjectsRelatedToPlan
(@NotNull PlanKey planKey) Retrieves a list of deployment projects related to a specific plan.@NotNull List<InternalDeploymentProject>
CachedDeploymentProjectServiceImpl.getInternalDeploymentProjectsRelatedToPlan
(@NotNull PlanKey planKey) @NotNull List<InternalDeploymentProject>
CachedDeploymentProjectService.getInternalDeploymentProjectsRelatedToPlanConfiguration
(@NotNull PlanKey masterOrBranchPlanKey) Retrieve the deployment projects that are linked to a specific plan configuration, taking branch divergence into account.@NotNull List<InternalDeploymentProject>
CachedDeploymentProjectServiceImpl.getInternalDeploymentProjectsRelatedToPlanConfiguration
(@NotNull PlanKey masterOrBranchPlanKey) @NotNull List<InternalDeploymentProject>
CachedDeploymentProjectService.getInternalDeploymentProjectsRelatedToPlansAndBranches
(@NotNull PlanKey masterOrBranchKey) Retrieve list of deployment projects associated with any of the branches in the plan.@NotNull List<InternalDeploymentProject>
CachedDeploymentProjectServiceImpl.getInternalDeploymentProjectsRelatedToPlansAndBranches
(@NotNull PlanKey masterOrBranchKey) Methods in com.atlassian.bamboo.deployments.cache with parameters of type InternalDeploymentProjectModifier and TypeMethodDescriptionvoid
CachedEnvironmentService.reindexDeploymentProject
(@NotNull InternalDeploymentProject deploymentProject) Reindexes a deployment project in the cache.void
CachedEnvironmentServiceImpl.reindexDeploymentProject
(@NotNull InternalDeploymentProject deploymentProject) Method parameters in com.atlassian.bamboo.deployments.cache with type arguments of type InternalDeploymentProjectModifier and TypeMethodDescriptionvoid
CachedEnvironmentService.initialiseCache
(@NotNull Iterable<? extends InternalDeploymentProject> deploymentProjects) Initializes the cache with the given deployment projects.void
CachedEnvironmentServiceImpl.initialiseCache
(@NotNull Iterable<? extends InternalDeploymentProject> deploymentProjects) -
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
Immutable implementation to be exposed by the serviceConstructors in com.atlassian.bamboo.deployments.projects with parameters of type InternalDeploymentProjectModifierConstructorDescriptionDeploymentProjectImpl
(@NotNull InternalDeploymentProject deploymentProject, @NotNull CachedEnvironmentService cachedEnvironmentService, Operations operations) -
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.projects.persistence.internal
Classes in com.atlassian.bamboo.deployments.projects.persistence.internal that implement InternalDeploymentProjectModifier and TypeClassDescriptionclass
Minimal, user context agnostic, but fully functional implementation ofInternalDeploymentProject
.Constructors in com.atlassian.bamboo.deployments.projects.persistence.internal with parameters of type InternalDeploymentProjectModifierConstructorDescriptionInternalDeploymentProjectImpl
(@NotNull InternalDeploymentProject 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) -
Uses of InternalDeploymentProject in com.atlassian.bamboo.plugins.rest.deployments.projects
Constructors in com.atlassian.bamboo.plugins.rest.deployments.projects with parameters of type InternalDeploymentProjectModifierConstructorDescriptionRestLinkedDeploymentProject
(InternalDeploymentProject linkedDeploymentProject) -
Uses of InternalDeploymentProject in com.atlassian.bamboo.ww2.actions.build.admin.config
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config that return types with arguments of type InternalDeploymentProjectModifier and TypeMethodDescription@NotNull List<InternalDeploymentProject>
ConfigureBuildArtifact.getDeploymentProjectsUsingArtifact
(@NotNull ArtifactDefinition artifactDefinition)