Uses of Interface
com.atlassian.bamboo.repository.RepositoryDataEntity
-
-
Uses of RepositoryDataEntity in com.atlassian.bamboo.build.creation
Methods in com.atlassian.bamboo.build.creation that return types with arguments of type RepositoryDataEntity Modifier and Type Method Description @NotNull Map<Long,RepositoryDataEntity>
PlanCreationBean. getRepositoriesBeingCreated()
Method parameters in com.atlassian.bamboo.build.creation with type arguments of type RepositoryDataEntity Modifier and Type Method Description void
PlanCreationBean. setRepositoriesBeingCreated(@NotNull Map<Long,RepositoryDataEntity> repositoriesBeingCreated)
-
Uses of RepositoryDataEntity in com.atlassian.bamboo.configuration.repository
Methods in com.atlassian.bamboo.configuration.repository that return RepositoryDataEntity Modifier and Type Method Description @Nullable RepositoryDataEntity
VcsConfigurationHelperImpl. validateRepositoryExistenceAndPermissions(long repositoryId, com.atlassian.struts.ValidationAware validationAware)
Methods in com.atlassian.bamboo.configuration.repository that return types with arguments of type RepositoryDataEntity Modifier and Type Method Description List<RepositoryDataEntity>
EditLinkedRepository. 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
Methods in com.atlassian.bamboo.deployments.environments.service with parameters of type RepositoryDataEntity Modifier and Type Method Description RepositoryDefinition
EnvironmentService. updateRepositoryLinkInEnvironment(EnvironmentRepositoryLink environmentRepositoryLink, RepositoryDataEntity newRepositoryEntity)
UpdateEnvironmentRepositoryLink
dataRepositoryDefinition
EnvironmentServiceImpl. updateRepositoryLinkInEnvironment(EnvironmentRepositoryLink environmentRepositoryLink, RepositoryDataEntity newRepositoryEntity)
-
Uses of RepositoryDataEntity in com.atlassian.bamboo.deployments.repository
Methods in com.atlassian.bamboo.deployments.repository that return RepositoryDataEntity Modifier and Type Method Description @NotNull RepositoryDataEntity
EnvironmentRepositoryLink. getRepositoryDataEntity()
@NotNull RepositoryDataEntity
EnvironmentRepositoryLinkImpl. getRepositoryDataEntity()
Methods in com.atlassian.bamboo.deployments.repository with parameters of type RepositoryDataEntity Modifier and Type Method Description void
EnvironmentRepositoryLink. setRepositoryDataEntity(@NotNull RepositoryDataEntity repositoryDataEntity)
void
EnvironmentRepositoryLinkImpl. setRepositoryDataEntity(@NotNull RepositoryDataEntity repositoryDataEntity)
Constructors in com.atlassian.bamboo.deployments.repository with parameters of type RepositoryDataEntity Constructor Description EnvironmentRepositoryLinkImpl(@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 RepositoryDataEntity Modifier and Type Method Description 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)
-
Uses of RepositoryDataEntity in com.atlassian.bamboo.deployments.specs
Methods in com.atlassian.bamboo.deployments.specs that return RepositoryDataEntity Modifier and Type Method Description @NotNull RepositoryDataEntity
RssDeploymentProjectPermission. getRepository()
@NotNull RepositoryDataEntity
RssDeploymentProjectPermissionImpl. getRepository()
Methods in com.atlassian.bamboo.deployments.specs with parameters of type RepositoryDataEntity Modifier and Type Method Description void
RssDeploymentProjectPermissionImpl. setRepository(RepositoryDataEntity repository)
Constructors in com.atlassian.bamboo.deployments.specs with parameters of type RepositoryDataEntity Constructor Description RssDeploymentProjectPermissionImpl(@NotNull MutableDeploymentProject deploymentProject, @NotNull RepositoryDataEntity repository)
-
Uses of RepositoryDataEntity in com.atlassian.bamboo.deployments.versions.persistence.commits
Methods in com.atlassian.bamboo.deployments.versions.persistence.commits that return RepositoryDataEntity Modifier and Type Method Description @NotNull RepositoryDataEntity
MutableDeploymentVersionVcsChangeset. getRepositoryData()
RepositoryDataEntity
MutableDeploymentVersionVcsChangesetImpl. getRepositoryData()
Methods in com.atlassian.bamboo.deployments.versions.persistence.commits with parameters of type RepositoryDataEntity Modifier and Type Method Description void
MutableDeploymentVersionVcsChangeset. setRepositoryData(@NotNull RepositoryDataEntity repositoryData)
void
MutableDeploymentVersionVcsChangesetImpl. setRepositoryData(RepositoryDataEntity repositoryData)
-
Uses of RepositoryDataEntity in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream with parameters of type RepositoryDataEntity Modifier and Type Method Description void
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)
Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type RepositoryDataEntity Modifier and Type Method Description void
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
Methods in com.atlassian.bamboo.notification with parameters of type RepositoryDataEntity Modifier and Type Method Description protected String
AbstractNotification. getCommitUrl(@NotNull RepositoryDataEntity repositoryDataEntity, @Nullable String revision, @NotNull ImmutablePlan plan, @NotNull CustomVariableContext customVariableContext, @NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull VcsRepositoryViewerManager vcsRepositoryViewerManager)
RepositoryData
AbstractNotification. getRepositoryData(@Nullable RepositoryDataEntity entity)
Deprecated.since 6.4 old repository interface -
Uses of RepositoryDataEntity in com.atlassian.bamboo.notification.buildcompleted
Methods in com.atlassian.bamboo.notification.buildcompleted with parameters of type RepositoryDataEntity Modifier and Type Method Description String
AbstractCompletedNotification. 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 RepositoryDataEntity Modifier and Type Method Description String
AfterXFailedNotification. getCommitUrl(@NotNull RepositoryDataEntity repositoryDataEntity, String revision)
-
Uses of RepositoryDataEntity in com.atlassian.bamboo.repository
Classes in com.atlassian.bamboo.repository that implement RepositoryDataEntity Modifier and Type Class Description class
RepositoryDataEntityImpl
Fields in com.atlassian.bamboo.repository with type parameters of type RepositoryDataEntity Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<PlanRepositoryLinkImpl,RepositoryDataEntity>
PlanRepositoryLinkImpl_. repositoryDataEntity
Methods in com.atlassian.bamboo.repository that return RepositoryDataEntity Modifier and Type Method Description @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)
Methods in com.atlassian.bamboo.repository that return types with arguments of type RepositoryDataEntity Modifier and Type Method Description @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 RepositoryDataEntity Modifier and Type Method Description void
RepositoryDefinitionHibernateDao. delete(@NotNull RepositoryDataEntity repositoryDataEntity)
PartialVcsRepositoryData
RepositoryDefinitionManager. entityToUnmergedData(@NotNull RepositoryDataEntity entity)
PartialVcsRepositoryData
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)
Method parameters in com.atlassian.bamboo.repository with type arguments of type RepositoryDataEntity Modifier and Type Method Description void
RepositoryDefinitionManager. saveRepositoryDefinitions(@NotNull Collection<RepositoryDataEntity> repositoriesBeingCreated)
Saves all repository definitions in the collection.void
RepositoryDefinitionManagerImpl. saveRepositoryDefinitions(@NotNull Collection<RepositoryDataEntity> repositoriesBeingCreated)
Constructors in com.atlassian.bamboo.repository with parameters of type RepositoryDataEntity Constructor Description LegacyRepositoryDataImpl(RepositoryDataEntity repositoryData)
Deprecated.PlanRepositoryLinkImpl(Plan plan, RepositoryDataEntity repositoryDataEntity, int position)
RepositoryDataEntityImpl(RepositoryDataEntity source)
RepositoryDataEntityImpl(String pluginKey, String name, String description, String xmlData, boolean markedForDeletion, boolean global, RepositoryDataEntity parent, Long projectId, Long version)
RepositoryDataImpl(RepositoryDataEntity entity)
Deprecated.since 5.14 useRepositoryDataImpl(VcsRepositoryData)
-
Uses of RepositoryDataEntity in com.atlassian.bamboo.resultsummary.vcs
Methods in com.atlassian.bamboo.resultsummary.vcs that return RepositoryDataEntity Modifier and Type Method Description @NotNull RepositoryDataEntity
RepositoryChangeset. getRepositoryData()
@NotNull RepositoryDataEntity
RepositoryChangesetImpl. getRepositoryData()
Methods in com.atlassian.bamboo.resultsummary.vcs with parameters of type RepositoryDataEntity Modifier and Type Method Description void
RepositoryChangesetDao. removeRepositoryChangesets(RepositoryDataEntity repositoryDataEntity)
void
RepositoryChangesetHibernateDao. removeRepositoryChangesets(RepositoryDataEntity repositoryDataEntity)
void
RepositoryChangeset. setRepositoryData(@NotNull RepositoryDataEntity repositoryData)
void
RepositoryChangesetImpl. setRepositoryData(@NotNull RepositoryDataEntity repositoryData)
Constructors in com.atlassian.bamboo.resultsummary.vcs with parameters of type RepositoryDataEntity Constructor Description RepositoryChangesetImpl(@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 RepositoryDataEntity Modifier and Type Method Description static void
PermissionsServiceUtils. assertCanManagePermissionsForRepository(RepositoryDataEntity repository, BambooPermissionManager bambooPermissionManager)
-
Uses of RepositoryDataEntity in com.atlassian.bamboo.specs
Methods in com.atlassian.bamboo.specs that return RepositoryDataEntity Modifier and Type Method Description @NotNull RepositoryDataEntity
RssProjectPermission. getRepository()
@NotNull RepositoryDataEntity
RssProjectPermissionImpl. getRepository()
@NotNull RepositoryDataEntity
RssRepositoryPermission. getRepository()
@NotNull RepositoryDataEntity
RssRepositoryPermissionImpl. getRepository()
@NotNull RepositoryDataEntity
RssRepositoryPermission. getTargetRepository()
@NotNull RepositoryDataEntity
RssRepositoryPermissionImpl. getTargetRepository()
Methods in com.atlassian.bamboo.specs with parameters of type RepositoryDataEntity Modifier and Type Method Description void
RssProjectPermissionImpl. setRepository(RepositoryDataEntity repositoryId)
void
RssRepositoryPermissionImpl. setRepository(RepositoryDataEntity repositoryId)
void
RssRepositoryPermissionImpl. setTargetRepository(RepositoryDataEntity targetRepository)
Constructors in com.atlassian.bamboo.specs with parameters of type RepositoryDataEntity Constructor Description RssProjectPermissionImpl(@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 RepositoryDataEntity Modifier and Type Method Description RepositoryDataEntity
VcsTag. getRepositoryData()
returns repository data for repository where the tag isRepositoryDataEntity
VcsTagImpl. getRepositoryData()
Methods in com.atlassian.bamboo.tag with parameters of type RepositoryDataEntity Modifier and Type Method Description void
VcsTag. setRepositoryData(RepositoryDataEntity repositoryData)
sets repository datavoid
VcsTagImpl. setRepositoryData(RepositoryDataEntity repositoryData)
-
Uses of RepositoryDataEntity in com.atlassian.bamboo.vcs.configuration
Constructors in com.atlassian.bamboo.vcs.configuration with parameters of type RepositoryDataEntity Constructor Description PartialVcsRepositoryDataImpl(@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 RepositoryDataEntity Modifier and Type Method Description @Nullable RepositoryDataEntity
VcsConfigurationHelper. 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 RepositoryDataEntity Modifier and Type Method Description @NotNull RawRepositoryConfiguration
RawRepositoryConfigurationXmlConverter. fromEntity(@NotNull RepositoryDataEntity entity)
Extract configuration from DB object.@NotNull RawRepositoryConfiguration
RawRepositoryConfigurationXmlConverterImpl. fromEntity(@NotNull RepositoryDataEntity entity)
static boolean
RawRepositoryConfigurationXmlConverterImpl. isEntityIn514Format(@NotNull RepositoryDataEntity entity)
-
Uses of RepositoryDataEntity in com.atlassian.bamboo.versioning
Methods in com.atlassian.bamboo.versioning with parameters of type RepositoryDataEntity Modifier and Type Method Description void
RepositoryDataEntityVersioningSupplement. 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 Modifier and Type Method Description List<RepositoryDataEntity>
EditProjectRepository. getBambooSpecsPermittedRepositories()
-