public class CvsRepositoryMavenPomAccessor extends MavenPomAccessorAbstract<CVSRepository>
repository
Constructor and Description |
---|
CvsRepositoryMavenPomAccessor(CVSRepository 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)
Parsing of CVS SCM Url as described in http://maven.apache.org/scm/cvs.html
Format of CVS Url:
|
addDefaultValues, getMavenPomCheckoutAccessEditHtml
public CvsRepositoryMavenPomAccessor(@NotNull CVSRepository repository)
@NotNull public String getMavenScmProviderKey()
MavenPomAccessor
public void parseMavenScmUrl(@NotNull String mavenScmUrl) throws IllegalArgumentException
mavenScmUrl
- CVS Url is formatted IllegalArgumentException
- When SCM URL string cannot be parsed@NotNull public File checkoutMavenPom(@NotNull File destinationPath) throws RepositoryException
MavenPomAccessor
destinationPath
- Checkout destinationRepositoryException
- In case of repository access problemsCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.