|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.v2.build.BaseBuildConfigurationAwarePlugin com.atlassian.bamboo.v2.build.BaseConfigurablePlugin com.atlassian.bamboo.webrepository.AbstractWebRepositoryViewer com.atlassian.bamboo.webrepository.stash.LegacyStashWebRepositoryViewer
@Deprecated public class LegacyStashWebRepositoryViewer
URL FORMATS: file https://caviardog.atlassian.com/caviar/projects/STASH/repos/stash/browse/webapp/default/src/main/webapp/static/page/repository/editRepository.soy?at=8127e6af149297ae95219c3b0a202a84d9a20b33 revision/changeset https://caviardog.atlassian.com/caviar/projects/STASH/repos/stash/commits/8127e6af149297ae95219c3b0a202a84d9a20b33 diff https://caviardog.atlassian.com/caviar/projects/STASH/repos/stash/diff/webapp/default/src/main/webapp/static/page/repository/editRepository.soy?at=8127e6af149297ae95219c3b0a202a84d9a20b33&until=8127e6af149297ae95219c3b0a202a84d9a20b33
Field Summary | |
---|---|
protected static String |
STASH_PROJECT
Deprecated. |
protected static String |
STASH_REPOSITORY_NAME
Deprecated. |
protected static String |
STASH_URL
Deprecated. |
Fields inherited from class com.atlassian.bamboo.v2.build.BaseBuildConfigurationAwarePlugin |
---|
moduleDescriptor, templateRenderer |
Fields inherited from interface com.atlassian.bamboo.webrepository.WebRepositoryViewer |
---|
SELECTED_WEB_REPOSITORY_VIEWER, WEB_REPOSITORY |
Constructor Summary | |
---|---|
LegacyStashWebRepositoryViewer()
Deprecated. |
Method Summary | |
---|---|
String |
getHtmlForCommitsFull(ResultsSummary resultsSummary,
RepositoryChangeset repositoryChangeset,
RepositoryData repositoryData)
Deprecated. Renders the html to display the full commits on the changes tab. |
String |
getHtmlForCommitsSummary(ResultsSummary resultsSummary,
RepositoryChangeset repositoryChangeset,
RepositoryData repositoryData,
int maxChanges)
Deprecated. Renders the html to display a summary of the commits on the Build Results Summary tab. |
String |
getStashProject()
Deprecated. |
String |
getStashRepositoryName()
Deprecated. |
String |
getStashUrl()
Deprecated. |
String |
getStashUrlForFile(CommitFile file,
RepositoryData repositoryData)
Deprecated. Generate the link to a given file in the selected stash repository |
String |
getStashUrlForFileAtItsRevision(CommitFile file,
RepositoryData repositoryData)
Deprecated. Generate the link to a given file in the selected stash repository at the revision pointed by the commit |
String |
getStashUrlForFileDiff(CommitFile file,
RepositoryData repositoryData)
Deprecated. Generate the link to a diff between given file and its direct ancestor |
Collection<String> |
getSupportedRepositories()
Deprecated. The keys for the Repository classes that the web viewer currently supports. |
String |
getWebRepositoryUrlForCommit(Commit commit,
RepositoryData repositoryData)
Deprecated. Provide the url to link to the given commit in the web repository |
Map<Commit,String> |
getWebRepositoryUrlForCommits(Collection<Commit> commits,
RepositoryData repositoryDefinition)
Deprecated. Provide the urls to link all the given commits in the web repository |
Map<DeploymentVersionVcsCommit,String> |
getWebRepositoryUrlForDeploymentVersionCommits(Collection<DeploymentVersionVcsCommit> commits,
RepositoryData repositoryData)
Deprecated. Provide the urls to link all the given commits in the web repository |
String |
getWebRepositoryUrlForRevision(String revisionId,
RepositoryData repositoryData)
Deprecated. Provide the url to link to the given revision in the web repository |
void |
populateFromConfig(org.apache.commons.configuration.HierarchicalConfiguration config)
Deprecated. Update the current object with data in the HierarchicalConfiguration |
void |
populateFromParams(ActionParametersMap params)
Deprecated. takes the map of config data from action and extracts the parameters it needs |
void |
setCustomVariableContext(CustomVariableContext customVariableContext)
Deprecated. |
void |
setStashProject(String stashProject)
Deprecated. |
void |
setStashRepositoryName(String stashRepositoryName)
Deprecated. |
void |
setStashUrl(String stashUrl)
Deprecated. |
void |
setTextProvider(com.opensymphony.xwork2.TextProvider textProvider)
Deprecated. |
org.apache.commons.configuration.HierarchicalConfiguration |
toConfiguration()
Deprecated. Generate a HierarchicalConfiguration from the current state of the object |
ErrorCollection |
validate(BuildConfiguration buildConfiguration)
Deprecated. Validates the properties in the BuildConfiguration object. |
Methods inherited from class com.atlassian.bamboo.webrepository.AbstractWebRepositoryViewer |
---|
getKey, getName, getShortKey |
Methods inherited from class com.atlassian.bamboo.v2.build.BaseConfigurablePlugin |
---|
customizeBuildRequirements, removeBuildRequirements |
Methods inherited from class com.atlassian.bamboo.v2.build.BaseBuildConfigurationAwarePlugin |
---|
addDefaultValues, getEditHtml, getViewHtml, init, isConfigurationMissing, populateContextForEdit, populateContextForView, prepareConfigObject, setTemplateRenderer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.bamboo.webrepository.WebRepositoryViewer |
---|
getKey, getName, getShortKey |
Methods inherited from interface com.atlassian.bamboo.v2.build.ConfigurablePlugin |
---|
customizeBuildRequirements, removeBuildRequirements |
Methods inherited from interface com.atlassian.bamboo.v2.build.BuildConfigurationAwarePlugin |
---|
addDefaultValues, prepareConfigObject |
Methods inherited from interface com.atlassian.bamboo.plugin.InitablePluginModule |
---|
init |
Methods inherited from interface com.atlassian.bamboo.v2.build.RenderableBuildConfiguration |
---|
getEditHtml, getViewHtml |
Field Detail |
---|
protected static final String STASH_URL
protected static final String STASH_PROJECT
protected static final String STASH_REPOSITORY_NAME
Constructor Detail |
---|
public LegacyStashWebRepositoryViewer()
Method Detail |
---|
@NotNull public Collection<String> getSupportedRepositories()
WebRepositoryViewer
Repository
classes that the web viewer currently supports.
If list is empty or null it assumes support for all repositories.
getSupportedRepositories
in interface WebRepositoryViewer
getSupportedRepositories
in class AbstractWebRepositoryViewer
public String getHtmlForCommitsFull(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryData)
WebRepositoryViewer
getHtmlForCommitsFull
in interface WebRepositoryViewer
resultsSummary
- the summary to show commits forrepositoryData
- the commits belong to aka the plans repository
public String getHtmlForCommitsSummary(@NotNull ResultsSummary resultsSummary, @NotNull RepositoryChangeset repositoryChangeset, @NotNull RepositoryData repositoryData, int maxChanges)
WebRepositoryViewer
getHtmlForCommitsSummary
in interface WebRepositoryViewer
resultsSummary
- the summary to show commits forrepositoryData
- the commits belong to aka the plans repositorymaxChanges
- maximum number of commits to be shown. Negative value means that all commits should be shown.
public void populateFromParams(@NotNull ActionParametersMap params)
AbstractWebRepositoryViewer
populateFromParams
in interface WebRepositoryViewer
populateFromParams
in class AbstractWebRepositoryViewer
params
- map of key (String), value (String []) pairs from actionpublic void populateFromConfig(@NotNull org.apache.commons.configuration.HierarchicalConfiguration config)
ConvertibleFromConfig
HierarchicalConfiguration
populateFromConfig
in interface ConvertibleFromConfig
populateFromConfig
in class AbstractWebRepositoryViewer
@NotNull public org.apache.commons.configuration.HierarchicalConfiguration toConfiguration()
ConvertibleFromConfig
HierarchicalConfiguration
from the current state of the object
toConfiguration
in interface ConvertibleFromConfig
toConfiguration
in class AbstractWebRepositoryViewer
HierarchicalConfiguration
. Never null@NotNull public ErrorCollection validate(@NotNull BuildConfiguration buildConfiguration)
BuildConfigurationAwarePlugin
BuildConfiguration
object. The name of the properties match those passed
in through the form fragments in RenderableBuildConfiguration.getEditHtml(com.atlassian.bamboo.ww2.actions.build.admin.create.BuildConfiguration, com.atlassian.bamboo.plan.Plan)
template.
validate
in interface BuildConfigurationAwarePlugin
validate
in class BaseBuildConfigurationAwarePlugin
buildConfiguration
- - @NotNull
ErrorCollection
keyed by the field name. @NotNull@Nullable public String getWebRepositoryUrlForCommit(Commit commit, @NotNull RepositoryData repositoryData)
CommitUrlProvider
getWebRepositoryUrlForCommit
in interface CommitUrlProvider
commit
- the commit to links torepositoryData
- the repository type the commit came from
@Nullable public String getWebRepositoryUrlForRevision(String revisionId, @NotNull RepositoryData repositoryData)
CommitUrlProvider
getWebRepositoryUrlForRevision
in interface CommitUrlProvider
revisionId
- the revision to links torepositoryData
- the repository type the commit came from
public Map<Commit,String> getWebRepositoryUrlForCommits(Collection<Commit> commits, RepositoryData repositoryDefinition)
CommitUrlProvider
getWebRepositoryUrlForCommits
in interface CommitUrlProvider
commits
- to generate links forrepositoryDefinition
- the repository type the commit came from
public Map<DeploymentVersionVcsCommit,String> getWebRepositoryUrlForDeploymentVersionCommits(Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData)
DeploymentsAwareCommitUrlProvider
getWebRepositoryUrlForDeploymentVersionCommits
in interface DeploymentsAwareCommitUrlProvider
commits
- to generate links forrepositoryData
- the repository the commit came from
@Nullable public String getStashUrlForFile(@NotNull CommitFile file, RepositoryData repositoryData)
file
- The file we want to link to.repositoryData
- For the build (and hense the repository file belongs to).
@Nullable public String getStashUrlForFileAtItsRevision(@NotNull CommitFile file, RepositoryData repositoryData)
file
- The file we want to link to. It should contain the revision we want to link to.repositoryData
- For the build (and hense the repository file belongs to).
@Nullable public String getStashUrlForFileDiff(@NotNull CommitFile file, RepositoryData repositoryData)
file
- The file we want to link to.repositoryData
- For the build (and hense the repository file belongs to).
public String getStashUrl()
public void setStashUrl(@Nullable String stashUrl)
public String getStashProject()
public void setStashProject(@Nullable String stashProject)
public String getStashRepositoryName()
public void setStashRepositoryName(@Nullable String stashRepositoryName)
public void setCustomVariableContext(CustomVariableContext customVariableContext)
public void setTextProvider(com.opensymphony.xwork2.TextProvider textProvider)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |