|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebRepositoryEnabledRepository
Field Summary |
---|
Fields inherited from interface com.atlassian.bamboo.repository.Repository |
---|
SELECTED_REPOSITORY, UNKNOWN_HOST |
Method Summary | |
---|---|
java.lang.String |
getWebRepositoryUrl()
What's the repository's web url |
java.lang.String |
getWebRepositoryUrlForCommit(Commit commit)
Possibly return a URL for a given commit |
java.lang.String |
getWebRepositoryUrlForFile(CommitFile file)
What's the URL to the repostory for the modified file? |
java.lang.String |
getWebRepositoryUrlRepoName()
What's the repository's web url repository |
boolean |
hasWebBasedRepositoryAccess()
Does this recpository provdide a web url intereface? |
void |
setWebRepositoryUrl(java.lang.String url)
Where should we link to to show build file changes? |
void |
setWebRepositoryUrlRepoName(java.lang.String repoName)
This is used to identify the repository on multi-repository configurations. |
Methods inherited from interface com.atlassian.bamboo.repository.Repository |
---|
checkConnection, getHost, getKey, getName, getTriggerIpAddress, isRepositoryDifferent, setReferencesDifferentRepository |
Methods inherited from interface com.atlassian.bamboo.fieldvalue.ConvertibleFromConfig |
---|
populateFromConfig, toConfiguration |
Methods inherited from interface com.atlassian.bamboo.v2.build.repository.RepositoryV2 |
---|
collectChangesSinceLastBuild, getSourceCodeDirectory, referencesDifferentRepository, retrieveSourceCode |
Methods inherited from interface com.atlassian.bamboo.v2.build.ConfigurablePlugin |
---|
addDefaultValues, customizeBuildRequirements, getEditHtml, getViewHtml, init, prepareConfigObject, validate |
Method Detail |
---|
boolean hasWebBasedRepositoryAccess()
void setWebRepositoryUrl(java.lang.String url)
url
- The url of the repositories web interfacevoid setWebRepositoryUrlRepoName(java.lang.String repoName)
repoName
- The name of the repository we are viewingjava.lang.String getWebRepositoryUrl()
java.lang.String getWebRepositoryUrlRepoName()
java.lang.String getWebRepositoryUrlForFile(CommitFile file)
file
- The file that has been modified
@Nullable java.lang.String getWebRepositoryUrlForCommit(@NotNull Commit commit)
commit
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |