Uses of Interface
com.atlassian.bamboo.repository.RepositoryData
Package
Description
-
Uses of RepositoryData in com.atlassian.bamboo.deployments.versions.history.commit
Modifier and TypeMethodDescriptionDeploymentVersionVcsChangeset.getRepositoryData()
Deprecated.since 5.14DeploymentVersionVcsChangesetImpl.getRepositoryData()
ModifierConstructorDescriptionDeploymentVersionVcsChangesetImpl
(long deploymentProjectId, RepositoryData repositoryData, Collection<DeploymentVersionVcsCommit> deploymentVersionVcsCommits) Creates arbitrary changeset. -
Uses of RepositoryData in com.atlassian.bamboo.notification
Modifier and TypeMethodDescriptionAbstractNotification.getRepositoryData
(@Nullable RepositoryDataEntity entity) Deprecated.since 6.4 old repository interfaceAbstractNotification.getRepositoryData
(@Nullable RepositoryChangeset repositoryChangeset) Deprecated.since 6.4 old repository interface -
Uses of RepositoryData in com.atlassian.bamboo.plugins.bitbucket
Modifier and TypeMethodDescriptionprotected @Nullable URI
BitbucketCloudRepositoryViewer.getUriForRepositoryData
(RepositoryData repositoryData) -
Uses of RepositoryData in com.atlassian.bamboo.plugins.bitbucket.v2.viewer
Modifier and TypeMethodDescriptionprotected @Nullable URI
BitbucketCloudVcsRepositoryViewer.getUriForRepositoryData
(RepositoryData repositoryData) -
Uses of RepositoryData in com.atlassian.bamboo.plugins.stash
Modifier and TypeMethodDescriptionStashWebRepositoryViewer.getHtmlForCommitsFull
(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryData) StashWebRepositoryViewer.getHtmlForCommitsSummary
(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryData, int maxChanges) @Nullable String
StashWebRepositoryViewer.getStashUrlForFile
(@NotNull CommitFile file, RepositoryData repositoryData) Generate the link to a given file in the selected stash repository@Nullable String
StashWebRepositoryViewer.getStashUrlForFileAtItsRevision
(@NotNull CommitFile file, RepositoryData repositoryData) Generate the link to a given file in the selected stash repository at the revision pointed by the commit@Nullable String
StashWebRepositoryViewer.getStashUrlForFileDiff
(@NotNull CommitFile file, RepositoryData repositoryData) Generate the link to a diff between given file and its direct ancestor@Nullable String
StashWebRepositoryViewer.getWebRepositoryUrlForCommit
(Commit commit, @NotNull RepositoryData repositoryData) StashWebRepositoryViewer.getWebRepositoryUrlForCommits
(Collection<Commit> commits, RepositoryData repositoryDefinition) StashWebRepositoryViewer.getWebRepositoryUrlForDeploymentVersionCommits
(Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData) @Nullable String
StashWebRepositoryViewer.getWebRepositoryUrlForRevision
(String revisionId, @NotNull RepositoryData repositoryData) -
Uses of RepositoryData in com.atlassian.bamboo.repository
Modifier and TypeInterfaceDescriptioninterface
Deprecated.since 5.14 usePlanRepositoryDefinition
Modifier and TypeClassDescriptionclass
Deprecated.since 5.14 useVcsRepositoryDataImpl
class
Deprecated.since 5.14 useRepositoryDefinitionImpl
class
class
class
Modifier and TypeMethodDescriptionRepositoryDefinitionManager.getGlobalRepositoryDefinitions()
Deprecated.since 5.14 useRepositoryDefinitionManager.getLinkedRepositories()
RepositoryDefinitionManagerImpl.getGlobalRepositoryDefinitions()
RepositoryDefinitionManager.getGlobalRepositoryDefinitionsForAdministration()
Deprecated.RepositoryDefinitionManagerImpl.getGlobalRepositoryDefinitionsForAdministration()
RepositoryDefinitionManager.getGlobalRepositoryDefinitionsUnrestricted()
Deprecated.since 5.14RepositoryDefinitionManagerImpl.getGlobalRepositoryDefinitionsUnrestricted()
Modifier and TypeMethodDescriptionAbstractStandaloneRepository.getViewHtml
(RepositoryData repositoryData) This implementation uses the same ftl templates asAbstractRepository.getViewHtml(Plan)
@Nullable String
RequiresRepositoryData.getViewHtml
(RepositoryData repositoryData) -
Uses of RepositoryData in com.atlassian.bamboo.resultsummary
Modifier and TypeMethodDescription<T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryManagerImpl.getResultSummariesByChangeSetIds
(@NotNull Iterable<Pair<String, RepositoryData>> changeSetIds, Class<T> discriminator) <T extends ResultsSummary>
@NotNull List<T>ResultsSummaryManager.getResultSummariesByChangeSetIds
(@NotNull Iterable<Pair<String, RepositoryData>> changeSetIds, Class<T> discriminator) Get a list of all build results containing a commit with any of the given changeset IDs and which are in the supplied list of repository datas. -
Uses of RepositoryData in com.atlassian.bamboo.testutils.resultsummary.vcs
Modifier and TypeMethodDescriptionstatic RepositoryChangeset
RepositoryChangesetMocks.mockRepositoryChangeset
(RepositoryData mockRepositoryDefinition) -
Uses of RepositoryData in com.atlassian.bamboo.vcs.configuration
Modifier and TypeMethodDescription@NotNull RepositoryData
CompleteVcsRepositoryData.asLegacyData()
@NotNull RepositoryData
PartialVcsRepositoryData.asLegacyData()
Deprecated.since 5.14 for backward compatibility only@NotNull RepositoryData
PartialVcsRepositoryDataImpl.asLegacyData()
@NotNull RepositoryData
VcsRepositoryData.asLegacyData()
Deprecated.since 5.14 for backward compatibility only@NotNull RepositoryData
VcsRepositoryDataImpl.asLegacyData()
-
Uses of RepositoryData in com.atlassian.bamboo.vcs.viewer.legacy
Modifier and TypeMethodDescriptionprotected RepositoryData
LegacyVcsViewerBase.getRepositoryData
(@NotNull VcsRepositoryData vcsRepositoryData) -
Uses of RepositoryData in com.atlassian.bamboo.webrepository
Modifier and TypeMethodDescriptionDefaultWebRepositoryViewer.getHtmlForCommitsFull
(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryData) Deprecated.NoWebRepositoryViewer.getHtmlForCommitsFull
(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryDefinition) WebRepositoryViewer.getHtmlForCommitsFull
(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryData) Deprecated.Renders the html to display the full commits on the changes tab.DefaultWebRepositoryViewer.getHtmlForCommitsSummary
(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryData, int maxChanges) Deprecated.NoWebRepositoryViewer.getHtmlForCommitsSummary
(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryData, int maxChanges) WebRepositoryViewer.getHtmlForCommitsSummary
(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryData, int maxChanges) Deprecated.Renders the html to display a summary of the commits on the Build Results Summary tab.@Nullable String
CommitUrlProvider.getWebRepositoryUrlForCommit
(Commit commit, @NotNull RepositoryData repositoryData) Provide the url to link to the given commit in the web repository@Nullable String
DefaultWebRepositoryViewer.getWebRepositoryUrlForCommit
(Commit commit, @NotNull RepositoryData repositoryData) Deprecated.@Nullable String
NoWebRepositoryViewer.getWebRepositoryUrlForCommit
(Commit commit, @NotNull RepositoryData repositoryData) CommitUrlProvider.getWebRepositoryUrlForCommits
(Collection<Commit> commits, RepositoryData repositoryDefinition) Provide the urls to link all the given commits in the web repositoryDefaultWebRepositoryViewer.getWebRepositoryUrlForCommits
(Collection<Commit> commits, RepositoryData repositoryDefinition) Deprecated.NoWebRepositoryViewer.getWebRepositoryUrlForCommits
(Collection<Commit> commits, RepositoryData repositoryDefinition) DefaultWebRepositoryViewer.getWebRepositoryUrlForDeploymentVersionCommits
(Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData) Deprecated.DeploymentsAwareCommitUrlProvider.getWebRepositoryUrlForDeploymentVersionCommits
(Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData) Provide the urls to link all the given commits in the web repository@Nullable String
DefaultWebRepositoryViewer.getWebRepositoryUrlForDiff
(CommitFile file, RepositoryData repositoryData) Deprecated.@Nullable String
DefaultWebRepositoryViewer.getWebRepositoryUrlForFile
(@NotNull CommitFile file, RepositoryData repositoryData) Deprecated.Generate the link to a given file in a given repository@Nullable String
CommitUrlProvider.getWebRepositoryUrlForRevision
(String revisionId, @NotNull RepositoryData repositoryData) Provide the url to link to the given revision in the web repository@Nullable String
DefaultWebRepositoryViewer.getWebRepositoryUrlForRevision
(CommitFile file, RepositoryData repositoryData) Deprecated.DefaultWebRepositoryViewer.getWebRepositoryUrlForRevision
(String revisionId, @NotNull RepositoryData repositoryDefinition) Deprecated.@Nullable String
NoWebRepositoryViewer.getWebRepositoryUrlForRevision
(String revisionId, @NotNull RepositoryData repositoryData) -
Uses of RepositoryData in com.atlassian.bamboo.webrepository.fisheye
Modifier and TypeMethodDescriptionFisheyeWebRepositoryViewer.getHtmlForCommitsFull
(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryData) FisheyeWebRepositoryViewer.getHtmlForCommitsSummary
(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryData, int maxChanges) @Nullable String
FisheyeWebRepositoryViewer.getWebRepositoryUrlForCommit
(Commit commit, @NotNull RepositoryData repositoryData) FisheyeWebRepositoryViewer.getWebRepositoryUrlForCommits
(Collection<Commit> commits, RepositoryData repositoryData) FisheyeWebRepositoryViewer.getWebRepositoryUrlForDeploymentVersionCommits
(Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData) @Nullable String
FisheyeWebRepositoryViewer.getWebRepositoryUrlForDiff
(CommitFile file, RepositoryData repositoryData) @Nullable String
FisheyeWebRepositoryViewer.getWebRepositoryUrlForFile
(@NotNull CommitFile file, RepositoryData repositoryData) Generate the link to a given file in a given repository@Nullable String
FisheyeWebRepositoryViewer.getWebRepositoryUrlForRevision
(CommitFile file, RepositoryData repositoryData) @Nullable String
FisheyeWebRepositoryViewer.getWebRepositoryUrlForRevision
(String revisionId, @NotNull RepositoryData repositoryData) FisheyeWebRepositoryViewer.getWebRepositoryUrlForRevisions
(Collection<String> revisions, RepositoryData repositoryData) -
Uses of RepositoryData in com.atlassian.bamboo.webrepository.stash
Modifier and TypeMethodDescriptionLegacyStashWebRepositoryViewer.getHtmlForCommitsFull
(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryData) Deprecated.LegacyStashWebRepositoryViewer.getHtmlForCommitsSummary
(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryData, int maxChanges) Deprecated.@Nullable String
LegacyStashWebRepositoryViewer.getStashUrlForFile
(@NotNull CommitFile file, RepositoryData repositoryData) Deprecated.Generate the link to a given file in the selected stash repository@Nullable String
LegacyStashWebRepositoryViewer.getStashUrlForFileAtItsRevision
(@NotNull CommitFile file, RepositoryData repositoryData) Deprecated.Generate the link to a given file in the selected stash repository at the revision pointed by the commit@Nullable String
LegacyStashWebRepositoryViewer.getStashUrlForFileDiff
(@NotNull CommitFile file, RepositoryData repositoryData) Deprecated.Generate the link to a diff between given file and its direct ancestor@Nullable String
LegacyStashWebRepositoryViewer.getWebRepositoryUrlForCommit
(Commit commit, @NotNull RepositoryData repositoryData) Deprecated.LegacyStashWebRepositoryViewer.getWebRepositoryUrlForCommits
(Collection<Commit> commits, RepositoryData repositoryDefinition) Deprecated.LegacyStashWebRepositoryViewer.getWebRepositoryUrlForDeploymentVersionCommits
(Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData) Deprecated.LegacyStashWebRepositoryViewer.getWebRepositoryUrlForDiff
(@NotNull CommitFile file, RepositoryData repositoryData) Deprecated.LegacyStashWebRepositoryViewer.getWebRepositoryUrlForFile
(@NotNull CommitFile file, RepositoryData repositoryData) Deprecated.LegacyStashWebRepositoryViewer.getWebRepositoryUrlForRevision
(@NotNull CommitFile file, RepositoryData repositoryData) Deprecated.@Nullable String
LegacyStashWebRepositoryViewer.getWebRepositoryUrlForRevision
(String revisionId, @NotNull RepositoryData repositoryData) Deprecated. -
Uses of RepositoryData in com.atlassian.bamboo.ww2.actions.build.admin.create
ModifierConstructorDescriptionRepositoryOption
(@NotNull RepositoryData repositoryData, @NotNull String groupName) Deprecated.since 5.14RepositoryOption
(@NotNull RepositoryData repositoryData, @NotNull String groupName, boolean shared) Deprecated.since 5.14 -
Uses of RepositoryData in com.atlassian.bamboo.ww2.aware
Modifier and TypeMethodDescriptionvoid
RepositoryConfigurationAware.setRepositoryData
(RepositoryData repositoryData) -
Uses of RepositoryData in it.com.atlassian.bamboo.configuration.external.yaml.export