Uses of Interface
com.atlassian.bamboo.repository.RepositoryDataEntity
Packages that use RepositoryDataEntity
Package
Description
-
Uses of RepositoryDataEntity in com.atlassian.bamboo.build.creation
Methods in com.atlassian.bamboo.build.creation that return types with arguments of type RepositoryDataEntityModifier and TypeMethodDescription@NotNull Map<Long,RepositoryDataEntity> PlanCreationBean.getRepositoriesBeingCreated()Method parameters in com.atlassian.bamboo.build.creation with type arguments of type RepositoryDataEntityModifier and TypeMethodDescriptionvoidPlanCreationBean.setRepositoriesBeingCreated(@NotNull Map<Long, RepositoryDataEntity> repositoriesBeingCreated) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.configuration.repository
Methods in com.atlassian.bamboo.configuration.repository that return RepositoryDataEntityModifier and TypeMethodDescription@Nullable RepositoryDataEntityVcsConfigurationHelperImpl.validateRepositoryExistenceAndPermissions(long repositoryId, com.atlassian.struts.ValidationAware validationAware) Methods in com.atlassian.bamboo.configuration.repository that return types with arguments of type RepositoryDataEntityModifier 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.repository
Methods in com.atlassian.bamboo.deployments.repository that return RepositoryDataEntityModifier and TypeMethodDescription@NotNull RepositoryDataEntityEnvironmentRepositoryLink.getRepositoryDataEntity()@NotNull RepositoryDataEntityEnvironmentRepositoryLinkImpl.getRepositoryDataEntity()Methods in com.atlassian.bamboo.deployments.repository with parameters of type RepositoryDataEntityModifier and TypeMethodDescriptionvoidEnvironmentRepositoryLink.setRepositoryDataEntity(@NotNull RepositoryDataEntity repositoryDataEntity) voidEnvironmentRepositoryLinkImpl.setRepositoryDataEntity(@NotNull RepositoryDataEntity repositoryDataEntity) Constructors in com.atlassian.bamboo.deployments.repository with parameters of type RepositoryDataEntityModifierConstructorDescriptionEnvironmentRepositoryLinkImpl(@NotNull MutableEnvironment environment, @NotNull RepositoryDataEntity repositoryDataEntity, int position) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.deployments.repository.persistence
Methods in com.atlassian.bamboo.deployments.repository.persistence with parameters of type RepositoryDataEntityModifier 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
Methods in com.atlassian.bamboo.deployments.specs that return RepositoryDataEntityModifier and TypeMethodDescription@NotNull RepositoryDataEntityRssDeploymentProjectPermission.getRepository()@NotNull RepositoryDataEntityRssDeploymentProjectPermissionImpl.getRepository()Methods in com.atlassian.bamboo.deployments.specs with parameters of type RepositoryDataEntityModifier and TypeMethodDescriptionvoidRssDeploymentProjectPermissionImpl.setRepository(RepositoryDataEntity repository) Constructors in com.atlassian.bamboo.deployments.specs with parameters of type RepositoryDataEntityModifierConstructorDescriptionRssDeploymentProjectPermissionImpl(@NotNull MutableDeploymentProject deploymentProject, @NotNull RepositoryDataEntity repository) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.deployments.versions.history.commit
Constructors in com.atlassian.bamboo.deployments.versions.history.commit with parameters of type RepositoryDataEntityModifierConstructorDescriptionDeploymentVersionVcsChangesetImpl(long deploymentProjectId, RepositoryDataEntity repositoryDataEntity, Collection<DeploymentVersionVcsCommit> deploymentVersionVcsCommits) Creates arbitrary changeset. -
Uses of RepositoryDataEntity in com.atlassian.bamboo.deployments.versions.persistence.commits
Methods in com.atlassian.bamboo.deployments.versions.persistence.commits that return RepositoryDataEntityModifier and TypeMethodDescription@NotNull RepositoryDataEntityMutableDeploymentVersionVcsChangeset.getRepositoryData()MutableDeploymentVersionVcsChangesetImpl.getRepositoryData()Methods in com.atlassian.bamboo.deployments.versions.persistence.commits with parameters of type RepositoryDataEntityModifier and TypeMethodDescriptionvoidMutableDeploymentVersionVcsChangeset.setRepositoryData(@NotNull RepositoryDataEntity repositoryData) voidMutableDeploymentVersionVcsChangesetImpl.setRepositoryData(RepositoryDataEntity repositoryData) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream with parameters of type RepositoryDataEntityModifier and TypeMethodDescriptionvoidRepositoryDefinitionMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<RepositoryDataEntity> repositoryDefinitions, @NotNull RepositoryDataEntity object, long objectIndex, @NotNull org.hibernate.Session session) protected voidRepositoryDefinitionMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull RepositoryDataEntity repositoryDataEntity, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected voidRepositoryDefinitionMapper.importProperties(@NotNull RepositoryDataEntity repositoryDataEntity, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type RepositoryDataEntityModifier and TypeMethodDescriptionvoidRepositoryDefinitionMapper.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
Methods in com.atlassian.bamboo.notification with parameters of type RepositoryDataEntityModifier and TypeMethodDescriptionprotected StringAbstractNotification.getCommitUrl(@NotNull RepositoryDataEntity repositoryDataEntity, @Nullable String revision, @NotNull ImmutablePlan plan, @NotNull CustomVariableContext customVariableContext, @NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull VcsRepositoryViewerManager vcsRepositoryViewerManager) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.notification.buildcompleted
Methods in com.atlassian.bamboo.notification.buildcompleted with parameters of type RepositoryDataEntityModifier and TypeMethodDescriptionAbstractCompletedNotification.getCommitUrl(@NotNull RepositoryDataEntity repositoryDataEntity, String revision) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.notification.chain
Methods in com.atlassian.bamboo.notification.chain with parameters of type RepositoryDataEntityModifier and TypeMethodDescriptionAfterXFailedNotification.getCommitUrl(@NotNull RepositoryDataEntity repositoryDataEntity, String revision) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.repository
Classes in com.atlassian.bamboo.repository that implement RepositoryDataEntityFields in com.atlassian.bamboo.repository with type parameters of type RepositoryDataEntityModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<PlanRepositoryLinkImpl,RepositoryDataEntity> PlanRepositoryLinkImpl_.repositoryDataEntityMethods in com.atlassian.bamboo.repository that return RepositoryDataEntityModifier and TypeMethodDescription@Nullable RepositoryDataEntityRepositoryDefinitionDao.findById(long id) @Nullable RepositoryDataEntityRepositoryDefinitionDao.findLinkedRepositoryByName(@NotNull String name) Find a linked repository by name;@Nullable RepositoryDataEntityRepositoryDefinitionHibernateDao.findLinkedRepositoryByName(@NotNull String name) @Nullable RepositoryDataEntityRepositoryDefinitionDao.findProjectRepositoryByName(@NotNull String name, @NotNull Long projectId) Find a project repository by name in project associated with given projectId.@Nullable RepositoryDataEntityRepositoryDefinitionHibernateDao.findProjectRepositoryByName(@NotNull String name, @NotNull Long projectId) @Nullable RepositoryDataEntityRepositoryDataEntity.getParent()@Nullable RepositoryDataEntityRepositoryDataEntityImpl.getParent()@NotNull RepositoryDataEntityPlanRepositoryLink.getRepositoryDataEntity()@NotNull RepositoryDataEntityPlanRepositoryLinkImpl.getRepositoryDataEntity()@Nullable RepositoryDataEntityRepositoryDefinitionManager.getRepositoryDataEntity(long id) Get persistent representation of a repository@Nullable RepositoryDataEntityRepositoryDefinitionManagerImpl.getRepositoryDataEntity(long id) Methods in com.atlassian.bamboo.repository that return types with arguments of type RepositoryDataEntityModifier 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) Methods in com.atlassian.bamboo.repository with parameters of type RepositoryDataEntityModifier and TypeMethodDescriptionvoidRepositoryDefinitionHibernateDao.delete(@NotNull RepositoryDataEntity repositoryDataEntity) RepositoryDefinitionManager.entityToUnmergedData(@NotNull RepositoryDataEntity entity) RepositoryDefinitionManagerImpl.entityToUnmergedData(@NotNull RepositoryDataEntity entity) @Nullable VcsRepositoryDataRepositoryDefinitionManager.entityToVcsData(@Nullable RepositoryDataEntity input) @Nullable VcsRepositoryDataRepositoryDefinitionManagerImpl.entityToVcsData(@Nullable RepositoryDataEntity input) voidRepositoryDefinitionDao.removeRepositoryIfUnused(RepositoryDataEntity repositoryDataEntity) voidRepositoryDefinitionHibernateDao.removeRepositoryIfUnused(RepositoryDataEntity repositoryDataEntity) voidRepositoryDefinitionManager.removeRepositoryIfUnused(RepositoryDataEntity repositoryDataEntity) Marks repository for deletion if it is referenced by aRepositoryChangeset, removes it otherwise.voidRepositoryDefinitionManagerImpl.removeRepositoryIfUnused(RepositoryDataEntity repositoryDataEntity) voidRepositoryDefinitionHibernateDao.save(@NotNull RepositoryDataEntity repositoryDataEntity) longRepositoryDefinitionManager.saveRepositoryDefinition(RepositoryDataEntity repositoryData) Save repository definition.longRepositoryDefinitionManagerImpl.saveRepositoryDefinition(RepositoryDataEntity repositoryData) voidRepositoryDataEntity.setParent(@Nullable RepositoryDataEntity parent) voidRepositoryDataEntityImpl.setParent(@Nullable RepositoryDataEntity parent) voidPlanRepositoryLink.setRepositoryDataEntity(@NotNull RepositoryDataEntity repositoryDataEntity) voidPlanRepositoryLinkImpl.setRepositoryDataEntity(@NotNull RepositoryDataEntity repositoryDataEntity) Method parameters in com.atlassian.bamboo.repository with type arguments of type RepositoryDataEntityModifier and TypeMethodDescriptionvoidRepositoryDefinitionManager.saveRepositoryDefinitions(@NotNull Collection<RepositoryDataEntity> repositoriesBeingCreated) Saves all repository definitions in the collection.voidRepositoryDefinitionManagerImpl.saveRepositoryDefinitions(@NotNull Collection<RepositoryDataEntity> repositoriesBeingCreated) Constructors in com.atlassian.bamboo.repository with parameters of type RepositoryDataEntityModifierConstructorDescriptionPlanRepositoryLinkImpl(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) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.resultsummary.vcs
Methods in com.atlassian.bamboo.resultsummary.vcs that return RepositoryDataEntityModifier and TypeMethodDescription@NotNull RepositoryDataEntityRepositoryChangeset.getRepositoryData()@NotNull RepositoryDataEntityRepositoryChangesetImpl.getRepositoryData()Methods in com.atlassian.bamboo.resultsummary.vcs with parameters of type RepositoryDataEntityModifier and TypeMethodDescriptionvoidRepositoryChangesetDao.removeRepositoryChangesets(RepositoryDataEntity repositoryDataEntity) voidRepositoryChangesetHibernateDao.removeRepositoryChangesets(RepositoryDataEntity repositoryDataEntity) voidRepositoryChangeset.setRepositoryData(@NotNull RepositoryDataEntity repositoryData) voidRepositoryChangesetImpl.setRepositoryData(@NotNull RepositoryDataEntity repositoryData) Constructors in com.atlassian.bamboo.resultsummary.vcs with parameters of type RepositoryDataEntityModifierConstructorDescriptionRepositoryChangesetImpl(@NotNull RepositoryDataEntity repositoryData, @NotNull ResultsSummary resultsSummary, @Nullable String changesetId, long skippedCommitsCount, int position, boolean buildTrigger) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.security
Methods in com.atlassian.bamboo.security with parameters of type RepositoryDataEntityModifier and TypeMethodDescriptionstatic voidPermissionsServiceUtils.assertCanManagePermissionsForRepository(RepositoryDataEntity repository, BambooPermissionManager bambooPermissionManager) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.specs
Methods in com.atlassian.bamboo.specs that return RepositoryDataEntityModifier and TypeMethodDescription@NotNull RepositoryDataEntityRssProjectPermission.getRepository()@NotNull RepositoryDataEntityRssProjectPermissionImpl.getRepository()@NotNull RepositoryDataEntityRssRepositoryPermission.getRepository()@NotNull RepositoryDataEntityRssRepositoryPermissionImpl.getRepository()@NotNull RepositoryDataEntityRssRepositoryPermission.getTargetRepository()@NotNull RepositoryDataEntityRssRepositoryPermissionImpl.getTargetRepository()Methods in com.atlassian.bamboo.specs with parameters of type RepositoryDataEntityModifier and TypeMethodDescriptionvoidRssProjectPermissionImpl.setRepository(RepositoryDataEntity repositoryId) voidRssRepositoryPermissionImpl.setRepository(RepositoryDataEntity repositoryId) voidRssRepositoryPermissionImpl.setTargetRepository(RepositoryDataEntity targetRepository) Constructors in com.atlassian.bamboo.specs with parameters of type RepositoryDataEntityModifierConstructorDescriptionRssProjectPermissionImpl(@NotNull Project project, @NotNull RepositoryDataEntity repository) RssRepositoryPermissionImpl(@NotNull RepositoryDataEntity targetRepository, @NotNull RepositoryDataEntity repository) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.tag
Methods in com.atlassian.bamboo.tag that return RepositoryDataEntityModifier and TypeMethodDescriptionVcsTag.getRepositoryData()returns repository data for repository where the tag isVcsTagImpl.getRepositoryData()Methods in com.atlassian.bamboo.tag with parameters of type RepositoryDataEntityModifier and TypeMethodDescriptionvoidVcsTag.setRepositoryData(RepositoryDataEntity repositoryData) sets repository datavoidVcsTagImpl.setRepositoryData(RepositoryDataEntity repositoryData) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.vcs.configuration
Constructors in com.atlassian.bamboo.vcs.configuration with parameters of type RepositoryDataEntityModifierConstructorDescriptionPartialVcsRepositoryDataImpl(@NotNull RepositoryDataEntity repositoryData, @NotNull RawRepositoryConfiguration rawRepositoryConfiguration, @Nullable VcsRepositoryData inheritedData) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.vcs.configuration.service
Methods in com.atlassian.bamboo.vcs.configuration.service that return RepositoryDataEntityModifier and TypeMethodDescription@Nullable RepositoryDataEntityVcsConfigurationHelper.validateRepositoryExistenceAndPermissions(long repositoryId, com.atlassian.struts.ValidationAware validationAware) Checks if a repository exists in the DB.Methods in com.atlassian.bamboo.vcs.configuration.service with parameters of type RepositoryDataEntityModifier and TypeMethodDescription@NotNull RawRepositoryConfigurationRawRepositoryConfigurationXmlConverter.fromEntity(@NotNull RepositoryDataEntity entity) Extract configuration from DB object.final @NotNull RawRepositoryConfigurationRawRepositoryConfigurationXmlConverterImpl.fromEntity(@NotNull RepositoryDataEntity entity) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.versioning
Methods in com.atlassian.bamboo.versioning with parameters of type RepositoryDataEntityModifier and TypeMethodDescriptionvoidRepositoryDataEntityVersioningSupplement.incrementVersion(@Nullable RepositoryDataEntity object, @Nullable org.hibernate.Session session) -
Uses of RepositoryDataEntity in com.atlassian.bamboo.ww2.actions.project.repository
Methods in com.atlassian.bamboo.ww2.actions.project.repository that return types with arguments of type RepositoryDataEntity