Uses of Interface
com.atlassian.bamboo.deployments.repository.EnvironmentRepositoryLink
Packages that use EnvironmentRepositoryLink
Package
Description
-
Uses of EnvironmentRepositoryLink in com.atlassian.bamboo.deployments.environments.service
Methods in com.atlassian.bamboo.deployments.environments.service that return types with arguments of type EnvironmentRepositoryLinkModifier and TypeMethodDescriptionEnvironmentService.getEnvironmentRepositoryLinksForRepository
(long repositoryId) EnvironmentServiceImpl.getEnvironmentRepositoryLinksForRepository
(long repositoryId) EnvironmentService.getEnvironmentsUsingRepository
(long repositoryId) Deprecated.EnvironmentServiceImpl.getEnvironmentsUsingRepository
(long repositoryId) Methods in com.atlassian.bamboo.deployments.environments.service with parameters of type EnvironmentRepositoryLinkModifier and TypeMethodDescriptionvoid
EnvironmentService.removeRepositoryFromEnvironment
(@NotNull EnvironmentRepositoryLink environmentRepositoryLink) RemoveEnvironmentRepositoryLink
from environmentvoid
EnvironmentServiceImpl.removeRepositoryFromEnvironment
(@NotNull EnvironmentRepositoryLink environmentRepository) EnvironmentService.updateRepositoryLinkInEnvironment
(EnvironmentRepositoryLink environmentRepositoryLink, RepositoryDataEntity newRepositoryEntity) UpdateEnvironmentRepositoryLink
dataEnvironmentServiceImpl.updateRepositoryLinkInEnvironment
(EnvironmentRepositoryLink environmentRepositoryLink, RepositoryDataEntity newRepositoryEntity) -
Uses of EnvironmentRepositoryLink in com.atlassian.bamboo.deployments.repository
Classes in com.atlassian.bamboo.deployments.repository that implement EnvironmentRepositoryLink -
Uses of EnvironmentRepositoryLink in com.atlassian.bamboo.deployments.repository.migration.stream
Methods in com.atlassian.bamboo.deployments.repository.migration.stream that return EnvironmentRepositoryLinkModifier and TypeMethodDescriptionprotected @NotNull EnvironmentRepositoryLink
EnvironmentRepositoryLinkMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.deployments.repository.migration.stream with parameters of type EnvironmentRepositoryLinkModifier and TypeMethodDescriptionprotected void
EnvironmentRepositoryLinkMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull EnvironmentRepositoryLink repositoryLink, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
EnvironmentRepositoryLinkMapper.importProperties
(@NotNull EnvironmentRepositoryLink repositoryLink, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) -
Uses of EnvironmentRepositoryLink in com.atlassian.bamboo.deployments.repository.persistence
Methods in com.atlassian.bamboo.deployments.repository.persistence that return EnvironmentRepositoryLinkModifier and TypeMethodDescription@Nullable EnvironmentRepositoryLink
EnvironmentRepositoryLinkDao.getEnvironmentRepositoryLink
(@NotNull InternalEnvironment environment, long repositoryId) @Nullable EnvironmentRepositoryLink
EnvironmentRepositoryLinkHibernateDao.getEnvironmentRepositoryLink
(@NotNull InternalEnvironment environment, long repositoryId) EnvironmentRepositoryLinkDao.linkRepositoryToEnvironment
(MutableEnvironment environment, RepositoryDataEntity repositoryDataEntity, int index) Creates and saves connection between repository and and a deployment environment.EnvironmentRepositoryLinkHibernateDao.linkRepositoryToEnvironment
(MutableEnvironment environment, RepositoryDataEntity repositoryDataEntity, int index) Methods in com.atlassian.bamboo.deployments.repository.persistence that return types with arguments of type EnvironmentRepositoryLinkModifier and TypeMethodDescription@NotNull List<EnvironmentRepositoryLink>
EnvironmentRepositoryLinkDao.getEnvironmentRepositoryLinks
(@NotNull InternalEnvironment environment) @NotNull List<EnvironmentRepositoryLink>
EnvironmentRepositoryLinkHibernateDao.getEnvironmentRepositoryLinks
(@NotNull InternalEnvironment environment) @NotNull List<EnvironmentRepositoryLink>
EnvironmentRepositoryLinkDao.getEnvironmentRepositoryLinksForRepository
(long repositoryId) @NotNull List<EnvironmentRepositoryLink>
EnvironmentRepositoryLinkHibernateDao.getEnvironmentRepositoryLinksForRepository
(long repositoryId) Methods in com.atlassian.bamboo.deployments.repository.persistence with parameters of type EnvironmentRepositoryLinkModifier and TypeMethodDescriptionvoid
EnvironmentRepositoryLinkDao.removeRepositoryFromEnvironment
(@NotNull EnvironmentRepositoryLink environmentRepositoryLink) Remove singlePlanRepositoryLink
.void
EnvironmentRepositoryLinkHibernateDao.removeRepositoryFromEnvironment
(@NotNull EnvironmentRepositoryLink environmentRepositoryLink) -
Uses of EnvironmentRepositoryLink in com.atlassian.bamboo.repository
Constructors in com.atlassian.bamboo.repository with parameters of type EnvironmentRepositoryLinkModifierConstructorDescriptionDeprecated. -
Uses of EnvironmentRepositoryLink in com.atlassian.bamboo.vcs.configuration
Constructors in com.atlassian.bamboo.vcs.configuration with parameters of type EnvironmentRepositoryLinkModifierConstructorDescriptionPlanRepositoryDefinitionImpl
(@NotNull EnvironmentRepositoryLink planRepositoryLink, @NotNull PartialVcsRepositoryData source)
EnvironmentService.getEnvironmentRepositoryLinksForRepository(long)