com.atlassian.bamboo.repository
Class MavenPomAccessorAbstract<T extends AbstractRepository>

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

public abstract class MavenPomAccessorAbstract<T extends AbstractRepository>
extends java.lang.Object
implements MavenPomAccessor


Field Summary
protected  T repository
           
 
Constructor Summary
protected MavenPomAccessorAbstract(T 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
 

Field Detail

repository

protected final T extends AbstractRepository repository
Constructor Detail

MavenPomAccessorAbstract

protected MavenPomAccessorAbstract(@NotNull
                                   T 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 © 2011 Atlassian. All Rights Reserved.