Interface DeploymentsAwareCommitUrlProvider
- All Superinterfaces:
BambooPluginModule
,BuildConfigurationAwarePlugin
,CommitUrlProvider
,ConfigurablePlugin
,ConvertibleFromConfig
,InitablePluginModule
,RenderableBuildConfiguration
,Serializable
,WebRepositoryViewer
- All Known Implementing Classes:
DefaultWebRepositoryViewer
,FisheyeWebRepositoryViewer
,LegacyStashWebRepositoryViewer
,StashWebRepositoryViewer
CommitUrlProvider
that 'knows' how to deal with deployments-
Field Summary
Fields inherited from interface com.atlassian.bamboo.webrepository.WebRepositoryViewer
SELECTED_WEB_REPOSITORY_VIEWER, WEB_REPOSITORY
-
Method Summary
Modifier and TypeMethodDescriptiongetWebRepositoryUrlForDeploymentVersionCommits
(Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData) Provide the urls to link all the given commits in the web repositoryMethods inherited from interface com.atlassian.bamboo.v2.build.BuildConfigurationAwarePlugin
addDefaultValues, isConfigurationMissing, prepareConfigObject, validate
Methods inherited from interface com.atlassian.bamboo.webrepository.CommitUrlProvider
getWebRepositoryUrlForCommit, getWebRepositoryUrlForCommits, getWebRepositoryUrlForRevision
Methods inherited from interface com.atlassian.bamboo.v2.build.ConfigurablePlugin
customizeBuildRequirements, removeBuildRequirements
Methods inherited from interface com.atlassian.bamboo.fieldvalue.ConvertibleFromConfig
populateFromConfig, toConfiguration
Methods inherited from interface com.atlassian.bamboo.plugin.InitablePluginModule
init
Methods inherited from interface com.atlassian.bamboo.v2.build.RenderableBuildConfiguration
getEditHtml, getViewHtml
Methods inherited from interface com.atlassian.bamboo.webrepository.WebRepositoryViewer
getHtmlForCommitsFull, getHtmlForCommitsSummary, getKey, getName, getShortKey, getSupportedRepositories, populateFromParams
-
Method Details
-
getWebRepositoryUrlForDeploymentVersionCommits
Map<DeploymentVersionVcsCommit,String> getWebRepositoryUrlForDeploymentVersionCommits(Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData) Provide the urls to link all the given commits in the web repository- Parameters:
commits
- to generate links forrepositoryData
- the repository the commit came from- Returns:
- a map of the commit to its url.
- Since:
- 5.5
-