|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.repository.MavenPomAccessorAbstract<SvnRepository> com.atlassian.bamboo.repository.svn.SvnRepositoryMavenPomAccessor
public class SvnRepositoryMavenPomAccessor
Field Summary |
---|
Fields inherited from class com.atlassian.bamboo.repository.MavenPomAccessorAbstract |
---|
repository |
Constructor Summary | |
---|---|
SvnRepositoryMavenPomAccessor(SvnRepository repository)
|
Method Summary | |
---|---|
java.io.File |
checkoutMavenPom(java.io.File destinationPath)
Checkout Maven POM and return File pointing to the project file |
java.lang.String |
getMavenScmProviderKey()
Return Maven's SCM provider key for this repository type. |
void |
parseMavenScmUrl(java.lang.String mavenScmUrl)
Parse and setup internal structures from Maven's SCM URL provider specific part. |
Methods inherited from class com.atlassian.bamboo.repository.MavenPomAccessorAbstract |
---|
getMavenPomCheckoutAccessEditHtml |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SvnRepositoryMavenPomAccessor(@NotNull SvnRepository repository)
Method Detail |
---|
@NotNull public java.lang.String getMavenScmProviderKey()
MavenPomAccessor
public void parseMavenScmUrl(@NotNull java.lang.String mavenScmUrl) throws java.lang.IllegalArgumentException
MavenPomAccessor
mavenScmUrl
- Provider specific part of Maven SCM URL
java.lang.IllegalArgumentException
- When SCM URL string cannot be parsed@NotNull public java.io.File checkoutMavenPom(@NotNull java.io.File destinationPath) throws RepositoryException
MavenPomAccessor
destinationPath
- Checkout destination
RepositoryException
- In case of repository access problems
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |