Interface DeploymentsAwareCommitUrlProvider
-
- All Superinterfaces:
BambooPluginModule
,BuildConfigurationAwarePlugin
,CommitUrlProvider
,ConfigurablePlugin
,ConvertibleFromConfig
,InitablePluginModule
,RenderableBuildConfiguration
,Serializable
,WebRepositoryViewer
- All Known Implementing Classes:
DefaultWebRepositoryViewer
,FisheyeWebRepositoryViewer
,LegacyStashWebRepositoryViewer
,StashWebRepositoryViewer
@PublicApi public interface DeploymentsAwareCommitUrlProvider extends CommitUrlProvider
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<DeploymentVersionVcsCommit,String>
getWebRepositoryUrlForDeploymentVersionCommits(Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData)
Provide the urls to link all the given commits in the web repository-
Methods 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 Detail
-
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
-
-