Uses of Interface
com.atlassian.bamboo.deployments.repository.EnvironmentRepositoryLink
-
-
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 EnvironmentRepositoryLink Modifier and Type Method Description List<EnvironmentRepositoryLink>
EnvironmentService. getEnvironmentRepositoryLinksForRepository(long repositoryId)
List<EnvironmentRepositoryLink>
EnvironmentServiceImpl. getEnvironmentRepositoryLinksForRepository(long repositoryId)
List<EnvironmentRepositoryLink>
EnvironmentService. getEnvironmentsUsingRepository(long repositoryId)
Deprecated.List<EnvironmentRepositoryLink>
EnvironmentServiceImpl. getEnvironmentsUsingRepository(long repositoryId)
Methods in com.atlassian.bamboo.deployments.environments.service with parameters of type EnvironmentRepositoryLink Modifier and Type Method Description void
EnvironmentService. removeRepositoryFromEnvironment(@NotNull EnvironmentRepositoryLink environmentRepositoryLink)
RemoveEnvironmentRepositoryLink
from environmentvoid
EnvironmentServiceImpl. removeRepositoryFromEnvironment(@NotNull EnvironmentRepositoryLink environmentRepository)
RepositoryDefinition
EnvironmentService. updateRepositoryLinkInEnvironment(EnvironmentRepositoryLink environmentRepositoryLink, RepositoryDataEntity newRepositoryEntity)
UpdateEnvironmentRepositoryLink
dataRepositoryDefinition
EnvironmentServiceImpl. updateRepositoryLinkInEnvironment(EnvironmentRepositoryLink environmentRepositoryLink, RepositoryDataEntity newRepositoryEntity)
-
Uses of EnvironmentRepositoryLink in com.atlassian.bamboo.deployments.repository
Classes in com.atlassian.bamboo.deployments.repository that implement EnvironmentRepositoryLink Modifier and Type Class Description class
EnvironmentRepositoryLinkImpl
-
Uses of EnvironmentRepositoryLink in com.atlassian.bamboo.deployments.repository.migration.stream
Methods in com.atlassian.bamboo.deployments.repository.migration.stream that return EnvironmentRepositoryLink Modifier and Type Method Description protected @NotNull EnvironmentRepositoryLink
EnvironmentRepositoryLinkMapper. createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Methods in com.atlassian.bamboo.deployments.repository.migration.stream with parameters of type EnvironmentRepositoryLink Modifier and Type Method Description protected 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 EnvironmentRepositoryLink Modifier and Type Method Description @Nullable EnvironmentRepositoryLink
EnvironmentRepositoryLinkDao. getEnvironmentRepositoryLink(@NotNull InternalEnvironment environment, long repositoryId)
@Nullable EnvironmentRepositoryLink
EnvironmentRepositoryLinkHibernateDao. getEnvironmentRepositoryLink(@NotNull InternalEnvironment environment, long repositoryId)
EnvironmentRepositoryLink
EnvironmentRepositoryLinkDao. linkRepositoryToEnvironment(MutableEnvironment environment, RepositoryDataEntity repositoryDataEntity, int index)
Creates and saves connection between repository and and a deployment environment.EnvironmentRepositoryLink
EnvironmentRepositoryLinkHibernateDao. linkRepositoryToEnvironment(MutableEnvironment environment, RepositoryDataEntity repositoryDataEntity, int index)
Methods in com.atlassian.bamboo.deployments.repository.persistence that return types with arguments of type EnvironmentRepositoryLink Modifier and Type Method Description @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 EnvironmentRepositoryLink Modifier and Type Method Description void
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 EnvironmentRepositoryLink Constructor Description LegacyRepositoryDefinitionImpl(EnvironmentRepositoryLink input)
Deprecated. -
Uses of EnvironmentRepositoryLink in com.atlassian.bamboo.vcs.configuration
Constructors in com.atlassian.bamboo.vcs.configuration with parameters of type EnvironmentRepositoryLink Constructor Description PlanRepositoryDefinitionImpl(@NotNull EnvironmentRepositoryLink planRepositoryLink, @NotNull PartialVcsRepositoryData source)
-