com.atlassian.bamboo.repository
Class MavenPomAccessorAbstract

java.lang.Object
  extended by com.atlassian.bamboo.repository.MavenPomAccessorAbstract
All Implemented Interfaces:
MavenPomAccessor
Direct Known Subclasses:
CvsRepositoryMavenPomAccessor, PerforceRepositoryMavenPomAccessor, SvnRepositoryMavenPomAccessor

public abstract class MavenPomAccessorAbstract
extends java.lang.Object
implements MavenPomAccessor


Constructor Summary
protected MavenPomAccessorAbstract(AbstractRepository repository)
           
 
Method Summary
 java.lang.String getMavenPomCheckoutAccessEditHtml(BuildConfiguration buildConfiguration)
          Returns HTML for the Maven POM import configuration of the repository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.bamboo.repository.MavenPomAccessor
checkoutMavenPom, getMavenScmProviderKey, parseMavenScmUrl
 

Constructor Detail

MavenPomAccessorAbstract

protected MavenPomAccessorAbstract(@NotNull
                                   AbstractRepository repository)
Method Detail

getMavenPomCheckoutAccessEditHtml

@Nullable
public java.lang.String getMavenPomCheckoutAccessEditHtml(@NotNull
                                                                   BuildConfiguration buildConfiguration)
Description copied from interface: MavenPomAccessor
Returns HTML for the Maven POM import configuration of the repository

Specified by:
getMavenPomCheckoutAccessEditHtml in interface MavenPomAccessor
Parameters:
buildConfiguration - BuildConfiguration object
Returns:
HTML for the Maven POM import configuration of the repository


Copyright © 2010 Atlassian. All Rights Reserved.