|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MavenPomAccessor
Method Summary | |
---|---|
File |
checkoutMavenPom(File destinationPath)
Checkout Maven POM and return File pointing to the project file |
String |
getMavenPomCheckoutAccessEditHtml(BuildConfiguration buildConfiguration)
Returns HTML for the Maven POM import configuration of the repository |
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. |
Method Detail |
---|
@NotNull String getMavenScmProviderKey()
void parseMavenScmUrl(@NotNull String mavenScmUrl) throws IllegalArgumentException
mavenScmUrl
- Provider specific part of Maven SCM URL
IllegalArgumentException
- When SCM URL string cannot be parsed@NotNull File checkoutMavenPom(@NotNull File destinationPath) throws RepositoryException
destinationPath
- Checkout destination
RepositoryException
- In case of repository access problems@Nullable String getMavenPomCheckoutAccessEditHtml(@NotNull BuildConfiguration buildConfiguration)
buildConfiguration
- BuildConfiguration object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |