com.atlassian.bamboo.build.coverage
Class CloverReportLinker

java.lang.Object
  extended by com.atlassian.bamboo.build.coverage.CloverReportLinker
All Implemented Interfaces:
ReportProvider

public class CloverReportLinker
extends java.lang.Object
implements ReportProvider


Constructor Summary
CloverReportLinker(ResultsSummary summary)
           
 
Method Summary
 ResultsSummary getBuildResultsSummary()
           
 java.lang.String getHtml()
           
 java.lang.String getTimestamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloverReportLinker

public CloverReportLinker(ResultsSummary summary)
Method Detail

getHtml

@Nullable
public java.lang.String getHtml()
Specified by:
getHtml in interface ReportProvider

getBuildResultsSummary

public ResultsSummary getBuildResultsSummary()
Specified by:
getBuildResultsSummary in interface ReportProvider

getTimestamp

public java.lang.String getTimestamp()
Specified by:
getTimestamp in interface ReportProvider


Copyright © 2012 Atlassian. All Rights Reserved.