public class SvnRepositoryMavenPomAccessor extends MavenPomAccessorAbstract<SvnRepository>
repository| Constructor and Description |
|---|
SvnRepositoryMavenPomAccessor(SvnRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
File |
checkoutMavenPom(File destinationPath)
Checkout Maven POM and return File pointing to the project file
|
String |
getMavenScmProviderKey()
Return Maven's SCM provider key for this repository type.
|
void |
parseMavenScmUrl(String mavenScmUrl)
Parse and setup internal structures from Maven's SCM URL provider specific part.
|
addDefaultValues, getMavenPomCheckoutAccessEditHtmlpublic SvnRepositoryMavenPomAccessor(@NotNull
SvnRepository repository)
@NotNull public String getMavenScmProviderKey()
MavenPomAccessorpublic void parseMavenScmUrl(@NotNull
String mavenScmUrl)
throws IllegalArgumentException
MavenPomAccessormavenScmUrl - Provider specific part of Maven SCM URLIllegalArgumentException - When SCM URL string cannot be parsed@NotNull public File checkoutMavenPom(@NotNull File destinationPath) throws RepositoryException
MavenPomAccessordestinationPath - Checkout destinationRepositoryException - In case of repository access problemsCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.