| Modifier and Type | Method and Description |
|---|---|
@Nullable RepositoryDataEntity |
VcsConfigurationHelperImpl.validateRepositoryExistenceAndPermissions(long repositoryId,
com.atlassian.struts.ValidationAware validationAware) |
| Modifier and Type | Method and Description |
|---|---|
List<RepositoryDataEntity> |
EditLinkedRepository.getBambooSpecsPermittedRepositories() |
| Modifier and Type | Method and Description |
|---|---|
RepositoryDefinition |
EnvironmentServiceImpl.updateRepositoryLinkInEnvironment(EnvironmentRepositoryLink environmentRepositoryLink,
RepositoryDataEntity newRepositoryEntity) |
RepositoryDefinition |
EnvironmentService.updateRepositoryLinkInEnvironment(EnvironmentRepositoryLink environmentRepositoryLink,
RepositoryDataEntity newRepositoryEntity)
Update
EnvironmentRepositoryLink data |
| Modifier and Type | Method and Description |
|---|---|
@NotNull RepositoryDataEntity |
EnvironmentRepositoryLinkImpl.getRepositoryDataEntity() |
@NotNull RepositoryDataEntity |
EnvironmentRepositoryLink.getRepositoryDataEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
EnvironmentRepositoryLinkImpl.setRepositoryDataEntity(@NotNull RepositoryDataEntity repositoryDataEntity) |
void |
EnvironmentRepositoryLink.setRepositoryDataEntity(@NotNull RepositoryDataEntity repositoryDataEntity) |
| Constructor and Description |
|---|
EnvironmentRepositoryLinkImpl(@NotNull MutableEnvironment environment,
@NotNull RepositoryDataEntity repositoryDataEntity,
int position) |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentRepositoryLink |
EnvironmentRepositoryLinkHibernateDao.linkRepositoryToEnvironment(MutableEnvironment environment,
RepositoryDataEntity repositoryDataEntity,
int index) |
EnvironmentRepositoryLink |
EnvironmentRepositoryLinkDao.linkRepositoryToEnvironment(MutableEnvironment environment,
RepositoryDataEntity repositoryDataEntity,
int index)
Creates and saves connection between repository and and a deployment environment.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull RepositoryDataEntity |
RssDeploymentProjectPermissionImpl.getRepository() |
@NotNull RepositoryDataEntity |
RssDeploymentProjectPermission.getRepository() |
| Modifier and Type | Method and Description |
|---|---|
void |
RssDeploymentProjectPermissionImpl.setRepository(RepositoryDataEntity repository) |
| Constructor and Description |
|---|
RssDeploymentProjectPermissionImpl(@NotNull MutableDeploymentProject deploymentProject,
@NotNull RepositoryDataEntity repository) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull RepositoryDataEntity |
MutableDeploymentVersionVcsChangeset.getRepositoryData() |
RepositoryDataEntity |
MutableDeploymentVersionVcsChangesetImpl.getRepositoryData() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableDeploymentVersionVcsChangeset.setRepositoryData(@NotNull RepositoryDataEntity repositoryData) |
void |
MutableDeploymentVersionVcsChangesetImpl.setRepositoryData(RepositoryDataEntity repositoryData) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractNotification.getCommitUrl(@NotNull RepositoryDataEntity repositoryDataEntity,
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
|
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractCompletedNotification.getCommitUrl(@NotNull RepositoryDataEntity repositoryDataEntity,
String revision) |
| Modifier and Type | Method and Description |
|---|---|
String |
AfterXFailedNotification.getCommitUrl(@NotNull RepositoryDataEntity repositoryDataEntity,
String revision) |
| Modifier and Type | Class and Description |
|---|---|
class |
RepositoryDataEntityImpl |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<PlanRepositoryLinkImpl,RepositoryDataEntity> |
PlanRepositoryLinkImpl_.repositoryDataEntity |
| Modifier and Type | Method and Description |
|---|---|
@Nullable RepositoryDataEntity |
RepositoryDefinitionDao.findById(long id) |
@Nullable RepositoryDataEntity |
RepositoryDefinitionHibernateDao.findLinkedRepositoryByName(@NotNull String name) |
@Nullable RepositoryDataEntity |
RepositoryDefinitionDao.findLinkedRepositoryByName(@NotNull String name)
Find a linked repository by name;
|
@Nullable RepositoryDataEntity |
RepositoryDefinitionHibernateDao.findProjectRepositoryByName(@NotNull String name,
@NotNull Long projectId) |
@Nullable RepositoryDataEntity |
RepositoryDefinitionDao.findProjectRepositoryByName(@NotNull String name,
@NotNull Long projectId)
Find a project repository by name in project associated with given projectId.
|
@Nullable RepositoryDataEntity |
RepositoryDataEntityImpl.getParent() |
@Nullable RepositoryDataEntity |
RepositoryDataEntity.getParent() |
@NotNull RepositoryDataEntity |
PlanRepositoryLinkImpl.getRepositoryDataEntity() |
@NotNull RepositoryDataEntity |
PlanRepositoryLink.getRepositoryDataEntity() |
@Nullable RepositoryDataEntity |
RepositoryDefinitionManagerImpl.getRepositoryDataEntity(long id) |
@Nullable RepositoryDataEntity |
RepositoryDefinitionManager.getRepositoryDataEntity(long id)
Get persistent representation of a repository
|
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryDefinitionHibernateDao.delete(@NotNull RepositoryDataEntity repositoryDataEntity) |
PartialVcsRepositoryData |
RepositoryDefinitionManagerImpl.entityToUnmergedData(@NotNull RepositoryDataEntity entity) |
PartialVcsRepositoryData |
RepositoryDefinitionManager.entityToUnmergedData(@NotNull RepositoryDataEntity entity) |
@Nullable VcsRepositoryData |
RepositoryDefinitionManagerImpl.entityToVcsData(@Nullable RepositoryDataEntity input) |
@Nullable VcsRepositoryData |
RepositoryDefinitionManager.entityToVcsData(@Nullable RepositoryDataEntity input) |
void |
RepositoryDefinitionHibernateDao.removeRepositoryIfUnused(RepositoryDataEntity repositoryDataEntity) |
void |
RepositoryDefinitionManagerImpl.removeRepositoryIfUnused(RepositoryDataEntity repositoryDataEntity) |
void |
RepositoryDefinitionManager.removeRepositoryIfUnused(RepositoryDataEntity repositoryDataEntity)
Marks repository for deletion if it is referenced by a
RepositoryChangeset, removes it otherwise. |
void |
RepositoryDefinitionDao.removeRepositoryIfUnused(RepositoryDataEntity repositoryDataEntity) |
void |
RepositoryDefinitionHibernateDao.save(@NotNull RepositoryDataEntity repositoryDataEntity) |
long |
RepositoryDefinitionManagerImpl.saveRepositoryDefinition(RepositoryDataEntity repositoryData) |
long |
RepositoryDefinitionManager.saveRepositoryDefinition(RepositoryDataEntity repositoryData)
Save repository definition.
|
void |
RepositoryDataEntityImpl.setParent(@Nullable RepositoryDataEntity parent) |
void |
RepositoryDataEntity.setParent(@Nullable RepositoryDataEntity parent) |
void |
PlanRepositoryLinkImpl.setRepositoryDataEntity(@NotNull RepositoryDataEntity repositoryDataEntity) |
void |
PlanRepositoryLink.setRepositoryDataEntity(@NotNull RepositoryDataEntity repositoryDataEntity) |
| Constructor and 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) |
RepositoryDataImpl(RepositoryDataEntity entity)
Deprecated.
since 5.14 use
RepositoryDataImpl(VcsRepositoryData) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull RepositoryDataEntity |
RepositoryChangesetImpl.getRepositoryData() |
@NotNull RepositoryDataEntity |
RepositoryChangeset.getRepositoryData() |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryChangesetHibernateDao.removeRepositoryChangesets(RepositoryDataEntity repositoryDataEntity) |
void |
RepositoryChangesetDao.removeRepositoryChangesets(RepositoryDataEntity repositoryDataEntity) |
void |
RepositoryChangesetImpl.setRepositoryData(@NotNull RepositoryDataEntity repositoryData) |
void |
RepositoryChangeset.setRepositoryData(@NotNull RepositoryDataEntity repositoryData) |
| Constructor and Description |
|---|
RepositoryChangesetImpl(@NotNull RepositoryDataEntity repositoryData,
@NotNull ResultsSummary resultsSummary,
@Nullable String changesetId,
long skippedCommitsCount,
int position,
boolean buildTrigger) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PermissionsServiceUtils.assertCanManagePermissionsForRepository(RepositoryDataEntity repository,
BambooPermissionManager bambooPermissionManager) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull RepositoryDataEntity |
RssRepositoryPermissionImpl.getRepository() |
@NotNull RepositoryDataEntity |
RssProjectPermissionImpl.getRepository() |
@NotNull RepositoryDataEntity |
RssProjectPermission.getRepository() |
@NotNull RepositoryDataEntity |
RssRepositoryPermission.getRepository() |
@NotNull RepositoryDataEntity |
RssRepositoryPermissionImpl.getTargetRepository() |
@NotNull RepositoryDataEntity |
RssRepositoryPermission.getTargetRepository() |
| Modifier and Type | Method and Description |
|---|---|
void |
RssRepositoryPermissionImpl.setRepository(RepositoryDataEntity repositoryId) |
void |
RssProjectPermissionImpl.setRepository(RepositoryDataEntity repositoryId) |
void |
RssRepositoryPermissionImpl.setTargetRepository(RepositoryDataEntity targetRepository) |
| Constructor and Description |
|---|
RssProjectPermissionImpl(@NotNull Project project,
@NotNull RepositoryDataEntity repository) |
RssRepositoryPermissionImpl(@NotNull RepositoryDataEntity targetRepository,
@NotNull RepositoryDataEntity repository) |
RssRepositoryPermissionImpl(@NotNull RepositoryDataEntity targetRepository,
@NotNull RepositoryDataEntity repository) |
| Modifier and Type | Method and Description |
|---|---|
RepositoryDataEntity |
VcsTagImpl.getRepositoryData() |
RepositoryDataEntity |
VcsTag.getRepositoryData()
returns repository data for repository where the tag is
|
| Modifier and Type | Method and Description |
|---|---|
void |
VcsTagImpl.setRepositoryData(RepositoryDataEntity repositoryData) |
void |
VcsTag.setRepositoryData(RepositoryDataEntity repositoryData)
sets repository data
|
| Modifier and Type | Method and Description |
|---|---|
protected RawRepositoryConfiguration |
UpgradeTask51406UseNewXmlFormatForRepositories.getNewConfiguration(@NotNull RepositoryDataEntity repositoryDataEntity,
@NotNull String xml,
@NotNull String pluginKey) |
| Constructor and Description |
|---|
PartialVcsRepositoryDataImpl(@NotNull RepositoryDataEntity repositoryData,
@NotNull RawRepositoryConfiguration rawRepositoryConfiguration,
@Nullable VcsRepositoryData inheritedData) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable RepositoryDataEntity |
VcsConfigurationHelper.validateRepositoryExistenceAndPermissions(long repositoryId,
com.atlassian.struts.ValidationAware validationAware)
Checks if a repository exists in the DB.
|
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
List<RepositoryDataEntity> |
EditProjectRepository.getBambooSpecsPermittedRepositories() |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.