Uses of Interface
com.atlassian.bamboo.repository.RepositoryDataEntity
Package
Description
-
Uses of RepositoryDataEntity in com.atlassian.bamboo.build.creation
Modifier and TypeMethodDescription@NotNull Map<Long,
RepositoryDataEntity> PlanCreationBean.getRepositoriesBeingCreated()
Modifier and TypeMethodDescriptionvoid
PlanCreationBean.setRepositoriesBeingCreated
(@NotNull Map<Long, RepositoryDataEntity> repositoriesBeingCreated) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.configuration.repository
Modifier and TypeMethodDescription@Nullable RepositoryDataEntity
VcsConfigurationHelperImpl.validateRepositoryExistenceAndPermissions
(long repositoryId, com.atlassian.struts.ValidationAware validationAware) Modifier and TypeMethodDescriptionEditLinkedRepository.getBambooSpecsPermittedRepositories()
@NotNull List<RepositoryDataEntity>
EditRepository.getBambooSpecsPermittedRepositories
(@NotNull PartialVcsRepositoryData vcsRepositoryData) Returns a list of repositories which can be used by Bamboo Specs stored in this repository.@NotNull List<RepositoryDataEntity>
EditRepositoryImpl.getBambooSpecsPermittedRepositories
(@NotNull PartialVcsRepositoryData vcsRepositoryData) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.deployments.environments.service
Modifier and TypeMethodDescriptionEnvironmentService.updateRepositoryLinkInEnvironment
(EnvironmentRepositoryLink environmentRepositoryLink, RepositoryDataEntity newRepositoryEntity) UpdateEnvironmentRepositoryLink
dataEnvironmentServiceImpl.updateRepositoryLinkInEnvironment
(EnvironmentRepositoryLink environmentRepositoryLink, RepositoryDataEntity newRepositoryEntity) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.deployments.repository
Modifier and TypeMethodDescription@NotNull RepositoryDataEntity
EnvironmentRepositoryLink.getRepositoryDataEntity()
@NotNull RepositoryDataEntity
EnvironmentRepositoryLinkImpl.getRepositoryDataEntity()
Modifier and TypeMethodDescriptionvoid
EnvironmentRepositoryLink.setRepositoryDataEntity
(@NotNull RepositoryDataEntity repositoryDataEntity) void
EnvironmentRepositoryLinkImpl.setRepositoryDataEntity
(@NotNull RepositoryDataEntity repositoryDataEntity) ModifierConstructorDescriptionEnvironmentRepositoryLinkImpl
(@NotNull MutableEnvironment environment, @NotNull RepositoryDataEntity repositoryDataEntity, int position) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.deployments.repository.persistence
Modifier and TypeMethodDescriptionEnvironmentRepositoryLinkDao.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) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.deployments.specs
Modifier and TypeMethodDescription@NotNull RepositoryDataEntity
RssDeploymentProjectPermission.getRepository()
@NotNull RepositoryDataEntity
RssDeploymentProjectPermissionImpl.getRepository()
Modifier and TypeMethodDescriptionvoid
RssDeploymentProjectPermissionImpl.setRepository
(RepositoryDataEntity repository) ModifierConstructorDescriptionRssDeploymentProjectPermissionImpl
(@NotNull MutableDeploymentProject deploymentProject, @NotNull RepositoryDataEntity repository) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.deployments.versions.persistence.commits
Modifier and TypeMethodDescription@NotNull RepositoryDataEntity
MutableDeploymentVersionVcsChangeset.getRepositoryData()
MutableDeploymentVersionVcsChangesetImpl.getRepositoryData()
Modifier and TypeMethodDescriptionvoid
MutableDeploymentVersionVcsChangeset.setRepositoryData
(@NotNull RepositoryDataEntity repositoryData) void
MutableDeploymentVersionVcsChangesetImpl.setRepositoryData
(RepositoryDataEntity repositoryData) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.migration.stream
Modifier and TypeMethodDescriptionvoid
RepositoryDefinitionMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<RepositoryDataEntity> repositoryDefinitions, @NotNull RepositoryDataEntity object, long objectIndex, @NotNull org.hibernate.Session session) protected void
RepositoryDefinitionMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull RepositoryDataEntity repositoryDataEntity, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
RepositoryDefinitionMapper.importProperties
(@NotNull RepositoryDataEntity repositoryDataEntity, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) Modifier and TypeMethodDescriptionvoid
RepositoryDefinitionMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<RepositoryDataEntity> repositoryDefinitions, @NotNull RepositoryDataEntity object, long objectIndex, @NotNull org.hibernate.Session session) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.notification
Modifier and TypeMethodDescriptionprotected String
AbstractNotification.getCommitUrl
(@NotNull RepositoryDataEntity repositoryDataEntity, @Nullable String revision, @NotNull ImmutablePlan plan, @NotNull CustomVariableContext customVariableContext, @NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull VcsRepositoryViewerManager vcsRepositoryViewerManager) AbstractNotification.getRepositoryData
(@Nullable RepositoryDataEntity entity) Deprecated.since 6.4 old repository interface -
Uses of RepositoryDataEntity in com.atlassian.bamboo.notification.buildcompleted
Modifier and TypeMethodDescriptionAbstractCompletedNotification.getCommitUrl
(@NotNull RepositoryDataEntity repositoryDataEntity, String revision) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.notification.chain
Modifier and TypeMethodDescriptionAfterXFailedNotification.getCommitUrl
(@NotNull RepositoryDataEntity repositoryDataEntity, String revision) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.repository
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<PlanRepositoryLinkImpl,
RepositoryDataEntity> PlanRepositoryLinkImpl_.repositoryDataEntity
Modifier and TypeMethodDescription@Nullable RepositoryDataEntity
RepositoryDefinitionDao.findById
(long id) @Nullable RepositoryDataEntity
RepositoryDefinitionDao.findLinkedRepositoryByName
(@NotNull String name) Find a linked repository by name;@Nullable RepositoryDataEntity
RepositoryDefinitionHibernateDao.findLinkedRepositoryByName
(@NotNull String name) @Nullable RepositoryDataEntity
RepositoryDefinitionDao.findProjectRepositoryByName
(@NotNull String name, @NotNull Long projectId) Find a project repository by name in project associated with given projectId.@Nullable RepositoryDataEntity
RepositoryDefinitionHibernateDao.findProjectRepositoryByName
(@NotNull String name, @NotNull Long projectId) @Nullable RepositoryDataEntity
RepositoryDataEntity.getParent()
@Nullable RepositoryDataEntity
RepositoryDataEntityImpl.getParent()
@NotNull RepositoryDataEntity
PlanRepositoryLink.getRepositoryDataEntity()
@NotNull RepositoryDataEntity
PlanRepositoryLinkImpl.getRepositoryDataEntity()
@Nullable RepositoryDataEntity
RepositoryDefinitionManager.getRepositoryDataEntity
(long id) Get persistent representation of a repository@Nullable RepositoryDataEntity
RepositoryDefinitionManagerImpl.getRepositoryDataEntity
(long id) Modifier and TypeMethodDescription@NotNull Collection<? extends RepositoryDataEntity>
RepositoryDefinitionDao.findAll()
@NotNull List<RepositoryDataEntity>
RepositoryDefinitionDao.findAll
(boolean includeMarkedForDeletion) @NotNull Collection<? extends RepositoryDataEntity>
RepositoryDefinitionDao.findAll
(int firstResult, int maxResults) @NotNull Collection<? extends RepositoryDataEntity>
RepositoryDefinitionHibernateDao.findAll()
@NotNull List<RepositoryDataEntity>
RepositoryDefinitionHibernateDao.findAll
(boolean includeMarkedForDeletion) @NotNull Collection<? extends RepositoryDataEntity>
RepositoryDefinitionHibernateDao.findAll
(int firstResult, int maxResults) @NotNull Collection<? extends RepositoryDataEntity>
RepositoryDefinitionDao.findAllByParent
(@Nullable Long parentId, int firstResult, int maxResult) @NotNull Collection<? extends RepositoryDataEntity>
RepositoryDefinitionHibernateDao.findAllByParent
(@Nullable Long parentId, int firstResult, int maxResults) @NotNull List<RepositoryDataEntity>
RepositoryDefinitionDao.findRepositoriesByPluginKey
(@NotNull String pluginKey) @NotNull List<RepositoryDataEntity>
RepositoryDefinitionHibernateDao.findRepositoriesByPluginKey
(@NotNull String pluginKey) @NotNull List<RepositoryDataEntity>
RepositoryDefinitionHibernateDao.findRepositoriesByPluginKey
(@NotNull String pluginKey, int firstResult, int maxResults) @NotNull List<RepositoryDataEntity>
RepositoryDefinitionManager.findRepositoriesByPluginKey
(@NotNull String pluginKey) Given a pluginKey this will get you all the repositories in Bamboo that were created for that key.@NotNull List<RepositoryDataEntity>
RepositoryDefinitionManagerImpl.findRepositoriesByPluginKey
(@NotNull String pluginKey) @NotNull List<RepositoryDataEntity>
RepositoryDefinitionDao.getGlobalRepositoryDefinitions()
@NotNull List<RepositoryDataEntity>
RepositoryDefinitionHibernateDao.getGlobalRepositoryDefinitions()
protected @NotNull Optional<VersioningSupplement<RepositoryDataEntity>>
RepositoryDefinitionHibernateDao.getMainVersioningSupplement()
@NotNull Collection<RepositoryDataEntity>
RepositoryDefinitionDao.getPrivateRepositoryDefinitionsByPlan
(Plan plan) @NotNull Collection<RepositoryDataEntity>
RepositoryDefinitionHibernateDao.getPrivateRepositoryDefinitionsByPlan
(Plan plan) @NotNull List<RepositoryDataEntity>
RepositoryDefinitionDao.getProjectRepositoryDefinitions
(Long projectId) Get all project repositories associated with given projectId.@NotNull List<RepositoryDataEntity>
RepositoryDefinitionHibernateDao.getProjectRepositoryDefinitions
(Long projectId) @NotNull List<RepositoryDataEntity>
RepositoryDefinitionDao.getTopLevelGlobalRepositories
(int firstResult, int maxResults) Return a list of global, non-deleted repositories without any parent repository.@NotNull List<RepositoryDataEntity>
RepositoryDefinitionHibernateDao.getTopLevelGlobalRepositories
(int firstResult, int maxResults) Modifier and TypeMethodDescriptionvoid
RepositoryDefinitionHibernateDao.delete
(@NotNull RepositoryDataEntity repositoryDataEntity) RepositoryDefinitionManager.entityToUnmergedData
(@NotNull RepositoryDataEntity entity) RepositoryDefinitionManagerImpl.entityToUnmergedData
(@NotNull RepositoryDataEntity entity) @Nullable VcsRepositoryData
RepositoryDefinitionManager.entityToVcsData
(@Nullable RepositoryDataEntity input) @Nullable VcsRepositoryData
RepositoryDefinitionManagerImpl.entityToVcsData
(@Nullable RepositoryDataEntity input) void
RepositoryDefinitionDao.removeRepositoryIfUnused
(RepositoryDataEntity repositoryDataEntity) void
RepositoryDefinitionHibernateDao.removeRepositoryIfUnused
(RepositoryDataEntity repositoryDataEntity) void
RepositoryDefinitionManager.removeRepositoryIfUnused
(RepositoryDataEntity repositoryDataEntity) Marks repository for deletion if it is referenced by aRepositoryChangeset
, removes it otherwise.void
RepositoryDefinitionManagerImpl.removeRepositoryIfUnused
(RepositoryDataEntity repositoryDataEntity) void
RepositoryDefinitionHibernateDao.save
(@NotNull RepositoryDataEntity repositoryDataEntity) long
RepositoryDefinitionManager.saveRepositoryDefinition
(RepositoryDataEntity repositoryData) Save repository definition.long
RepositoryDefinitionManagerImpl.saveRepositoryDefinition
(RepositoryDataEntity repositoryData) void
RepositoryDataEntity.setParent
(@Nullable RepositoryDataEntity parent) void
RepositoryDataEntityImpl.setParent
(@Nullable RepositoryDataEntity parent) void
PlanRepositoryLink.setRepositoryDataEntity
(@NotNull RepositoryDataEntity repositoryDataEntity) void
PlanRepositoryLinkImpl.setRepositoryDataEntity
(@NotNull RepositoryDataEntity repositoryDataEntity) Modifier and TypeMethodDescriptionvoid
RepositoryDefinitionManager.saveRepositoryDefinitions
(@NotNull Collection<RepositoryDataEntity> repositoriesBeingCreated) Saves all repository definitions in the collection.void
RepositoryDefinitionManagerImpl.saveRepositoryDefinitions
(@NotNull Collection<RepositoryDataEntity> repositoriesBeingCreated) ModifierConstructorDescriptionLegacyRepositoryDataImpl
(RepositoryDataEntity repositoryData) Deprecated.PlanRepositoryLinkImpl
(Plan plan, RepositoryDataEntity repositoryDataEntity, int position) RepositoryDataEntityImpl
(String pluginKey, String name, String description, String xmlData, boolean markedForDeletion, boolean global, RepositoryDataEntity parent, Long projectId, Long version) Deprecated.since 5.14 useRepositoryDataImpl(VcsRepositoryData)
-
Uses of RepositoryDataEntity in com.atlassian.bamboo.resultsummary.vcs
Modifier and TypeMethodDescription@NotNull RepositoryDataEntity
RepositoryChangeset.getRepositoryData()
@NotNull RepositoryDataEntity
RepositoryChangesetImpl.getRepositoryData()
Modifier and TypeMethodDescriptionvoid
RepositoryChangesetDao.removeRepositoryChangesets
(RepositoryDataEntity repositoryDataEntity) void
RepositoryChangesetHibernateDao.removeRepositoryChangesets
(RepositoryDataEntity repositoryDataEntity) void
RepositoryChangeset.setRepositoryData
(@NotNull RepositoryDataEntity repositoryData) void
RepositoryChangesetImpl.setRepositoryData
(@NotNull RepositoryDataEntity repositoryData) ModifierConstructorDescriptionRepositoryChangesetImpl
(@NotNull RepositoryDataEntity repositoryData, @NotNull ResultsSummary resultsSummary, @Nullable String changesetId, long skippedCommitsCount, int position, boolean buildTrigger) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.security
Modifier and TypeMethodDescriptionstatic void
PermissionsServiceUtils.assertCanManagePermissionsForRepository
(RepositoryDataEntity repository, BambooPermissionManager bambooPermissionManager) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.specs
Modifier and TypeMethodDescription@NotNull RepositoryDataEntity
RssProjectPermission.getRepository()
@NotNull RepositoryDataEntity
RssProjectPermissionImpl.getRepository()
@NotNull RepositoryDataEntity
RssRepositoryPermission.getRepository()
@NotNull RepositoryDataEntity
RssRepositoryPermissionImpl.getRepository()
@NotNull RepositoryDataEntity
RssRepositoryPermission.getTargetRepository()
@NotNull RepositoryDataEntity
RssRepositoryPermissionImpl.getTargetRepository()
Modifier and TypeMethodDescriptionvoid
RssProjectPermissionImpl.setRepository
(RepositoryDataEntity repositoryId) void
RssRepositoryPermissionImpl.setRepository
(RepositoryDataEntity repositoryId) void
RssRepositoryPermissionImpl.setTargetRepository
(RepositoryDataEntity targetRepository) ModifierConstructorDescriptionRssProjectPermissionImpl
(@NotNull Project project, @NotNull RepositoryDataEntity repository) RssRepositoryPermissionImpl
(@NotNull RepositoryDataEntity targetRepository, @NotNull RepositoryDataEntity repository) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.tag
Modifier and TypeMethodDescriptionVcsTag.getRepositoryData()
returns repository data for repository where the tag isVcsTagImpl.getRepositoryData()
Modifier and TypeMethodDescriptionvoid
VcsTag.setRepositoryData
(RepositoryDataEntity repositoryData) sets repository datavoid
VcsTagImpl.setRepositoryData
(RepositoryDataEntity repositoryData) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.vcs.configuration
ModifierConstructorDescriptionPartialVcsRepositoryDataImpl
(@NotNull RepositoryDataEntity repositoryData, @NotNull RawRepositoryConfiguration rawRepositoryConfiguration, @Nullable VcsRepositoryData inheritedData) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.vcs.configuration.service
Modifier and TypeMethodDescription@Nullable RepositoryDataEntity
VcsConfigurationHelper.validateRepositoryExistenceAndPermissions
(long repositoryId, com.atlassian.struts.ValidationAware validationAware) Checks if a repository exists in the DB.Modifier and TypeMethodDescription@NotNull RawRepositoryConfiguration
RawRepositoryConfigurationXmlConverter.fromEntity
(@NotNull RepositoryDataEntity entity) Extract configuration from DB object.final @NotNull RawRepositoryConfiguration
RawRepositoryConfigurationXmlConverterImpl.fromEntity
(@NotNull RepositoryDataEntity entity) static boolean
RawRepositoryConfigurationXmlConverterImpl.isEntityIn514Format
(@NotNull RepositoryDataEntity entity) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.versioning
Modifier and TypeMethodDescriptionvoid
RepositoryDataEntityVersioningSupplement.incrementVersion
(@Nullable RepositoryDataEntity object, @Nullable org.hibernate.Session session) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.ww2.actions.project.repository